summaryrefslogtreecommitdiff
path: root/sys/dev/mca/edc_mca.c
AgeCommit message (Expand)Author
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-03-20Mechanically replace simplelock with kmutex_t.skrll
2013-10-12adjust for recent deferred changes.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-08-07Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9).rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-05-04Move to standard TNF 2 clause licensemartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-01use a submatch function for drive attachment, and pass locatorsdrochner
2004-08-30There is no point in using config_found_sm() if there is no submatch function.drochner
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-10-25Fix uninitialized variable warningschristos
2002-11-01implement separate read/write disk statistics:mrg
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-20Convert to new device buffer queue interface.hannken
2002-03-31edc_cmd_wait(): it is absolutely necessary to wait for the BSR_CMD_INPROGRESSjdolecek
2001-12-31Labels must be followed by statements.thorpej
2001-12-06it doesn't make sense to wait for resources during autoconfigurationjdolecek
2001-12-04Fix so these files build with options DEBUG enabled.sommerfeld
2001-12-02use the new MCABUS_DMA_16BIT flag to use 16bit DMA (not implicit anymore)jdolecek
2001-11-23Convert over to use the new MCA DMA facilities, which encapsulatejdolecek
2001-11-13add RCSIDlukem
2001-05-04Implement polled command mode, and use it for writing system dumpjdolecek
2001-04-25Spell occurred correctly.simonb
2001-04-24print the drq together with irq, slot infojdolecek
2001-04-23Compact autoconf info by printing the IRQ number togetherjdolecek
2001-04-22g/c edc_dev_status[]jdolecek
2001-04-22fix edc_dump_status_block() to correctly print Command Error Code andjdolecek
2001-04-22edc_dump_status_block(): print RBA # and block count as unsignedjdolecek