summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-10-21 21:53:55 +0000
committermav <mav@FreeBSD.org>2008-10-21 21:53:55 +0000
commite04c0708d591a30a46f7fe8680a07b2f69479ec2 (patch)
tree7852d55c8a8ec75cc4a7fe222ef6368f6ddb78d1 /sys/dev/pci
parent8a975c2c68d269c03068d34826b1289344a6f501 (diff)
downloadFreeBSD-src-e04c0708d591a30a46f7fe8680a07b2f69479ec2.zip
FreeBSD-src-e04c0708d591a30a46f7fe8680a07b2f69479ec2.tar.gz
Add HDA multimedia subclass.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
-rw-r--r--sys/dev/pci/pcireg.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 3d41f20..6e47fc4 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -2963,6 +2963,7 @@ static struct
{PCIC_MULTIMEDIA, PCIS_MULTIMEDIA_VIDEO, "video"},
{PCIC_MULTIMEDIA, PCIS_MULTIMEDIA_AUDIO, "audio"},
{PCIC_MULTIMEDIA, PCIS_MULTIMEDIA_TELE, "telephony"},
+ {PCIC_MULTIMEDIA, PCIS_MULTIMEDIA_HDA, "HDA"},
{PCIC_MEMORY, -1, "memory"},
{PCIC_MEMORY, PCIS_MEMORY_RAM, "RAM"},
{PCIC_MEMORY, PCIS_MEMORY_FLASH, "flash"},
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index b28dbb3..8f8baaa 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -255,6 +255,7 @@
#define PCIS_MULTIMEDIA_VIDEO 0x00
#define PCIS_MULTIMEDIA_AUDIO 0x01
#define PCIS_MULTIMEDIA_TELE 0x02
+#define PCIS_MULTIMEDIA_HDA 0x03
#define PCIS_MULTIMEDIA_OTHER 0x80
#define PCIC_MEMORY 0x05
OpenPOWER on IntegriCloud