Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf remove opms attachment stuff which is poi...



details:   https://anonhg.NetBSD.org/src/rev/184996e1bf6c
branches:  trunk
changeset: 547148:184996e1bf6c
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed May 14 12:04:56 2003 +0000

description:
remove opms attachment stuff which is pointless after
opms itself was removed

diffstat:

 sys/arch/i386/conf/files.i386 |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 021a89958467 -r 184996e1bf6c sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Wed May 14 12:00:33 2003 +0000
+++ b/sys/arch/i386/conf/files.i386     Wed May 14 12:04:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.237 2003/05/11 18:24:12 fvdl Exp $
+#      $NetBSD: files.i386,v 1.238 2003/05/14 12:04:56 drochner Exp $
 #
 # new style config file for i386 architecture
 #
@@ -226,12 +226,8 @@
 attach npx at isa with npx_isa
 file   arch/i386/isa/npx_isa.c         npx_isa
 
-# attribute used to represent the "keyboard controller"
-# XXX should be a real device
-define pckbcport { [irq = -1], [port = -1] }
-
 # PC console support a la "pccons"
-device pc: tty, pckbcport
+device pc: tty
 attach pc at isa
 device pcconskbd
 attach pcconskbd at pckbc



Home | Main Index | Thread Index | Old Index