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