summaryrefslogtreecommitdiff
path: root/sys/dev/mca/ed_mca.c
AgeCommit message (Expand)Author
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-21Rename bufq_init() to bufq_alloc().hannken
2002-07-20Convert to new device buffer queue interface.hannken
2002-03-29no need to splbio() while manipulating sc_q - it's accessed fromjdolecek
2001-11-23Convert over to use the new MCA DMA facilities, which encapsulatejdolecek
2001-11-13add RCSIDlukem
2001-09-03Don't spinlockinit a simple_lock; simple_lock_init it instead.sommerfeld
2001-05-14remove //-commented debugging stuffjdolecek
2001-05-04Implement polled command mode, and use it for writing system dumpjdolecek
2001-04-23Compact autoconf info by printing the IRQ number togetherjdolecek
2001-04-22Introduce machdep mca_disk_[un]busy(), which turn on/off disk LED.jdolecek
2001-04-22Fix serious bug in bounce buf handling - the EDF_BOUNCEBUF flag needsjdolecek
2001-04-19Use "edc" instead of "dasd". As pointed out by Soren, dasd doesn'tjdolecek
2001-04-19Add a driver for IBM ESDI disk controllers. Tested with IBM Integ. ESDI Fixedjdolecek