summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-12-30 07:46:23 +0000
committerkato <kato@FreeBSD.org>1998-12-30 07:46:23 +0000
commit487e64c4ebd1ce34bb110f3d52fe9c6c71133591 (patch)
tree7cb67ef9411d8c74356125e3c7196f2290534128 /sys/pc98
parentc0d05a5740b6ac33d83b21b20397ce62ad2a4532 (diff)
downloadFreeBSD-src-487e64c4ebd1ce34bb110f3d52fe9c6c71133591.zip
FreeBSD-src-487e64c4ebd1ce34bb110f3d52fe9c6c71133591.tar.gz
Sync with sys/i386/conf/GENERIC revision up to 1.140.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC16
-rw-r--r--sys/pc98/conf/GENERIC9816
2 files changed, 22 insertions, 10 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 4b37495..7a21611 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC98,v 1.59 1998/11/25 11:00:31 kato Exp $
+# $Id: GENERIC98,v 1.60 1998/12/05 09:17:31 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -58,6 +58,15 @@ options COM_MULTIPORT
config kernel root on wd0
+# To make an SMP kernel, the next two are needed
+#options SMP # Symmetric MultiProcessor Kernel
+#options APIC_IO # Symmetric (APIC) I/O
+# Optionally these may need tweaked, (defaults shown):
+#options NCPU=2 # number of CPUs
+#options NBUS=4 # number of busses
+#options NAPIC=1 # number of IO APICs
+#options NINTR=24 # number of INTs
+
controller isa0
controller pci0
@@ -66,7 +75,6 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
disk fd2 at fdc0 drive 2
disk fd3 at fdc0 drive 3
-tape ft0 at fdc0 drive 4
# options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 9
@@ -77,7 +85,7 @@ disk wd0 at wdc0 drive 0
options ATAPI # Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
-device wcd0 #IDE CD-ROM
+device acd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is
# for any number of installed devices.
@@ -118,9 +126,7 @@ device cd0 #Only need one of these, the code dynamically grows
controller matcd0 at isa? port? bio
-# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port IO_KBD tty irq 1
-#options XSERVER # support for X server
device npx0 at isa? port IO_NPX irq 8
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 4b37495..7a21611 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC98,v 1.59 1998/11/25 11:00:31 kato Exp $
+# $Id: GENERIC98,v 1.60 1998/12/05 09:17:31 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -58,6 +58,15 @@ options COM_MULTIPORT
config kernel root on wd0
+# To make an SMP kernel, the next two are needed
+#options SMP # Symmetric MultiProcessor Kernel
+#options APIC_IO # Symmetric (APIC) I/O
+# Optionally these may need tweaked, (defaults shown):
+#options NCPU=2 # number of CPUs
+#options NBUS=4 # number of busses
+#options NAPIC=1 # number of IO APICs
+#options NINTR=24 # number of INTs
+
controller isa0
controller pci0
@@ -66,7 +75,6 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
disk fd2 at fdc0 drive 2
disk fd3 at fdc0 drive 3
-tape ft0 at fdc0 drive 4
# options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 9
@@ -77,7 +85,7 @@ disk wd0 at wdc0 drive 0
options ATAPI # Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
-device wcd0 #IDE CD-ROM
+device acd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is
# for any number of installed devices.
@@ -118,9 +126,7 @@ device cd0 #Only need one of these, the code dynamically grows
controller matcd0 at isa? port? bio
-# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port IO_KBD tty irq 1
-#options XSERVER # support for X server
device npx0 at isa? port IO_NPX irq 8
OpenPOWER on IntegriCloud