pca: change IO_PPI to IO_TIMER1 due to syscons conflict

This commit is contained in:
Andrey A. Chernov 1995-04-08 16:08:35 +00:00
parent 785b47579d
commit 017e602c0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7669
3 changed files with 6 additions and 6 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.164 1995/04/08 09:36:02 phk Exp $
# $Id: LINT,v 1.165 1995/04/08 15:44:18 joerg 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
@ -598,7 +598,7 @@ device mpu0 at isa? port 0x330 irq 6 drq 0
# 6850 UART Midi
device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
device pca0 at isa? port IO_PPI tty
device pca0 at isa? port IO_TIMER1 tty
#
# Miscellaneous hardware: `mcd', `wt', `ctx', `apm'

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.164 1995/04/08 09:36:02 phk Exp $
# $Id: LINT,v 1.165 1995/04/08 15:44:18 joerg 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
@ -598,7 +598,7 @@ device mpu0 at isa? port 0x330 irq 6 drq 0
# 6850 UART Midi
device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
device pca0 at isa? port IO_PPI tty
device pca0 at isa? port IO_TIMER1 tty
#
# Miscellaneous hardware: `mcd', `wt', `ctx', `apm'

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.164 1995/04/08 09:36:02 phk Exp $
# $Id: LINT,v 1.165 1995/04/08 15:44:18 joerg 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
@ -598,7 +598,7 @@ device mpu0 at isa? port 0x330 irq 6 drq 0
# 6850 UART Midi
device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
device pca0 at isa? port IO_PPI tty
device pca0 at isa? port IO_TIMER1 tty
#
# Miscellaneous hardware: `mcd', `wt', `ctx', `apm'