git: kernel: Remove the old vx(4) network driver.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Aug 7 10:37:46 PDT 2016
commit 859c2e5382dc6da9d9868465fbceee031a269fc9
Author: Sascha Wildner <saw at online.de>
Date: Sun Aug 7 18:17:51 2016 +0200
kernel: Remove the old vx(4) network driver.
Aside from being quite obsolete, its documentation always was in the
i386 so i have my doubts that it still works.
If anyone needs it back for some reason I can't imagine currently,
we can take another look then.
Summary of changes:
UPDATING | 10 +-
share/man/man4/sn.4 | 1 -
sys/conf/files | 2 -
sys/config/LINT64 | 4 -
sys/config/X86_64_GENERIC | 1 -
sys/dev/netif/Makefile | 2 +-
sys/dev/netif/vx/Makefile | 5 -
sys/dev/netif/vx/if_vx.c | 993 -------------------------------------------
sys/dev/netif/vx/if_vx_pci.c | 193 ---------
sys/dev/netif/vx/if_vxreg.h | 472 --------------------
10 files changed, 6 insertions(+), 1677 deletions(-)
delete mode 100644 sys/dev/netif/vx/Makefile
delete mode 100644 sys/dev/netif/vx/if_vx.c
delete mode 100644 sys/dev/netif/vx/if_vx_pci.c
delete mode 100644 sys/dev/netif/vx/if_vxreg.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/859c2e5382dc6da9d9868465fbceee031a269fc9
--
DragonFly BSD source repository
More information about the Commits
mailing list