freebsd-dev/sys/dev/ppbus
Sam Leffler 673d91916d network interface driver changes:
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
2002-11-14 23:54:55 +00:00
..
if_plip.c network interface driver changes: 2002-11-14 23:54:55 +00:00
immio.c Translate various ppbus sequences into microsequences to limit 2001-06-23 06:51:52 +00:00
lpbb.c This makes ppbus childs like lpt and ppi succesfully connect to more 2002-04-07 22:06:20 +00:00
lpt.c - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1 2002-11-07 17:20:58 +00:00
lpt.h
lptio.h
pcfclock.c d_read_t functions return an int, not a ssize_t. (Considering the fact 2002-11-07 17:26:38 +00:00
ppb_1284.c Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
ppb_1284.h
ppb_base.c
ppb_msq.c Fix some gcc-3.1+ warnings: 2002-03-19 23:20:21 +00:00
ppb_msq.h Fix instances of macros with improperly parenthasized arguments. 2002-11-09 12:55:07 +00:00
ppbconf.c -Wunused cleanup 2001-06-12 07:01:27 +00:00
ppbconf.h
ppbio.h
ppbus_if.m
ppi.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
ppi.h
pps.c Warning fixes for sizeof(int) != sizeof(void *). 2002-11-07 17:25:33 +00:00
vpo.c This makes ppbus childs like lpt and ppi succesfully connect to more 2002-04-07 22:06:20 +00:00
vpoio.c Remove empty #if*/#endif clauses. 2002-09-21 08:44:51 +00:00
vpoio.h