summaryrefslogtreecommitdiff
path: root/sys/dev/ic/lemac.c
AgeCommit message (Expand)Author
2001-11-13add/cleanup RCSIDlukem
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-06-13withough -> withoutwiz
2001-04-30remove trigraphlukem
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-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-05-12Use ether_crc32_le().thorpej
2000-03-06No longer necessary to futz with ifp->if_baudrate here.thorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-05-14Fix alignment crashes on Alphas...matt
1998-03-30Didn't compile: add variable `bit' removed by mycroft.hannken
1998-03-29Oops; make the table const.mycroft
1998-03-29Use a 4-bit table to speed up the CRC even further, without increasing themycroft
1998-03-29Optimize the address CRC routines a bit.mycroft
1998-01-12Adjust for config changes.thorpej
1997-10-15Add and/or update rnd_*() hooksexplorer
1997-07-31The bus-independent parts needed to support the DECmatt