summaryrefslogtreecommitdiff
path: root/sys/dev/ic/lance.c
AgeCommit message (Expand)Author
2001-11-13add/cleanup RCSIDlukem
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-19The ifa is needed for CCITT&&LLC case, provide it in that casejdolecek
2001-06-18make it compilable: delete unused variable 'ifa' from lance_ioctl()onoe
2001-06-18Convert to use ether_ioctl() for SIOCSIFADDR and SIOCSIFFLAGS.jdolecek
2001-05-30use _KERNEL_OPTmrg
2001-04-27Don't panic if the memory size is "weird", but instead computejdolecek
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-03Make this compilie with LANCE_REVC_BUG.tsutsui
2000-10-20Support ETHERCAP_VLAN_MTU. Tested on a sparc 2 with:bouyer
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-05-12Use ether_crc32_le().thorpej
2000-03-30Remove register declarations.augustss
1999-11-17Move the "Attach the interface" section after printing the mac addresssimonb
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-04-30In lance_mediachange(), if there is no callback to the front-end, justthorpej
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-17Avoid initializing the interface in the SIOCSIFFLAGS if ! UP and ! RUNNING.thorpej
1998-12-12Simplify the copy loops a bit.mycroft
1998-12-09BVME410 ethernet driver by 'maximum entropy'.leo
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-08Use splnet, not splimp.mycroft
1998-07-21Split the LANCE driver into a part specific to the classic chip withdrochner