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"},
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to