PCI compat cleanup, part 1. This brings in the LNC and VX drivers
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 7 Dec 2003 19:23:40 +0000 (19:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 7 Dec 2003 19:23:40 +0000 (19:23 +0000)
commit6b8fd2d936cbbd530c9de9d23036cbfb6506aff5
tree29b63ab35fc965106d436181e6146492a48e7910
parent03bdc6cb1e14a421aa1d320c8e6099959c34cd13
PCI compat cleanup, part 1.  This brings in the LNC and VX drivers
from FreeBSD-5.  They are not the newest versions, just new enough to
use newbus, not the PCI compat code.

Submitted-by: Joerg Sonnenberger <joerg@britannica.bec.de>
16 files changed:
sys/bus/isa/i386/isa_compat.h
sys/conf/files
sys/conf/files.i386
sys/conf/files.pc98
sys/dev/netif/Makefile
sys/dev/netif/lnc/Makefile [new file with mode: 0644]
sys/dev/netif/lnc/if_lnc.c
sys/dev/netif/lnc/if_lnc_isa.c [new file with mode: 0644]
sys/dev/netif/lnc/if_lnc_pci.c [new file with mode: 0644]
sys/dev/netif/lnc/if_lncreg.h [new file with mode: 0644]
sys/dev/netif/lnc/if_lncvar.h [new file with mode: 0644]
sys/dev/netif/vx/Makefile [new file with mode: 0644]
sys/dev/netif/vx/if_vx.c
sys/dev/netif/vx/if_vx_eisa.c
sys/dev/netif/vx/if_vx_pci.c
sys/dev/netif/vx/if_vxreg.h