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
/
arch
/
macppc
/
dev
/
if_bm.c
Age
Commit message (
Expand
)
Author
2003-07-15
__KERNEL_RCSID()
lukem
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-03-05
bring in latest ALTQ from kjc. ALTQify some of the drivers.
itojun
2001-07-22
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
wiz
2000-11-15
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
thorpej
2000-11-01
Don't set M_HASFCS flag twice.
tsubai
2000-10-18
Packets have the FCS append so set M_HASFCS.
matt
2000-10-17
Pass correct packet length to the upper layer.
tsubai
2000-08-28
Enable hash filter mode.
tsubai
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-16
Use ether_crc32_le().
tsubai
2000-04-07
Make this compile again.
tsubai
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-02
Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
thorpej
2000-02-02
Bring some order to the chaos which was the MII code function naming
thorpej
2000-01-25
Use MII device layer.
tsubai
1999-06-20
More initialization by calling Open Firmware.
tsubai
1999-05-18
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
thorpej
1999-01-01
bmac ethernet driver. (tested on iMac. only 10Base-T works.)
tsubai