mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
# 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, auconv, mulaw
|
|
#attach vac at igmabus
|
|
#file dev/pci/igma/vac.c vac needs-flag
|