From 2e7e5cf29f08dcdedec0adefee1ed48511d19ca5 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Sat, 14 Feb 2004 14:00:22 +0000 Subject: Remove definitions of "pc" and "pcconskbd" devices which couldn't work since they used arch/prep/isa/pccons.c, which was removed in late 2001. --- sys/arch/ibmnws/conf/files.ibmnws | 13 +------------ sys/arch/prep/conf/files.prep | 13 +------------ 2 files changed, 2 insertions(+), 24 deletions(-) (limited to 'sys') diff --git a/sys/arch/ibmnws/conf/files.ibmnws b/sys/arch/ibmnws/conf/files.ibmnws index 89fa1f5c5b6..2064daaed24 100644 --- a/sys/arch/ibmnws/conf/files.ibmnws +++ b/sys/arch/ibmnws/conf/files.ibmnws @@ -1,4 +1,4 @@ -# $NetBSD: files.ibmnws,v 1.1 2003/10/19 03:33:49 matt Exp $ +# $NetBSD: files.ibmnws,v 1.2 2004/02/14 14:00:22 bjh21 Exp $ # # ibmnws-specific configuration info # @@ -95,17 +95,6 @@ file arch/prep/isa/isapnp_machdep.c isapnp # # No RTC on the IBM NetStations -# 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 -attach pc at isa -device pcconskbd -attach pcconskbd at pckbc -file arch/prep/isa/pccons.c pc | pcconskbd needs-flag - include "dev/pckbc/files.pckbc" # ISA speaker generates keyboard beep diff --git a/sys/arch/prep/conf/files.prep b/sys/arch/prep/conf/files.prep index e1d305c643f..5a3941b3b48 100644 --- a/sys/arch/prep/conf/files.prep +++ b/sys/arch/prep/conf/files.prep @@ -1,4 +1,4 @@ -# $NetBSD: files.prep,v 1.44 2003/11/01 22:54:46 tsutsui Exp $ +# $NetBSD: files.prep,v 1.45 2004/02/14 14:00:22 bjh21 Exp $ # # prep-specific configuration info # @@ -128,17 +128,6 @@ device mkclock: mk48txx attach mkclock at isa with mkclock_isa file arch/prep/isa/mkclock_isa.c mkclock_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 -attach pc at isa -device pcconskbd -attach pcconskbd at pckbc -file arch/prep/isa/pccons.c pc | pcconskbd needs-flag - include "dev/pckbc/files.pckbc" # ISA speaker generates keyboard beep -- cgit