Add rasops16 attribute to unichromefb.
This commit is contained in:
parent
14c80e001b
commit
bdbf1a3323
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: files.pci,v 1.264 2006/08/13 02:21:45 simonb Exp $
|
# $NetBSD: files.pci,v 1.265 2006/08/13 03:34:11 jmcneill Exp $
|
||||||
#
|
#
|
||||||
# Config file and device description for machine-independent PCI code.
|
# Config file and device description for machine-independent PCI code.
|
||||||
# Included by ports that need it. Requires that the SCSI files be
|
# Included by ports that need it. Requires that the SCSI files be
|
||||||
|
@ -752,7 +752,7 @@ attach voodoofb at pci
|
||||||
file dev/pci/voodoofb.c voodoofb
|
file dev/pci/voodoofb.c voodoofb
|
||||||
|
|
||||||
# VIA UniChrome framebuffer console driver
|
# VIA UniChrome framebuffer console driver
|
||||||
device unichromefb: wsemuldisplaydev, rasops32, vcons
|
device unichromefb: wsemuldisplaydev, rasops16, rasops32, vcons
|
||||||
attach unichromefb at pci
|
attach unichromefb at pci
|
||||||
file dev/pci/unichromefb.c unichromefb needs-flag
|
file dev/pci/unichromefb.c unichromefb needs-flag
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue