NetBSD/sys/arch/i386/conf/LEGACY
mrg 820bac9951 remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead.  now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.
2015-03-07 07:28:37 +00: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.