summaryrefslogtreecommitdiff
path: root/sys/dev/mca
AgeCommit message (Expand)Author
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-10-25break -> return in previous.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29regen: allocate identifier for BusTek BT-640A adapterjdolecek
2003-06-29allocate identifier for BusTek BT-640A adapterjdolecek
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
2003-02-23Remove assigned-to but not used variable (including nice little switchsimonb
2003-02-23Remove assigned-to but not used variable.simonb
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-04regen - addition of 0x90EE, IBM SVGA Adapter/Ajdolecek
2002-12-04add 0x90EE - IBM SVGA Adapter/Ajdolecek
2002-11-30More cleanup of MI mb86960 driver:tsutsui
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-04- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROMtsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-28Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h.tsutsui
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,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-31edc_cmd_wait(): it is absolutely necessary to wait for the BSR_CMD_INPROGRESSjdolecek
2002-03-29no need to splbio() while manipulating sc_q - it's accessed fromjdolecek
2002-03-24aha at mca? confirmed working (test card provided by Jonathan Hankins)jdolecek
2002-03-24update comments + cosmetic change in aha_mca_probe()jdolecek
2002-03-24drop the isadma attribute for aha, aha at mca? doesn't use thatjdolecek
2001-12-31Labels must be followed by statements.thorpej
2001-12-06it doesn't make sense to wait for resources during autoconfigurationjdolecek
2001-12-04clarify copyright - this is all freshly written, no older code usedjdolecek
2001-12-04Make this NCR 53C90 driver work, using the chip information fromjdolecek
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-12-01regenerate (allocate identifier for NCR 53c90)jdolecek
2001-12-01allocate identifier for NCR 53C90jdolecek
2001-12-01Nonworking NCR 53c90 attachment. I don't get any interrupts fromjdolecek
2001-11-28Match also product id 0x627c, it was omitted by mistake.jdolecek
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-26Added macros for the bits in the SYSBUS byte, and macrosfredette
2001-11-24The header part of driver overhault:jdolecek
2001-11-24don't need opt_mcaverbose.h herejdolecek
2001-11-23MCA DMA hooked via bus_dma, so remove onejdolecek