diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-23 21:07:03 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-23 21:07:03 +0000 |
commit | 4452436f50ee677f47aebd186a3bde27378176a7 (patch) | |
tree | 0d21703b2eab7ed2c655a757dc5b3ce61d2e535e /sys/dev | |
parent | 7be31351edf2b281f60717286b4a211c336495f5 (diff) |
Add the PCI id for the EHCI controller on the AMD 8111 from the datasheet.
From Brad.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e6db1c628b7..f69ebca0b84 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1478 2009/06/18 08:19:34 jsg Exp $ +$OpenBSD: pcidevs,v 1.1479 2009/06/23 21:07:02 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -715,6 +715,7 @@ product AMD 8132_PCIX 0x7458 8132 PCIX product AMD 8132_PCIX_IOAPIC 0x7459 8132 PCIX IOAPIC product AMD 8111_PPB 0x7460 8111 PCI-PCI product AMD 8111_ETHER 0x7462 8111 Ether +product AMD 8111_EHCI 0x7463 8111 USB product AMD 8111_USB 0x7464 8111 USB product AMD PBC8111_LPC 0x7468 8111 LPC product AMD 8111_IDE 0x7469 8111 IDE |