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.
This commit is contained in:
John Baldwin 2005-11-21 20:17:46 +00:00
parent 33b61b6752
commit d0750fb9b0
8 changed files with 43 additions and 5 deletions

10
sys/alpha/conf/DEFAULTS Normal file
View File

@ -0,0 +1,10 @@
#
# DEFAULTS -- Default kernel configuration file for FreeBSD/alpha
#
# $FreeBSD$
# Not yet, this would break all existing configs
#machine alpha
# Pseudo devices.
device mem # Memory and kernel memory devices

View File

@ -183,7 +183,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

13
sys/ia64/conf/DEFAULTS Normal file
View File

@ -0,0 +1,13 @@
#
# DEFAULTS -- Default kernel configuration file for FreeBSD/ia64
#
# $FreeBSD$
# Not yet, this would break all existing configs
#machine ia64
# Bus support.
device acpi # ACPI support
# Pseudo devices.
device mem # Memory and kernel memory devices

View File

@ -56,7 +56,6 @@ options UFS_DIRHASH # Hash-based directory lookup scheme
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
# Various "busses"
device acpi # ACPI support (mandatory)
device firewire # FireWire bus code
device miibus # MII bus support (Ethernet)
device pci # PCI bus support
@ -141,7 +140,6 @@ device faith # IPv6-to-IPv4 relaying (translation)
device gif # IPv6 and IPv4 tunneling
device loop # Network loopback
device md # Memory "disks"
device mem # Memory and kernel memory devices
device pty # Pseudo-ttys (telnet etc)
device puc # Multi I/O cards and multi-channel UARTs
device random # Entropy device

10
sys/powerpc/conf/DEFAULTS Normal file
View File

@ -0,0 +1,10 @@
#
# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
#
# $FreeBSD$
# Not yet, this would break all existing configs
#machine powerpc
# Pseudo devices.
device mem # Memory and kernel memory devices

View File

@ -104,7 +104,6 @@ device fxp # Intel EtherExpress PRO/100B (82557, 82558)
# 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

10
sys/sparc64/conf/DEFAULTS Normal file
View File

@ -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

View File

@ -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