summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-08 16:08:35 +0000
committerache <ache@FreeBSD.org>1995-04-08 16:08:35 +0000
commit7ed7f2756d552f31d7e56facd6f7bbd4691bfab8 (patch)
tree6f36439058e5db509a4d6488788ffbbfb4b5e40a
parentda4e71efba2a070b42d4712c89e62b30be8c918c (diff)
downloadFreeBSD-src-7ed7f2756d552f31d7e56facd6f7bbd4691bfab8.zip
FreeBSD-src-7ed7f2756d552f31d7e56facd6f7bbd4691bfab8.tar.gz
pca: change IO_PPI to IO_TIMER1 due to syscons conflict
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 72304de..0626020 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.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'
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 72304de..0626020 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.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'
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 72304de..0626020 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.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'
OpenPOWER on IntegriCloud