summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ohci_pci.c4
-rw-r--r--sys/pci/ohci_pci.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c
index f201aa7..711a91c 100644
--- a/sys/dev/usb/ohci_pci.c
+++ b/sys/dev/usb/ohci_pci.c
@@ -218,6 +218,10 @@ ohci_pci_attach(device_t self)
device_set_desc(sc->sc_bus.bdev, ohci_device_sis5571);
sprintf(sc->sc_vendor, "SiS");
break;
+ case PCI_OHCI_DEVICEID_KEYLARGO:
+ device_set_desc(sc->sc_bus.bdev, ohci_device_keylargo);
+ sprintf(sc->sc_vendor, "Apple");
+ break;
default:
if (bootverbose)
device_printf(self, "(New OHCI DeviceId=0x%08x)\n",
diff --git a/sys/pci/ohci_pci.c b/sys/pci/ohci_pci.c
index f201aa7..711a91c 100644
--- a/sys/pci/ohci_pci.c
+++ b/sys/pci/ohci_pci.c
@@ -218,6 +218,10 @@ ohci_pci_attach(device_t self)
device_set_desc(sc->sc_bus.bdev, ohci_device_sis5571);
sprintf(sc->sc_vendor, "SiS");
break;
+ case PCI_OHCI_DEVICEID_KEYLARGO:
+ device_set_desc(sc->sc_bus.bdev, ohci_device_keylargo);
+ sprintf(sc->sc_vendor, "Apple");
+ break;
default:
if (bootverbose)
device_printf(self, "(New OHCI DeviceId=0x%08x)\n",
OpenPOWER on IntegriCloud