aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-11-15 04:49:20 +0000
committerWarner Losh <imp@FreeBSD.org>2004-11-15 04:49:20 +0000
commit0d171ad896243e9efb2a2c1e9d961e98395940da (patch)
tree3fbfa4faa401bca73bf1f6678791d22ea92d829e /sys/modules/Makefile
parent982ea33b89976b267f72bd39984a744767014ff5 (diff)
downloadsrc-0d171ad896243e9efb2a2c1e9d961e98395940da.tar.gz
src-0d171ad896243e9efb2a2c1e9d961e98395940da.zip
Add comment about why amd64 and ia64 don't build acpi modules.
Notes
Notes: svn path=/head/; revision=137713
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ccb394830ff2..b115af127a5f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -317,7 +317,6 @@ _oltr= oltr
_pccard= pccard
_pcfclock= pcfclock
_pecoff= pecoff
-_ray= ray
_safe= safe
_sbni= sbni
_scsi_low= scsi_low
@@ -379,6 +378,7 @@ _sppp= sppp
.if ${MACHINE_ARCH} == "amd64"
_aac= aac
+#_acpi= acpi # doesn't work on amd64 yet
_agp= agp
_ciss= ciss
_drm= drm
@@ -404,6 +404,7 @@ _twa= twa
# Modules not enabled on ia64 (as compared to i386) include:
# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
# nsp oltr pecoff s3 sbni stg vesa
+# acpi is not enabled because it is broken as a module on ia64
_aic= aic
_ar= ar
_arcnet= arcnet
@@ -423,7 +424,6 @@ _hfa= hfa
_iir= iir
_mly= mly
_pccard= pccard
-_ray= ray
_scsi_low= scsi_low
_smbfs= smbfs
_sound= sound