summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-06-15 16:38:12 +0000
committerkato <kato@FreeBSD.org>1997-06-15 16:38:12 +0000
commitd85a7bf572a5808b870fb2878eb9b8674bb321e2 (patch)
tree96f560a114e8ecf559b5485e5771b164f3c2c5a1 /sys/pc98/conf
parent41888e8395ee3814b089803fbf3d71f80b9d2ab9 (diff)
downloadFreeBSD-src-d85a7bf572a5808b870fb2878eb9b8674bb321e2.zip
FreeBSD-src-d85a7bf572a5808b870fb2878eb9b8674bb321e2.tar.gz
Fixed iomem address of SMIT mode in an example of bs driver.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC4
-rw-r--r--sys/pc98/conf/GENERIC984
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 95de84c..730e85a 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.21 1997/06/09 13:37:08 kato Exp $
+# $Id: GENERIC98,v 1.22 1997/06/13 10:35:38 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -111,7 +111,7 @@ controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0 vector bsintr
# ELECOM type
#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0x30000 vector bsintr
# SMIT
-#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 iomem 0xdc000 iosiz 0x1000 flags 0x40000 vector bsintr
+#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 iomem 0xdd000 iosiz 0x1000 flags 0x40000 vector bsintr
# Logitec LHA-20x
#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0x50000 vector bsintr
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 95de84c..730e85a 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.21 1997/06/09 13:37:08 kato Exp $
+# $Id: GENERIC98,v 1.22 1997/06/13 10:35:38 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -111,7 +111,7 @@ controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0 vector bsintr
# ELECOM type
#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0x30000 vector bsintr
# SMIT
-#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 iomem 0xdc000 iosiz 0x1000 flags 0x40000 vector bsintr
+#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 iomem 0xdd000 iosiz 0x1000 flags 0x40000 vector bsintr
# Logitec LHA-20x
#controller bs0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0x50000 vector bsintr
OpenPOWER on IntegriCloud