summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-03-19Replace some magic numbers with macro. Tested on SMC_TT on atari.tsutsui
2010-03-19Misc KNF.tsutsui
2010-03-19No need to override mem_ring value in ne2000_ipkdb_attach()tsutsui
2010-03-19Don't pick up the network-interface, ethernet, and 802.11-relateddyoung
2010-03-19Don't pick up the <sys/sysctl.h> definitions by chance,dyoung
2010-03-15Make this compile on sparc64:dyoung
2010-03-14Use device_suspensor_t instead of struct device_suspensor.dyoung
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-03-13- make local functions statictsutsui
2010-03-13u_int8_t -> uint8_ttsutsui
2010-03-13Misc KNF.tsutsui
2010-03-12ata(4) expects IDENTIFY data to be in host endianess.jakllsch
2010-03-11various aprint_* fixes.mrg
2010-03-10ahcisata_core.c 1.23 cause long drive probe (31s, reported bybouyer
2010-03-03Put several fixes to ne(4) driver for better 8 bit mode support,tsutsui
2010-02-28Update pcf8584 driver from OpenBSDmartin
2010-02-27KNF, misc cosmetics.tsutsui
2010-02-27Always call device dependent functions via pointers rather thantsutsui
2010-02-27Also fix a wrong mem_ring calculation in dp8390_ipkdb_attach().tsutsui
2010-02-25Make fxp at cardbus detach during shutdown.dyoung
2010-02-25retire our private definitions for the scan1/3/5/7/9 DEC graphicsdrochner
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-24map some more punctuation to more or less good replacements in the IBMdrochner
2010-02-24Use roundup2() in <sys/param.h> rather than a conditional.tsutsui
2010-02-24Now dp8390_config() calculates mem_ring correctly sotsutsui
2010-02-24Fix a wrong calculation bug around RX ring buffer memory addresstsutsui
2010-02-23Move ahci_channel_start() after BSY has cleared (what seems to matterbouyer
2010-02-13Explicitly mark voltage readings as valid in Winbond voltage refresh functions.jakllsch
2010-02-12Make ESIOP_DEBUG compile (on some platforms? depends on bus definitions...)dholland
2010-02-10add some more mappings from punctuation and accented characters todrochner
2010-02-09Kill extra semi-column.njoly
2010-02-09Correct setting of bits in the "generic thermistor" mode. Cut&pastepgoyette
2010-02-09Add newer cars supports. Tested on MegaRAID SAS 9260-8i.msaitoh
2010-02-08 Fix a bug that the system which has no logical volume panics in shutdownmsaitoh
2010-02-08After reviewing the datasheets, most of the supported Winbond chips canpgoyette
2010-02-08Add temp-sensor type selection (via autoconfig flags). Currently onlypgoyette
2010-01-31Add the missing newline to a verbose autoconf message.dyoung
2010-01-30Sprinkle __KERNEL_RCSID() into siisata(4).jakllsch
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-19bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock atbouyer
2010-01-18Nuke "ummmm" quality macro. It's outside __NetBSD__, so notpooka
2010-01-17Forward declare struct bpf_if and use that as the type for bpf_ifpooka
2010-01-15Amazingly, we've been freeing a handle and then using that which it referredmjacob
2010-01-14set a delta value on the master channel and move it to the outputs class somacallan
2010-01-11Mask out (disable) gem interrupts on detach.jdc
2010-01-11Keep track of what appear to be live Fibre Channel disks and store up themjacob
2010-01-10Add a missing closing parenthesis in a few places. From Henning Petersensnj
2010-01-09To print bus_addr_t value, cast it to u_long rather than size_t.tsutsui
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-05Remove extra semicolons.mbalmer