Subject: Remove pccons from files.prep and files.ibmnws?
To: None <port-prep@netbsd.org>
From: Ben Harris <bjh21@NetBSD.org>
List: port-prep
Date: 02/09/2004 18:23:17
I'm trying to clean up and abstract the pckbc(4) driver. I've noticed
that NetBSD/prep and NetBSD/ibmnws each have the following section in
their files.$MACHINE files:
# 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
arch/prep/isa/pccons.c, though, was deleted in November 2001. Is it OK
for me to kill that section of files.$MACHINE?
--
Ben Harris <bjh21@NetBSD.org>
Portmaster, NetBSD/acorn26 <URL:http://www.NetBSD.org/Ports/acorn26/>