summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-17 14:18:13 +0000
committerjkh <jkh@FreeBSD.org>1994-05-17 14:18:13 +0000
commitcd576b6d9a2636060bb60044bf87af9e0b190886 (patch)
tree9a71501636f891f4dd64e7230082d582b91b57d0 /sys
parent53ce5f0cfff847db235a56891b2506c9f0b819a3 (diff)
downloadFreeBSD-src-cd576b6d9a2636060bb60044bf87af9e0b190886.zip
FreeBSD-src-cd576b6d9a2636060bb60044bf87af9e0b190886.tar.gz
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.
Diffstat (limited to 'sys')
-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 bd28f35..d974546 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 bd28f35..d974546 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 bd28f35..d974546 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
OpenPOWER on IntegriCloud