diff options
| author | Benno Rice <benno@FreeBSD.org> | 2001-07-05 12:04:19 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2001-07-05 12:04:19 +0000 |
| commit | beefc79739496c05ca59feb34bedcb00008cf2c2 (patch) | |
| tree | 08c844aee4985ecf8a7985b76d92ddb3d0d54444 /sys | |
| parent | 1353fdc585af052e76368f7e091d959e351f58e1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/ohci_pci.c | 4 | ||||
| -rw-r--r-- | sys/pci/ohci_pci.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c index f201aa7134fe..711a91cb1ec9 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 f201aa7134fe..711a91cb1ec9 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", |
