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