1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Correct i/o addresses for dgb & dgm

Submitted for dgm by: Andre Oppermann <opi@opi.flirtbox.ch>
This commit is contained in:
Brian Somers 1999-02-12 12:15:02 +00:00
parent 2aaeadf8d9
commit a360b6bd0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43924
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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