aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-10-24 07:16:24 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-10-24 07:16:24 +0000
commit8c7cf505d75b89e9edd04db004f558640eaf5939 (patch)
tree6666c5c2e8a45e2551c347ad6b4e5611d03fe0a9 /sys/modules/Makefile
parentbba739abf96876fbbf9e2359b8a68714a08bdb7e (diff)
Notes
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile21
1 files changed, 20 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index c2546f78c838a..da7800e1b3660 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -139,7 +139,7 @@ SUBDIR= 3dfx \
SUBDIR+=ext2fs
.endif
-.if !defined(NO_IPFILTER) && ${MACHINE_ARCH} != "ia64"
+.if !defined(NO_IPFILTER)
SUBDIR+=ipfilter
.endif
@@ -249,22 +249,41 @@ SUBDIR+=aic \
.endif
.if ${MACHINE_ARCH} == "ia64"
+# Modules not enabled on ia64 (as compared to i386) include:
+# aac acpi aout apm atspeaker drm fpu gnufpu ibcs2 linprocfs linux ncv
+# nsp oltr pecoff s3 sbni stg vesa
SUBDIR+=aic \
+ ar \
arcnet \
+ asr \
+ bktr \
+ cardbus \
+ cbb \
ciss \
cm \
coff \
el \
em \
+ ep \
+ exca \
fe \
+ hea \
+ hfa \
iir \
+ lomac \
mly \
+ netgraph \
+ pccard \
ray \
+ rc \
scsi_low \
smbfs \
+ sound \
splash \
+ sppp \
sr \
streams \
+ vinum \
wi \
xe
.endif