summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-11-21 20:17:46 +0000
committerjhb <jhb@FreeBSD.org>2005-11-21 20:17:46 +0000
commit23a1490fe0d92113b63777d239427f7107d9700e (patch)
tree5fa148ccf4fa403950461b7e8a7fe93b2c584856 /sys/sparc64/conf
parentbef2e3c846f9290b3e3d31c3c5e4c2bf13b22e2b (diff)
downloadFreeBSD-src-23a1490fe0d92113b63777d239427f7107d9700e.zip
FreeBSD-src-23a1490fe0d92113b63777d239427f7107d9700e.tar.gz
Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and move
'device mem' over from GENERIC to DEFAULTS to be consistent with i386 and amd64. Additionally, on ia64 enable ACPI by default since ia64 requires acpi.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/DEFAULTS10
-rw-r--r--sys/sparc64/conf/GENERIC1
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS
new file mode 100644
index 0000000..087ee1d
--- /dev/null
+++ b/sys/sparc64/conf/DEFAULTS
@@ -0,0 +1,10 @@
+#
+# DEFAULTS -- Default kernel configuration file for FreeBSD/sparc64
+#
+# $FreeBSD$
+
+# Not yet, this would break all existing configs
+#machine sparc64
+
+# Pseudo devices.
+device mem # Memory and kernel memory devices
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 73a13c1..84968dd 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -186,7 +186,6 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# Pseudo devices.
device loop # Network loopback
-device mem # Memory and kernel memory devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP
OpenPOWER on IntegriCloud