summaryrefslogtreecommitdiffstats
path: root/release/picobsd/bridge
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2003-06-22 15:32:09 +0000
committerluigi <luigi@FreeBSD.org>2003-06-22 15:32:09 +0000
commit5ef90f5f23387ce0abdb2b84e26ec2f7694052e4 (patch)
treef7b113b9f6d06e9943df7fc2a7ce59c30a91318f /release/picobsd/bridge
parentab870d63274346176f38a29a7c38c7142659d1fa (diff)
downloadFreeBSD-src-5ef90f5f23387ce0abdb2b84e26ec2f7694052e4.zip
FreeBSD-src-5ef90f5f23387ce0abdb2b84e26ec2f7694052e4.tar.gz
Make this compile again: we need to specify a scheduler,
and remove the count for devices "sc" and "atkbdc" This change does not apply to RELENG_4.
Diffstat (limited to 'release/picobsd/bridge')
-rw-r--r--release/picobsd/bridge/PICOBSD5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index f795b06..985c85d 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -14,6 +14,7 @@ cpu I586_CPU
cpu I686_CPU
ident PICOBSD
+options SCHED_4BSD # mandatory to have one scheduler
#options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
#options INET6
@@ -56,7 +57,7 @@ device fdc
#options ATA_STATIC_ID #Static device numbering
# atkbdc0 controls both the keyboard and the PS/2 mouse
-device atkbdc 1 # At keyboard controller
+device atkbdc # At keyboard controller
device atkbd
#device psm # do we need the mouse ??
@@ -64,7 +65,7 @@ device vga # VGA screen
# syscons is the default console driver, resembling an SCO console
-device sc 1
+device sc
# Floating point support - do not disable.
device npx
OpenPOWER on IntegriCloud