- Replace lnc(4) driver with NetBSD's le(4), which gives us better performance,
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 7 Jul 2006 14:16:29 +0000 (14:16 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 7 Jul 2006 14:16:29 +0000 (14:16 +0000)
commitcfa96c6ce7ead94b5940354051f97c48fca5a469
tree780b87ddc09d919c5f9d58f627247092b2098e4a
parent179024a5b309127c14e21d6fb3f7cbbe8ea6b36a
- Replace lnc(4) driver with NetBSD's le(4), which gives us better performance,
  especially for VMWare users.
- Sync lnc(4) manpage.

Submitted-by: Bill Marquette <bill.marquette@gmail.com>
Manpage-reviewed-and-adjusted-by: swildner
19 files changed:
gnu/usr.bin/groff/tmac/mdoc.local
share/man/man4/man4.i386/lnc.4
sys/conf/files
sys/dev/netif/lnc/Makefile
sys/dev/netif/lnc/am7990.c [new file with mode: 0644]
sys/dev/netif/lnc/am79900.c [new file with mode: 0644]
sys/dev/netif/lnc/am79900reg.h [new file with mode: 0644]
sys/dev/netif/lnc/am79900var.h [new file with mode: 0644]
sys/dev/netif/lnc/am7990reg.h [new file with mode: 0644]
sys/dev/netif/lnc/am7990var.h [new file with mode: 0644]
sys/dev/netif/lnc/if_lnc.c [deleted file]
sys/dev/netif/lnc/if_lnc.h [deleted file]
sys/dev/netif/lnc/if_lnc_isa.c
sys/dev/netif/lnc/if_lnc_pci.c
sys/dev/netif/lnc/if_lncreg.h [deleted file]
sys/dev/netif/lnc/if_lncvar.h [deleted file]
sys/dev/netif/lnc/lance.c [new file with mode: 0644]
sys/dev/netif/lnc/lancereg.h [new file with mode: 0644]
sys/dev/netif/lnc/lancevar.h [new file with mode: 0644]