summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-02-27 12:34:01 +0000
committernyan <nyan@FreeBSD.org>2001-02-27 12:34:01 +0000
commit9e90d5aab040fc60175aec4b91e7ed6bc2befe0f (patch)
tree54be048c1cf89fd7851b93ec3511bb7216e8b98d /sys/pc98
parentb564bac2855289fbaf3e646d59362462fb3ac71f (diff)
downloadFreeBSD-src-9e90d5aab040fc60175aec4b91e7ed6bc2befe0f.zip
FreeBSD-src-9e90d5aab040fc60175aec4b91e7ed6bc2befe0f.tar.gz
Added another wd33c93 based SCSI card driver which replaces the bs driver.
Now, default is still bs. Submitted by: nyan and non. Obtained from: NetBSD/pc98
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC7
-rw-r--r--sys/pc98/conf/GENERIC.hints29
2 files changed, 27 insertions, 9 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index c8e5d0a..28ed752 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -87,11 +87,10 @@ device isp # Qlogic family
#device ncr # NCR/Symbios Logic
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
-# WD33C93 SCSI card (55/92 like board)
-options BS_TARG_SAFEMODE
-device bs 1
-
device aic # PC-9801-100
+options BS_TARG_SAFEMODE
+device bs 1 # WD33C93 SCSI card (55/92 like board)
+#device ct # host adapter using WD33C93[ABC] chip (C bus)
device ncv # NCR 53C500
device nsp # Workbit Ninja SCSI-3
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 540bcc6..0dabb57 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -24,6 +24,12 @@ hint.wd.0.drive="0"
#hint.wd.3.at="wdc0"
#hint.wd.3.drive="3"
+# PC-9801-100
+hint.aic.0.at="isa"
+hint.aic.0.port="0x1840"
+hint.aic.0.irq="5"
+hint.aic.0.flags="0x10000"
+
# PC-9801-92
hint.bs.0.at="isa"
hint.bs.0.port="0xCC0"
@@ -63,11 +69,24 @@ hint.bs.0.flags="0"
#hint.bs.0.drq="3"
#hint.bs.0.flags="0x50000"
-# PC-9801-100
-hint.aic.0.at="isa"
-hint.aic.0.port="0x1840"
-hint.aic.0.irq="5"
-hint.aic.0.flags="0x10000"
+# GENERIC
+hint.ct.0.at="isa"
+# SC98
+#hint.ct.0.at="isa"
+#hint.ct.0.flags="0x10000"
+# TEXA
+#hint.ct.0.at="isa"
+#hint.ct.0.flags="0x20000"
+# ELECOM
+#hint.ct.0.at="isa"
+#hint.ct.0.flags="0x30000"
+# SMIT
+#hint.ct.0.at="isa"
+#hint.ct.0.maddr="0xdc000"
+#hint.ct.0.flags="0x40000"
+# LOGITEC
+#hint.ct.0.at="isa"
+#hint.ct.0.flags="0x50000"
hint.pckbd.0.at="isa"
hint.pckbd.0.port="0x041"
OpenPOWER on IntegriCloud