summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-03-31remove a now useless bus_space_barrier()macallan
2010-03-31Do as OpenSolaris does and read the status register after each write.macallan
2010-03-29Don't warn about DMA timeout during probe.tsutsui
2010-03-28Spell "enough" properly.snj
2010-03-26Synchronize with other platforms:mjacob
2010-03-24sys/dev/ic/videomode.h is almost identical to sys/dev/videomode/videomode.htnn
2010-03-24Split spdmem driver into a bus attachment and a common back-endpgoyette
2010-03-23Add some missing aprint_naive calls.njoly
2010-03-22pckbc.c, vga.c: It doesn't appear to be helpful to compare twodyoung
2010-03-22ex_softc.ex_bustype is written but never read. Just get rid of it.dyoung
2010-03-22sc_csr_memmapped is true iff the device registers are memory-mapped.dyoung
2010-03-22MI code should not compare bus_space_tag_t! Introduce tags_are_equal()dyoung
2010-03-22#if 0 some diagnostic code that compares two bus_space_tag_t's. MI codedyoung
2010-03-22Check whether the fxp(4) actually attached before calling fxp_stop().dyoung
2010-03-22Add a self-suspensor. It's not used, yet.dyoung
2010-03-22In fxp_detach(), fxp_stop(), first. fxp_stop() stops the callout.dyoung
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