Remove pccons as it is gone forever.
This commit is contained in:
parent
5870896633
commit
86724c8c4c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue