summaryrefslogtreecommitdiff
path: root/sys/dev/isa/dpt_isa.c
AgeCommit message (Expand)Author
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2011-08-07Appease _LP64 build with GCC 4.5.jakllsch
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
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
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-12-04netbsd.org -> NetBSD.orgkeihan
2002-12-07Implement the DPT EATA ioctl() interface.ad
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-06-30Use my proper name in copyrights.ad
2000-03-25The bus_space stuff handles byte order conversions for us.ad
2000-03-16Cosmetic change.ad
2000-02-24Add a DPT ISA HBA frontend, tested lightly with a PM2021A/9X. There are somead