summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-02-05 17:38:28 +0000
committerimp <imp@FreeBSD.org>2006-02-05 17:38:28 +0000
commit98ba0aaf4b8137c6ec744857f0f76cfe20176e9f (patch)
tree7a7f73890ff96957691dd40b74ad7da9ccd1f7a6 /sys/modules
parent930a45b56124be6d9abc9eb10b8c032c5daa4ef3 (diff)
downloadFreeBSD-src-98ba0aaf4b8137c6ec744857f0f76cfe20176e9f.zip
FreeBSD-src-98ba0aaf4b8137c6ec744857f0f76cfe20176e9f.tar.gz
an driver not endian clean, so don't enable on sparc64
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f8cc7c0..35687bc 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -13,7 +13,7 @@ SUBDIR= ${_3dfx} \
aio \
${_amd} \
amr \
- an \
+ ${_an} \
${_aout} \
${_apm} \
${_ar} \
@@ -318,6 +318,7 @@ _3dfx= 3dfx
_agp= agp
_aic= aic
_amd= amd
+_an= an
_aout= aout
_apm= apm
_ar= ar
@@ -428,8 +429,9 @@ _sppp= sppp
.if ${MACHINE_ARCH} == "amd64"
_aac= aac
-#_acpi= acpi # doesn't work on amd64 yet
+#_acpi= acpi # doesn't work on amd64 yet as module
_agp= agp
+_an= an
_arcmsr= arcmsr
_ath_hal= ath_hal
_ciss= ciss
@@ -469,6 +471,7 @@ _aic= aic
#_ar= ar not 64-bit clean
_arcnet= arcnet
_asr= asr
+_an= an
_bktr= bktr
_cardbus= cardbus
_cbb= cbb
@@ -496,6 +499,7 @@ _xe= xe
.endif
.if ${MACHINE_ARCH} == "powerpc"
+_an= an
_gem= gem
_smbfs= smbfs
.endif
OpenPOWER on IntegriCloud