svn commit: r184139 - head/sys/dev/pci

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


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

Log:
  Add "SD host controller" subclass name.

Modified:
  head/sys/dev/pci/pci.c

Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c	Tue Oct 21 20:33:40 2008	(r184138)
+++ head/sys/dev/pci/pci.c	Tue Oct 21 20:55:41 2008	(r184139)
@@ -2987,6 +2987,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-all mailing list