diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2005-05-03 11:56:05 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2005-05-03 11:56:05 +0000 |
| commit | c2399f7a3f350209b6ad007813e92e32107820ed (patch) | |
| tree | b2438e86ebca08f343d0705661a1f15ff37de9c8 /sys/powerpc | |
| parent | ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/conf/GENERIC | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 8beb9f0f13f8c..c4184611d99f3 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 |
