summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-05-11 23:29:13 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-05-11 23:29:13 +0000
commit2c3b887610852eecfd347f84dcc6e0e3fb0416f8 (patch)
tree24013c0c08df4b486844829bdf3c46691b6959a3 /sys/dev/pci/pcireg.h
parent6d22f885fe88f83e0894a93512a739771aed6aec (diff)
add PCI multimedia subclass type of HD audio.
Diffstat (limited to 'sys/dev/pci/pcireg.h')
-rw-r--r--sys/dev/pci/pcireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index f3890298be9..534d833517f 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcireg.h,v 1.28 2005/12/31 04:11:40 dlg Exp $ */
+/* $OpenBSD: pcireg.h,v 1.29 2006/05/11 23:29:12 brad Exp $ */
/* $NetBSD: pcireg.h,v 1.26 2000/05/10 16:58:42 thorpej Exp $ */
/*
@@ -184,6 +184,7 @@ typedef u_int8_t pci_revision_t;
#define PCI_SUBCLASS_MULTIMEDIA_VIDEO 0x00
#define PCI_SUBCLASS_MULTIMEDIA_AUDIO 0x01
#define PCI_SUBCLASS_MULTIMEDIA_TELEPHONY 0x02
+#define PCI_SUBCLASS_MULTIMEDIA_HDAUDIO 0x03
#define PCI_SUBCLASS_MULTIMEDIA_MISC 0x80
/* 0x05 memory subclasses */