| Age | Commit message (Expand) | Author |
| 1995-06-12 | Remove check for if_addrlist == 0; if_attach() always puts one address on | mycroft |
| 1995-05-28 | Fix multicast filter calculation. | mycroft |
| 1995-05-01 | Tweak the output routine for slightly better performance. | mycroft |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-04-11 | Move NIC register definitions to a global location. | mycroft |
| 1995-04-11 | Update for if.h. Define helper macros for accessing NIC registers. Optimize | mycroft |
| 1995-04-10 | Change start and watchdog return values to void. | mycroft |
| 1995-02-27 | fix some typos. from frank@fwi.uva.nl (Frank van der Linden) | glass |
| 1995-02-19 | Display more information when we get bogus data off the card. | mycroft |
| 1995-01-29 | lip service to making ISA support machine-independent. This is the first | cgd |
| 1995-01-03 | Add interrupt sharing types. | mycroft |
| 1995-01-02 | Use soft configuration where possible. | mycroft |
| 1994-11-18 | Stylistic changes. | mycroft |
| 1994-11-18 | Convert port, IRQ, and DRQ numbers to ints. | mycroft |
| 1994-11-04 | Remove outdated comment. | mycroft |
| 1994-11-04 | No longer needs icu.h. | mycroft |
| 1994-11-04 | Change all of the uses of IRQ{0-15} and bit masks to use plain numbers | mycroft |
| 1994-11-03 | Update to match autoconfig code. | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-27 | new RCS ID format. | cgd |
| 1994-10-23 | Rearrange ed_init() slightly, to better correspond to the National manual. | mycroft |
| 1994-10-23 | Slight optimization. | mycroft |
| 1994-10-23 | Fix the packet length correction for buggy chips so that it actually works, | mycroft |
| 1994-10-14 | Fix bugs in dealing with odd-length mbufs in ed_pio_write_mbufs(). From | mycroft |
| 1994-10-12 | Changes from DG to deal with some old chips that corrupt the packet length. | mycroft |
| 1994-10-01 | Make some comments more clear. | mycroft |
| 1994-10-01 | Various minor changes to sync better with DG's version. | mycroft |
| 1994-05-24 | MIN -> min, MAX -> max | cgd |
| 1994-05-19 | Reverse the order of disabling shared memory and turning off 16-bit mode | mycroft |
| 1994-05-13 | Use ether_ifattach() rather than doing the same thing in each driver. | mycroft |
| 1994-05-11 | Fill in some more struct ifnet fields. | mycroft |
| 1994-05-05 | Don't frob the connector type if the card doesn't grok soft config. | mycroft |
| 1994-04-28 | Enable/disable shared memory access on all WD/SMC boards. Add support for | mycroft |
| 1994-04-24 | Don't need isa.h. | mycroft |
| 1994-04-14 | Patches from David Greenman to eliminate magic constants and add delays when | mycroft |
| 1994-04-08 | Return correct values from edintr(). | mycroft |
| 1994-04-07 | Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls. | mycroft |
| 1994-03-29 | Updates for new autoconfig. | mycroft |
| 1994-03-08 | #include cpu.h in all files which use spl*(). | mycroft |
| 1994-03-06 | Don't let uninitialized variable slip by | ws |
| 1994-03-06 | DELAY() --> delay(). This is not a macro. | mycroft |
| 1994-03-02 | Add 8003W and 8003EB, per David Greenman. | mycroft |
| 1994-03-02 | Fix the 790 interrupt table, per Christoph Robitschko. | mycroft |
| 1994-02-25 | Remove backwoods compatibility. | hpeyerl |
| 1994-02-20 | Forgot to enable the interrupt on Ultras. | mycroft |
| 1994-02-17 | Simplify a couple of bits, since IFF_MULTICAST is always set. | mycroft |
| 1994-02-16 | Fix typo. | mycroft |
| 1994-02-16 | Use IFF_ALLMULTI correctly. | mycroft |
| 1994-02-16 | Remove some dead code. | mycroft |
| 1994-02-15 | Hack to make this closer to new config. | mycroft |