From e64ae15d3a661c9c27d910c0d56da536694ece4e Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 6 Apr 1995 14:01:20 +0000 Subject: [PATCH] Add port IO_PPI for pca per Bruce suggestion --- sys/conf/NOTES | 4 ++-- sys/i386/conf/LINT | 4 ++-- sys/i386/conf/NOTES | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 902525d609d..786d82563b6 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.161 1995/03/30 00:20:08 rgrimes Exp $ +# $Id: LINT,v 1.162 1995/04/06 03:22:12 jkh 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 @@ -596,7 +596,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? tty +device pca0 at isa? port IO_PPI tty # # Miscellaneous hardware: `mcd', `wt', `ctx', `apm' diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 902525d609d..786d82563b6 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.161 1995/03/30 00:20:08 rgrimes Exp $ +# $Id: LINT,v 1.162 1995/04/06 03:22:12 jkh 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 @@ -596,7 +596,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? tty +device pca0 at isa? port IO_PPI tty # # Miscellaneous hardware: `mcd', `wt', `ctx', `apm' diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 902525d609d..786d82563b6 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.161 1995/03/30 00:20:08 rgrimes Exp $ +# $Id: LINT,v 1.162 1995/04/06 03:22:12 jkh 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 @@ -596,7 +596,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? tty +device pca0 at isa? port IO_PPI tty # # Miscellaneous hardware: `mcd', `wt', `ctx', `apm'