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