diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-10-28 19:21:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-10-28 19:21:27 +0000 |
| commit | 1286c2a7f222b7924b7bfef23b4fd2b2db91841c (patch) | |
| tree | 345a985c860d657855285cdb64e238657d9b3eec /sys/pc98 | |
| parent | fca73f74fb837a58de0ff0ef43bdc0cb885f77d1 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 8307ef17487f..08b0097f4f4d 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -29,7 +29,6 @@ ident GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols -options PC98 # PC98 #options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption @@ -66,7 +65,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev #options SMP # Symmetric MultiProcessor Kernel #device apic # I/O APIC -device isa +# Bus support. device pci # Floppy drives @@ -116,9 +115,6 @@ device sc #device agp # support several AGP chipsets -# Floating point support - do not disable. -device npx - # Power management support (see NOTES for more options) #device apm #device pmc @@ -208,8 +204,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. # Pseudo devices. device loop # Network loopback -device mem # Memory and kernel memory devices -device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP |
