index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
lance.c
Age
Commit message (
Expand
)
Author
2001-11-13
add/cleanup RCSID
lukem
2001-07-07
bzero -> memset
thorpej
2001-07-07
bcopy -> memcpy, strcpy
thorpej
2001-07-07
bcmp -> memcmp
thorpej
2001-06-19
The ifa is needed for CCITT&&LLC case, provide it in that case
jdolecek
2001-06-18
make it compilable: delete unused variable 'ifa' from lance_ioctl()
onoe
2001-06-18
Convert to use ether_ioctl() for SIOCSIFADDR and SIOCSIFFLAGS.
jdolecek
2001-05-30
use _KERNEL_OPT
mrg
2001-04-27
Don't panic if the memory size is "weird", but instead compute
jdolecek
2000-12-14
ALTQ'ify.
thorpej
2000-11-15
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
thorpej
2000-11-03
Make this compilie with LANCE_REVC_BUG.
tsutsui
2000-10-20
Support ETHERCAP_VLAN_MTU. Tested on a sparc 2 with:
bouyer
2000-10-01
Move the check for "promisc + unicast + not for us" into ether_input(),
thorpej
2000-05-12
Use ether_crc32_le().
thorpej
2000-03-30
Remove register declarations.
augustss
1999-11-17
Move the "Attach the interface" section after printing the mac address
simonb
1999-05-18
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
thorpej
1999-04-30
In lance_mediachange(), if there is no callback to the front-end, just
thorpej
1999-02-28
Update to slightly altered rnd_attach_source() api
explorer
1999-02-17
Avoid initializing the interface in the SIOCSIFFLAGS if ! UP and ! RUNNING.
thorpej
1998-12-12
Simplify the copy loops a bit.
mycroft
1998-12-09
BVME410 ethernet driver by 'maximum entropy'.
leo
1998-08-15
Assign my copyrights to TNF.
mycroft
1998-08-08
Use splnet, not splimp.
mycroft
1998-07-21
Split the LANCE driver into a part specific to the classic chip with
drochner