svn commit: r184142 - head/usr.sbin/pciconf

Alexander Motin mav at FreeBSD.org
Tue Oct 21 21:55:38 UTC 2008


Author: mav
Date: Tue Oct 21 21:55:38 2008
New Revision: 184142
URL: http://svn.freebsd.org/changeset/base/184142

Log:
  Add HDA multimedia subclass.

Modified:
  head/usr.sbin/pciconf/pciconf.c

Modified: head/usr.sbin/pciconf/pciconf.c
==============================================================================
--- head/usr.sbin/pciconf/pciconf.c	Tue Oct 21 21:53:55 2008	(r184141)
+++ head/usr.sbin/pciconf/pciconf.c	Tue Oct 21 21:55:38 2008	(r184142)
@@ -286,6 +286,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"},


More information about the svn-src-head mailing list