summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_el.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-03-30Remove register declarations.augustss
1999-08-25When padding short packets on transmit, don't include the CRC lengththorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1998-12-12Simplify the copy loops a bit.mycroft
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-12Update for config changes.thorpej
1997-11-30make it compile without "__BROKEN_INDIRECT_CONFIG"drochner
1997-10-15Add and/or update rnd_*() hooksexplorer
1997-09-10The 501 uses 16 ports, and has a wider range of possible I/O address.mycroft
1997-04-28Oops; forgot to GC the last mbuf allocated when out of clusters.mycroft
1997-04-24Fix typo in previous.mycroft
1997-04-24If we fail to allocate a cluster to hold a large packet, simplymycroft
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10- printf to kprintf, sprintf -> ksprintfchristos
1996-08-03Two changes:thorpej
1996-05-12Use intr.h.mycroft
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1996-04-29- prototype fixeschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-08-05Count collisions and errors better.mycroft
1995-07-24Fix thinko in packet size diagnostic.mycroft
1995-07-24Fix typos.mycroft
1995-07-24Various cleanup:mycroft
1995-07-23Remove extra spls in el_init().mycroft
1995-07-23Update prototypes.mycroft
1995-07-23Various:mycroft
1995-07-23Recode elread() and elget() like other drivers.mycroft
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
1995-06-09Add missing `break;'s.mycroft
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-04-11Sync with the rest of the world.mycroft
1995-01-29lip service to making ISA support machine-independent. This is the firstcgd
1995-01-03Add interrupt sharing types.mycroft
1994-12-10Fix format of attach message.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