summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2003-03-03The DMA support here never worked, so yank it out.mycroft
2003-02-26Make this work as fdisa again on the Atari/Milan.leo
2003-02-25Add missing splbio() protecting of bufpool access. Add a clarifyingthorpej
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-23Remove assigned-to but not used variable.simonb
2003-02-05Remove unused variable.pk
2003-02-05Make the buffer cache code MP-safe.pk
2003-02-02guarantee, not guarentee. Idea from miod@openbsd.wiz
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-25Fix further printf format warnings for DEBUG, in the wake of daddr_tkleink
2003-01-25Use PRId64 instead of hard coding "%lld" to fix build problems undertron
2003-01-25Fix printf() format strings problems caused by "daddr_t" change.tron
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-15Add a #error message asking to fix frame padding (this driver doesn'tbouyer
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2003-01-08Support for 'plug and play' of floppy drives, to be used soon by thejmcneill
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-10Don't include <i386/isa/icu.h>thorpej
2002-12-07Implement the DPT EATA ioctl() interface.ad
2002-11-30More cleanup of MI mb86960 driver:tsutsui
2002-11-26si_ -> sel_christos
2002-11-17move initialization of iobase to before we first use it.chs
2002-11-15Changes for SMBus/I2C:ad
2002-11-02Removed unused structure.kristerw
2002-11-02changed asm()s to __asm()s.perry
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-22-fix script botch from CFATTACH_DECL introductiondrochner
2002-10-20Make it compile again (the softc struct is named inconsistently,martin
2002-10-11Don't include <i386/isa/icu.h>fvdl
2002-10-05Slightly modify attach messages.tsutsui
2002-10-05Overhaul of fmv(4) driver:tsutsui
2002-10-04Allied-Telesyn AT-1700xT and Allied-Telesis RE200x are actually identical,tsutsui
2002-10-04- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROMtsutsui
2002-10-04Avoid noise on kbd-less machines.soren
2002-10-02copyright clarification, from openbsditojun
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-29Call mb86960_attach() with MB86960_TYPE_86965 sincetsutsui
2002-09-28Remove unused code in #if NetBSD <= 199712 part.tsutsui
2002-09-28Rename if_fereg.h -> if_fmvreg.h since now it has onlytsutsui
2002-09-28Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h.tsutsui
2002-09-28Remove unused FE_VERSION and FE_REG_VERSION.tsutsui
2002-09-28Remove unused code in #if NetBSD <= 199712 part.tsutsui
2002-09-28Remove MBH10302 register definitions, which is also definedtsutsui
2002-09-27Declare all cfattach structures const.thorpej