aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-05-17 22:13:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-05-17 22:13:14 +0000
commit922013a665242b38cb20a64fda41629f30996424 (patch)
tree615ac90a5256beb1e7be1556e796f0b05923b4fe
parent11053af551f4f2865e71be08c73a3b545138a2ef (diff)
downloadsrc-922013a665242b38cb20a64fda41629f30996424.tar.gz
src-922013a665242b38cb20a64fda41629f30996424.zip
Turn on modules for amd64. Fear.
Notes
Notes: svn path=/head/; revision=129366
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/amd64/conf/NOTES3
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index fc08e566770f..ccf70f82e905 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -26,7 +26,6 @@ ident GENERIC
#hints "GENERIC.hints" # Default places to look for devices.
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-makeoptions NO_MODULES=not_yet
options SCHED_ULE # ULE scheduler
options INET # InterNETworking
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 8c9b152eba2f..d3610a60fc0c 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -7,9 +7,6 @@
# $FreeBSD$
#
-# We don't have modules on amd64.
-makeoptions NO_MODULES=not_yet
-
#
# This directive is mandatory; it defines the architecture to be
# configured for; in this case, the AMD64 family based machines.