summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_eg.c
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2001-07-18bzero -> memsetthorpej
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-12make it compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-12Update for config changes.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-10-15Add and/or update rnd_*() hooksexplorer
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-17Add some prototypes, clean up some unused variables, and misc. otherthorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-03Oops, missed a couple of inb()s..thorpej
1996-08-03Convert to use <machine/bus.h>, plus 2 bug fixes:thorpej
1996-05-12Use intr.h.mycroft
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1996-01-10Make it a tad more obvious that this is a 3c505 driver.hpeyerl
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-07-24Fix thinko in packet size diagnostic.mycroft
1995-07-24Fix typos.mycroft
1995-07-24Various cleanup:mycroft
1995-07-23Stylistic changes.mycroft
1995-07-23Slight rearrangement. Also, force eg_incount to 0 after a reset.mycroft
1995-07-23Push the copying of the output buffer further down, with the intent ofmycroft
1995-07-23Kill return values in egstart().mycroft
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
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-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-04Trivial stylistic changes.mycroft