summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-05-03DMA, not dma nor Dma.wiz
2003-05-03Get the interrupt config from the correct register.ad
2003-04-22- #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUGtsutsui
2003-04-20Initialize ahc->name. From Izumi Tsutsui.fvdl
2003-04-20Call ahc_softc_init in attach function.fvdl
2003-04-19Adapt to newer backend. Needs testing.fvdl
2003-03-22regen - add 3Com TCM6790 entryjdolecek
2003-03-22add TCM6790 entryjdolecek
2003-02-08Don't do EISA reset on attach. This made the card reset to use default irq, r...jdolecek
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-07Implement the DPT EATA ioctl() interface.ad
2002-11-16Regen: Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter.tsutsui
2002-11-16Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter.tsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
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-08-31Nuke incorrect mailbox length defines and just use 13 everywhere. May helpad
2002-08-26Handle aincent firmware as found on EISA/MCA boards. Untested.ad
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2002-01-25- Always validate the return value read from the outbound FIFO.ad
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-18Couple more tweaks, probably still not working.ad
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-09-14Give the cards a bit more time for initialization (closes PR 13947)martin
2001-09-14Add product IDs for 3com 3C509 TP cards.martin
2001-06-13withough -> withoutwiz
2001-05-10Add missing printf().ad
2001-05-06We map in by MLX_EISA_SLOT_OFFSET, so remember that when accessing thead
2001-05-06Add an (untested) EISA front-end for the `mlx' driver.ad
2001-05-06Regen.ad
2001-05-06Add some Mylex products.ad
2001-05-03Split pci and eisa/isa attachment calls, plus misc cleanup.ross
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-17Regen.ad
2001-04-17Add Bt760 Ethernet.ad
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-24whitespace policelukem
2001-01-18constifyjdolecek
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-10-19Nuke unused includes, sort decls.ad
2000-10-19Regen.ad