NetBSD/sys/arch/arc/conf/PCCONS
tsutsui 7336546bdd This file is mostly identical with GENERIC except pccons/wscons,
so just include GENERIC and use "no" keyword of options(4).

XXX arc/dev/pccons.c needs cleanup for -Wshadow and -Wcast-qual.
2006-04-15 12:26:22 +00:00

33 lines
550 B
Plaintext

# $NetBSD: PCCONS,v 1.55 2006/04/15 12:26:22 tsutsui Exp $
#
# PCCONS -- generic but pccons rather than wscons
#
include "arch/arc/conf/GENERIC"
no options WSEMUL_VT100 # VT100 emulation
pc0 at jazzio?
opms0 at jazzio?
no vga0 at jazzio?
no pckbc0 at jazzio?
pc0 at isa? irq 1
opms0 at isa? irq 12
no vga0 at isa?
#no options VGA_RASTERCONSOLE
no options VGA_RESET
no pckbc0 at isa?
#no vga* at pci?
no tga* at pci?
no wsdisplay* at tga?
no wsdisplay* at vga?
no pckbd* at pckbc?
no wskbd* at pckbd?
no pms* at pckbc?
no wsmouse* at pms?