summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2005-05-03 11:56:05 +0000
committergrehan <grehan@FreeBSD.org>2005-05-03 11:56:05 +0000
commitd6e563620404f4a296dc41265ac8763a6376e3ad (patch)
treeb2438e86ebca08f343d0705661a1f15ff37de9c8 /sys
parentd62d255d2ea2767f48fe126356b4d374c9fe5c9f (diff)
downloadFreeBSD-src-d6e563620404f4a296dc41265ac8763a6376e3ad.zip
FreeBSD-src-d6e563620404f4a296dc41265ac8763a6376e3ad.tar.gz
- move to SCHED_4BSD per jeffr's comments on SCHED_ULE's state
- enable MSDOSFS - ehci is stable on the powerbook - modules have been working for a long time.
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/conf/GENERIC9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 8beb9f0..c418461 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -32,7 +32,8 @@ makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
-options SCHED_ULE #ULE scheduler
+#options SCHED_ULE #ULE scheduler
+options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -43,7 +44,7 @@ options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
-#options MSDOSFS #MSDOS Filesystem
+options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
@@ -122,6 +123,7 @@ device bpf #Berkeley packet filter
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
+device ehci # EHCI PCI->USB interface
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
@@ -143,9 +145,6 @@ device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
-# Temporary defs until things are farther along.
-makeoptions NO_MODULES=true
-
options KTR
options KTR_COMPILE=0xffffffff
#options KTR_MASK=KTR_SIG
OpenPOWER on IntegriCloud