2015-10-15 10:25:28 +02:00

15 lines
495 B
Plaintext

# $NetBSD: LEGACY,v 1.1 2015/03/07 07:28:37 mrg Exp $
# LEGACY kernel -- includes vga@isa and pcdisplay@isa for pre-PCI
# systems, due to significant pain making them fail to attach when
# drmkms has not already attached. see PR#49290 for details.
include "arch/i386/conf/GENERIC"
vga0 at isa?
pcdisplay0 at isa? # CGA, MDA, EGA, HGA
wsdisplay* at pcdisplay? console ?
# XXX we could turn off all sorts of other modern features in this
# configuration, but that is left for future work.