diff options
author | luigi <luigi@FreeBSD.org> | 2003-06-22 15:32:09 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2003-06-22 15:32:09 +0000 |
commit | 5ef90f5f23387ce0abdb2b84e26ec2f7694052e4 (patch) | |
tree | f7b113b9f6d06e9943df7fc2a7ce59c30a91318f /release | |
parent | ab870d63274346176f38a29a7c38c7142659d1fa (diff) | |
download | FreeBSD-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')
-rw-r--r-- | release/picobsd/bridge/PICOBSD | 5 |
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 |