diff options
| author | bjh21 <bjh21@NetBSD.org> | 2004-02-14 14:00:22 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2004-02-14 14:00:22 +0000 |
| commit | 2e7e5cf29f08dcdedec0adefee1ed48511d19ca5 (patch) | |
| tree | 014256e203d1cc4482a219d9681ed3ba1a5e273e /sys | |
| parent | af46922ada1cd6d9f0c61bc13f7f9da8efcc979f (diff) | |
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.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/ibmnws/conf/files.ibmnws | 13 | ||||
| -rw-r--r-- | sys/arch/prep/conf/files.prep | 13 |
2 files changed, 2 insertions, 24 deletions
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 |
