From e04c0708d591a30a46f7fe8680a07b2f69479ec2 Mon Sep 17 00:00:00 2001 From: mav Date: Tue, 21 Oct 2008 21:53:55 +0000 Subject: Add HDA multimedia subclass. --- sys/dev/pci/pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/pci/pci.c') 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"}, -- cgit v1.1