summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-09-22 16:10:40 +0000
committerkato <kato@FreeBSD.org>1998-09-22 16:10:40 +0000
commitf63c4bdde39e5b3b717082e1d7467ba6ee56bec9 (patch)
treee84e6c9fbfc9d633d555c55be5147eb41a4fb7a2 /sys/pc98/conf
parent2764ef0517d50c4726774d87116c92966e539d21 (diff)
downloadFreeBSD-src-f63c4bdde39e5b3b717082e1d7467ba6ee56bec9.zip
FreeBSD-src-f63c4bdde39e5b3b717082e1d7467ba6ee56bec9.tar.gz
Sync with sys/i386/conf/GENERICupgrade revision 1.3.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERICupgrade13
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/pc98/conf/GENERICupgrade b/sys/pc98/conf/GENERICupgrade
index ca9b804..e9c6cff 100644
--- a/sys/pc98/conf/GENERICupgrade
+++ b/sys/pc98/conf/GENERICupgrade
@@ -8,7 +8,7 @@
# being perfomed on a machine for which this config file is inappropriate,
# it should be replaced with a suitable one prior to performing the upgrade.
#
-# $Id: GENERICupgrade,v 1.1 1998/09/05 08:14:36 jb Exp $
+# $Id: GENERICupgrade,v 1.2 1998/09/15 08:25:09 kato Exp $
#
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -34,7 +34,6 @@ options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
-options BOUNCE_BUFFERS #include support for DMA bounce buffers
options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
#options EPSON_MEMWIN #EPSON memory window support
options UCONSOLE #Allow users to grab the console
@@ -79,7 +78,7 @@ device wcd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
# for any number of installed devices.
controller ncr0
-controller amd0
+#controller amd0
controller ahc0
controller isp0
@@ -90,7 +89,7 @@ controller isp0
options BS_TARG_SAFEMODE
# PC-9801-92
-controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0 vector bsintr
+#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0 vector bsintr
# SC-98
# controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0x10000 vector bsintr
# HA-55BS2 and later
@@ -106,11 +105,11 @@ controller aic0 at isa? port 0x1840 bio irq 5 flags 0x10000 vector aicintr
controller scbus0
-device sd0
+device da0
-device od0 #See LINT for possible `od' options.
+device sa0
-device st0
+device pass0
device cd0 #Only need one of these, the code dynamically grows
OpenPOWER on IntegriCloud