summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-02-12 12:15:02 +0000
committerbrian <brian@FreeBSD.org>1999-02-12 12:15:02 +0000
commitbe59136b29fc8aea8be8c80e729022c025d850f1 (patch)
tree25138bbde6327dc17b51f859dc7c60cdaa1eb3ac /sys
parente38d19126b1d9c854c2d84785f6a15b2770fde83 (diff)
downloadFreeBSD-src-be59136b29fc8aea8be8c80e729022c025d850f1.zip
FreeBSD-src-be59136b29fc8aea8be8c80e729022c025d850f1.tar.gz
Correct i/o addresses for dgb & dgm
Submitted for dgm by: Andre Oppermann <opi@opi.flirtbox.ch>
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index fd466759..ccad04f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.551 1999/02/09 01:03:17 mjacob Exp $
+# $Id: LINT,v 1.552 1999/02/10 02:41:23 des Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1429,8 +1429,8 @@ device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port IO_GAME
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
-device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
-device dgm0 at isa? port 0x104 iomem 0xd00000 iosiz ? tty
+device dgb0 at isa? port 0x220 iomem 0xfc000 iosiz ? tty
+device dgm0 at isa? port 0x104 iomem 0xd0000 iosiz ? tty
device labpc0 at isa? port 0x260 tty irq 5
device rc0 at isa? port 0x220 tty irq 12
device rp0 at isa? port 0x280 tty
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index fd466759..ccad04f 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.551 1999/02/09 01:03:17 mjacob Exp $
+# $Id: LINT,v 1.552 1999/02/10 02:41:23 des Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1429,8 +1429,8 @@ device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port IO_GAME
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
-device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
-device dgm0 at isa? port 0x104 iomem 0xd00000 iosiz ? tty
+device dgb0 at isa? port 0x220 iomem 0xfc000 iosiz ? tty
+device dgm0 at isa? port 0x104 iomem 0xd0000 iosiz ? tty
device labpc0 at isa? port 0x260 tty irq 5
device rc0 at isa? port 0x220 tty irq 12
device rp0 at isa? port 0x280 tty
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index fd466759..ccad04f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.551 1999/02/09 01:03:17 mjacob Exp $
+# $Id: LINT,v 1.552 1999/02/10 02:41:23 des Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1429,8 +1429,8 @@ device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port IO_GAME
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
-device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
-device dgm0 at isa? port 0x104 iomem 0xd00000 iosiz ? tty
+device dgb0 at isa? port 0x220 iomem 0xfc000 iosiz ? tty
+device dgm0 at isa? port 0x104 iomem 0xd0000 iosiz ? tty
device labpc0 at isa? port 0x260 tty irq 5
device rc0 at isa? port 0x220 tty irq 12
device rp0 at isa? port 0x280 tty
OpenPOWER on IntegriCloud