blob: 00f7e246988a4ae48207a80e13253ec43ed14d12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Intel Graphics Media Accelerator
define igmabus {}
# the graphics part
device igmafb: wsemuldisplaydev, rasops8, rasops16, rasops32, vcons, videomode, iic, i2c_bitbang, glyphcache
attach igmafb at igmabus
file dev/pci/igma/igmafb.c igmafb needs-flag
## the audio part
#device vac: audiobus
#attach vac at igmabus
#file dev/pci/igma/vac.c vac needs-flag
|