summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/bha_eisa.c
AgeCommit message (Expand)Author
2021-01-27Use eisa_compatible_{match,lookup}().thorpej
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-10-27split device_t/softc for all remaining drivers.chs
2009-12-04Cleanup interrupt establish error messages. Do not mixnjoly
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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
2004-08-23- Use ANSI function decls and make use of static.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
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
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-15Name some constants consistently between drivers.mycroft
1998-08-15Map the EISA registers correctly!mycroft
1998-08-15Only map the amount of space the device actually occupies.thorpej
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-09Update copyright.mycroft
1998-01-09Map the I/O region correctly, but reading its address from the EISA configmycroft
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-03-28Use a temporary data structure for holding probe information, rather than amycroft
1997-03-13make these compile (and hopefully run; they're untested) on the Alphacgd
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-01Minor changes.mycroft
1996-08-31Split the BusLogic driver apart, and rename it to `bha (like BSDi).mycroft