summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-28Improve error handling. Related to PR/21900.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-09-02static goes firstchristos
2006-08-28static goes first.christos
2006-03-29Use device_private().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30avoid variable shadowing.christos
2005-05-24add __KERNEL_RCSIDlukem
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-02-27regenperry
2005-02-27remove trailing whitespace from the stripped RCS Idperry
2005-02-27nuke trailing whitespaceperry
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-12-07Move a comment to indicate the true "end of hardware supported fields".thorpej
2004-12-07Don't use "struct scsi_generic" in a hardware-defined structure. Instead,thorpej
2004-09-01use the locator passing config_found/submatch, and limit use of thedrochner
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-08-30add centralized {eisa,isa,pci,agp,mca}busprint() functions which dodrochner
2004-08-23- Use ANSI function decls and make use of static.thorpej
2004-08-23- Use ANSI function decls.thorpej
2004-04-22sprintf -> snprintfitojun
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