summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/GENERIC
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-01-20 08:34:40 +0000
committerkato <kato@FreeBSD.org>2000-01-20 08:34:40 +0000
commitb8cfd16cdfb596f000d9452be077613ff2225d4d (patch)
treeb01e57a67170c74df4a281e278fecdb084534069 /sys/pc98/conf/GENERIC
parentcec957051de38806c33e3e6352cd3ed787597658 (diff)
downloadFreeBSD-src-b8cfd16cdfb596f000d9452be077613ff2225d4d.zip
FreeBSD-src-b8cfd16cdfb596f000d9452be077613ff2225d4d.tar.gz
Synced with sys/i386/conf/GENERIC rev 1.230.
Diffstat (limited to 'sys/pc98/conf/GENERIC')
-rw-r--r--sys/pc98/conf/GENERIC11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 0964263..2507fa4 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -53,7 +53,10 @@ options VISUAL_USERCONFIG #visual boot -c editor
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
-options SYSVSEM #SYSV-style semaphores
+ioptions SYSVSEM #SYSV-style semaphores
+options P1003_1B #Posix P1003_1B real-time extentions
+options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_VERSION=199309L
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
@@ -260,6 +263,12 @@ device ep0 at isa? port 0x40d0 irq 3
# exists only as a PCMCIA device, so there is no ISA attatement needed
# and resources will always be dynamically assigned by the pccard code.
#device wi0
+# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
+# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
+# mode (the factory default). If you set the switches on your ISA
+# card for a manually chosen I/O address and IRQ, you must specify
+# those paremeters here.
+# device an0
#device snd0
#device sb0 at isa? port 0x20d2 irq 10 conflicts drq 3
OpenPOWER on IntegriCloud