summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-05-11 23:29:12 +0000
committerbrad <brad@openbsd.org>2006-05-11 23:29:12 +0000
commit3dfd2d9e539526784d3e20331e0ae251cea4429d (patch)
tree8a449520b01f6cb6c5ba1696995d6bff4d09c2e1
parentclean (diff)
downloadwireguard-openbsd-3dfd2d9e539526784d3e20331e0ae251cea4429d.tar.xz
wireguard-openbsd-3dfd2d9e539526784d3e20331e0ae251cea4429d.zip
add PCI multimedia subclass type of HD audio.
-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 */