summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-05-12set RI_NO_AUTO then attaching early, clear it otherwisemacallan
2010-05-12Use callout_halt() instead of callout_stop() - otherwise gem_detach() mightmartin
2010-05-08Move "opt_slhci.h" from .h to .cisaki
2010-05-04Make local functions static.tsutsui
2010-05-02Add (missing) newlines to error messages.jakllsch
2010-04-28add byte-swapping so that this works on BE platforms.chs
2010-04-25Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted.rmind
2010-04-21Don't printf bus_space_tag_t's in a MI driver.dyoung
2010-04-19Add default implementations for bus_space_is_equal(9),dyoung
2010-04-16#include <sys/bus.h> instead of <machine/bus.h>. No functional changedyoung
2010-04-11Fix botched logic in ipkdb part in rev 1.77 (KNF misc).tsutsui
2010-04-09Improve error paths in (e)siop_scsipi_request():jakllsch
2010-04-09Added 8110SBL support.nonaka
2010-04-09Added PCA9564 I2C Controller driver.nonaka
2010-04-07satafis:jakllsch
2010-04-06Added support RICOH 5C316.nonaka
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
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