diff --git a/sys/arch/bebox/conf/INSTALL b/sys/arch/bebox/conf/INSTALL index 3a3280c76aa1..d535a77a7d2f 100644 --- a/sys/arch/bebox/conf/INSTALL +++ b/sys/arch/bebox/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.41 2006/12/29 21:49:03 yamt Exp $ +# $NetBSD: INSTALL,v 1.42 2007/12/08 15:31:37 ober Exp $ # # First try for BEBOX config file # @@ -105,8 +105,6 @@ pcib* at pci? dev ? function ? # PCI-ISA bridges isa* at pcib? # ISA on PCI-ISA bridge -pc0 at isa? port 0x60 irq 1 # generic PC console device - mcclock0 at isa? port 0x70 # generic time-of-day clock com0 at isa? port 0x3f8 irq 4 # standard PC serial ports diff --git a/sys/arch/bebox/conf/files.bebox b/sys/arch/bebox/conf/files.bebox index 6c19dd35fa5a..eb68c91bb5d3 100644 --- a/sys/arch/bebox/conf/files.bebox +++ b/sys/arch/bebox/conf/files.bebox @@ -1,4 +1,4 @@ -# $NetBSD: files.bebox,v 1.50 2007/12/03 15:33:24 ad Exp $ +# $NetBSD: files.bebox,v 1.51 2007/12/08 15:31:16 ober Exp $ # # First try for bebox specific configuration info # @@ -107,13 +107,6 @@ file arch/bebox/isa/mcclock_isa.c mcclock_isa # 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: pckbport_machdep_cnattach -attach pcconskbd at pckbport -file arch/bebox/isa/pccons.c pc | pcconskbd needs-flag - # PC Mice; Logitech-style, Microsoft-style, and PS/2-style device lms attach lms at isa