summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_le.c
AgeCommit message (Expand)Author
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
1995-05-10Update for slightly modified ARP handling.mycroft
1995-04-19Watchdog now takes an int, not a short.mycroft
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-04-10Change start and watchdog return values to void.mycroft
1995-02-01Fix path to if_lereg.h.mycroft
1995-01-03Add interrupt sharing types.mycroft
1995-01-02Need isareg.h.mycroft
1995-01-02Don't assume ia_maddr is in the hole.mycroft
1994-12-12Make the diagnostics less cryptic.mycroft
1994-12-12Patch from Thomas Eberhardt to make PCnet-32 chips work.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-04No longer needs icu.h.mycroft
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-09Correct multicast filter calculation.mycroft
1994-08-07Simplify the DEPCA memory test, and fix a problem with using the alternatemycroft
1994-07-25Look for errors in the right place in a transmit descriptor, and countmycroft
1994-07-15Fix a bogon relating to >16-bit addresses that I introduced. Fix up BPFmycroft
1994-07-10Clean up a bit.mycroft
1994-07-05Rename flags; clean up a bit.mycroft
1994-07-02ISDEBUG --> LEDEBUG, and fix some ugly code.mycroft
1994-07-01Make sure we don't leave the interrupt masked after some errors.mycroft
1994-07-01Inline le{rd,wr}csr().mycroft
1994-07-01Add prototype.mycroft
1994-07-01Correct some comments.mycroft
1994-07-01Rename is to le, and add support for some models of DEPCA.mycroft