Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network interface driver changes: | sam | 2002-11-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | o don't strip the Ethernet header from inbound packets; pass packets up the stack intact (required significant changes to some drivers) o reference common definitions in net/ethernet.h (e.g. ETHER_ALIGN) o track ether_ifattach/ether_ifdetach API changes o track bpf changes (use BPF_TAP and BPF_MTAP) o track vlan changes (ifnet capabilities, revised processing scheme, etc.) o use if_input to pass packets "up" o call ether_ioctl for default handling of ioctls Reviewed by: many Approved by: re | ||||
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -8/+10 |
| | | | | Verified by: md5 | ||||
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
| | | | | | | | most cases NULL is passed, but in some cases such as network driver locks (which use the MTX_NETWORK_LOCK macro) and UMA zone locks, a name is used. Tested on: i386, alpha, sparc64 | ||||
* | Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. | jlemon | 2001-10-19 | 1 | -0/+168 |