summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
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/pci.c
parent8a975c2c68d269c03068d34826b1289344a6f501 (diff)
downloadFreeBSD-src-e04c0708d591a30a46f7fe8680a07b2f69479ec2.zip
FreeBSD-src-e04c0708d591a30a46f7fe8680a07b2f69479ec2.tar.gz
Add HDA multimedia subclass.
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 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"},
OpenPOWER on IntegriCloud