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

Alexander Motin mav at FreeBSD.org
Tue Oct 21 20:57:22 UTC 2008


Author: mav
Date: Tue Oct 21 20:57:21 2008
New Revision: 184140
URL: http://svn.freebsd.org/changeset/base/184140

Log:
  Add "SD host controller" subclass name.

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

Modified: head/usr.sbin/pciconf/pciconf.c
==============================================================================
--- head/usr.sbin/pciconf/pciconf.c	Tue Oct 21 20:55:41 2008	(r184139)
+++ head/usr.sbin/pciconf/pciconf.c	Tue Oct 21 20:57:21 2008	(r184140)
@@ -310,6 +310,7 @@ static struct
 	{PCIC_BASEPERIPH,	PCIS_BASEPERIPH_TIMER,	"timer"},
 	{PCIC_BASEPERIPH,	PCIS_BASEPERIPH_RTC,	"realtime clock"},
 	{PCIC_BASEPERIPH,	PCIS_BASEPERIPH_PCIHOT,	"PCI hot-plug controller"},
+	{PCIC_BASEPERIPH,	PCIS_BASEPERIPH_SDHC,	"SD host controller"},
 	{PCIC_INPUTDEV,		-1,			"input device"},
 	{PCIC_INPUTDEV,		PCIS_INPUTDEV_KEYBOARD,	"keyboard"},
 	{PCIC_INPUTDEV,		PCIS_INPUTDEV_DIGITIZER,"digitizer"},


More information about the svn-src-head mailing list