summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-04-16 11:09:13 +0000
committerrwatson <rwatson@FreeBSD.org>2009-04-16 11:09:13 +0000
commit3038eb8f40a63e7a105abc4722c25f98485bca00 (patch)
treedb966c0fb54e6065c83a6bde2485ca6f92e9095a /sys/modules
parent915dee68f2d5bf06d202e877f12f1821e2ba4105 (diff)
downloadFreeBSD-src-3038eb8f40a63e7a105abc4722c25f98485bca00.zip
FreeBSD-src-3038eb8f40a63e7a105abc4722c25f98485bca00.tar.gz
Garbage collect unbuildable and unusable non-MPSAFE network device
drivers that depended on the historic IFF_NEEDSGIANT compatibility mechanism: ar(4) ray(4) sr(4) Discussed on: arch@
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/ar/Makefile17
-rw-r--r--sys/modules/netgraph/sync_ar/Makefile13
-rw-r--r--sys/modules/netgraph/sync_sr/Makefile13
-rw-r--r--sys/modules/ray/Makefile9
-rw-r--r--sys/modules/sr/Makefile17
6 files changed, 0 insertions, 71 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 969f704..6ae7209 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -539,7 +539,6 @@ _zfs= zfs
# nsp s3 sbni stg vesa
# acpi is not enabled because it is broken as a module on ia64
_aic= aic
-#_ar= ar not 64-bit clean
_an= an
_arcnet= arcnet
_asr= asr
@@ -564,7 +563,6 @@ _smbfs= smbfs
_sound= sound
_splash= splash
_sppp= sppp
-#_sr= sr not 64bit clean
_streams= streams
_wi= wi
_xe= xe
diff --git a/sys/modules/ar/Makefile b/sys/modules/ar/Makefile
deleted file mode 100644
index 9350ac0..0000000
--- a/sys/modules/ar/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/ar
-KMOD = if_ar
-SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
-SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
-
-.if !defined(KERNBUILDDIR)
-NETGRAPH?= 0
-
-.if ${NETGRAPH} != 0
-opt_netgraph.h:
- echo "#define NETGRAPH ${NETGRAPH}" > ${.TARGET}
-.endif
-.endif
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/sync_ar/Makefile b/sys/modules/netgraph/sync_ar/Makefile
deleted file mode 100644
index 0587896..0000000
--- a/sys/modules/netgraph/sync_ar/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/ar
-KMOD = ng_sync_ar
-SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
-SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
-
-.if !defined(KERNBUILDDIR)
-opt_netgraph.h:
- echo "#define NETGRAPH" > ${.TARGET}
-.endif
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/sync_sr/Makefile b/sys/modules/netgraph/sync_sr/Makefile
deleted file mode 100644
index 5d35a79..0000000
--- a/sys/modules/netgraph/sync_sr/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/sr
-KMOD = ng_sync_sr
-SRCS = if_sr.c if_sr_isa.c if_sr_pci.c
-SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
-
-.if !defined(KERNBUILDDIR)
-opt_netgraph.h:
- echo "#define NETGRAPH" > ${.TARGET}
-.endif
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/ray/Makefile b/sys/modules/ray/Makefile
deleted file mode 100644
index 84eb9d9..0000000
--- a/sys/modules/ray/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/ray
-
-KMOD= if_ray
-SRCS= if_ray.c
-SRCS+= device_if.h bus_if.h card_if.h opt_inet.h pccarddevs.h
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/sr/Makefile b/sys/modules/sr/Makefile
deleted file mode 100644
index b65df09..0000000
--- a/sys/modules/sr/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/sr
-KMOD = if_sr
-SRCS = if_sr.c if_sr_isa.c if_sr_pci.c
-SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
-
-.if !defined(KERNBUILDDIR)
-NETGRAPH?= 0
-
-.if ${NETGRAPH} != 0
-opt_netgraph.h:
- echo "#define NETGRAPH ${NETGRAPH}" > ${.TARGET}
-.endif
-.endif
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud