summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormlelstv <mlelstv@NetBSD.org>2014-01-21 15:03:31 +0000
committermlelstv <mlelstv@NetBSD.org>2014-01-21 15:03:31 +0000
commit5496127ffa8246ddf4aeeb130701de5917b4e9be (patch)
tree3615c2694cda15e79ebd87a79bd843c0965be3b8 /sys/dev
parentbb338d7002aba3c306fcb0eadd835cdb490fd510 (diff)
one more file needed
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/igma/files.igma13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/pci/igma/files.igma b/sys/dev/pci/igma/files.igma
new file mode 100644
index 00000000000..8fec45dc688
--- /dev/null
+++ b/sys/dev/pci/igma/files.igma
@@ -0,0 +1,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, auconv, mulaw
+#attach vac at igmabus
+#file dev/pci/igma/vac.c vac needs-flag