summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-11-25 19:29:21 +0000
committermarius <marius@FreeBSD.org>2011-11-25 19:29:21 +0000
commit2f543fefda2636e391589aa9c133f78b3fbe31aa (patch)
treeb57208a1161542e0122560444dba9f5ed4c1451b /sys/modules
parent8483c392336a7405581e508516b5914e80b0c095 (diff)
downloadFreeBSD-src-2f543fefda2636e391589aa9c133f78b3fbe31aa.zip
FreeBSD-src-2f543fefda2636e391589aa9c133f78b3fbe31aa.tar.gz
Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4)
as of r227006.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/amd/Makefile10
2 files changed, 0 insertions, 12 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 1638e62..f41ba06 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -22,7 +22,6 @@ SUBDIR= ${_3dfx} \
alc \
ale \
alq \
- ${_amd} \
${_amdsbwd} \
${_amdtemp} \
amr \
@@ -405,7 +404,6 @@ _3dfx= 3dfx
_3dfx_linux= 3dfx_linux
_agp= agp
_aic= aic
-_amd= amd
_an= an
_aout= aout
_apm= apm
diff --git a/sys/modules/amd/Makefile b/sys/modules/amd/Makefile
deleted file mode 100644
index fbaae5c..0000000
--- a/sys/modules/amd/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/amd
-
-KMOD= amd
-SRCS= amd.c
-SRCS+= opt_scsi.h opt_cam.h
-SRCS+= device_if.h bus_if.h pci_if.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud