From 3759860cff4e204a65cee960e0a54f831d86ecdc Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 17 May 1994 14:18:13 +0000 Subject: [PATCH] Whoops - comment out psm0 by default in case someone wants to compile this thing. I won't turn on the ALLOW_CONFLICT_IOADDR this would need to compile instead since that would then rob us of other, possibly important, conflict checks. --- 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 bd28f35cb92..d9745467e35 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.66 1994/05/13 08:48:22 jkh Exp $ +# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $ # machine "i386" @@ -163,7 +163,7 @@ device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr #PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable #ALLOW_CONFLICT_IOADDR option (see above) if you want to use this. -device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr +#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr pseudo-device speaker #tw device-driver diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index bd28f35cb92..d9745467e35 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.66 1994/05/13 08:48:22 jkh Exp $ +# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $ # machine "i386" @@ -163,7 +163,7 @@ device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr #PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable #ALLOW_CONFLICT_IOADDR option (see above) if you want to use this. -device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr +#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr pseudo-device speaker #tw device-driver diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index bd28f35cb92..d9745467e35 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.66 1994/05/13 08:48:22 jkh Exp $ +# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $ # machine "i386" @@ -163,7 +163,7 @@ device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr #PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable #ALLOW_CONFLICT_IOADDR option (see above) if you want to use this. -device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr +#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr pseudo-device speaker #tw device-driver