diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2008-10-21 20:55:41 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2008-10-21 20:55:41 +0000 |
| commit | a9217b5f74f17032fc6dd4d8c2a3e32b3eccf080 (patch) | |
| tree | 315c3b67c71af2bac89523d5b5c2c047d5b8b816 /sys/dev/pci | |
| parent | 831f5dcf121a581b913177d44adfca7c77680e73 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 9203867abf1a..3d41f20badae 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -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"}, |
