diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-02 18:38:39 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-02 18:38:39 +0000 |
commit | d8c8fe94f511599527987f8cf151277249b0fa06 (patch) | |
tree | 451d2f414c62b71971294951ecb2c66ab038b33d /sys/dev/pci | |
parent | 670846c1c90d094c5a3b66778efd3b3f8313cee5 (diff) |
- add AMD Geode LX and CS5536 PCI ids.
- add ITExpress 8888F PCI-ISA bridge.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index f9def2b22fc..2bf2a5b57e1 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1120 2006/08/01 05:16:00 brad Exp $ +$OpenBSD: pcidevs,v 1.1121 2006/08/02 18:38:38 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -607,6 +607,14 @@ product AMD PCNET_PCI 0x2000 79c970 PCnet-PCI product AMD PCHOME_PCI 0x2001 79c978 PChome-PCI product AMD PCSCSI_PCI 0x2020 53c974 PCscsi-PCI product AMD PCNETS_PCI 0x2040 79C974 PCnet-PCI +product AMD GEODE_LX_PCHB 0x2080 Geode LX +product AMD GEODE_LX_VIDEO 0x2081 Geode LX Video +product AMD GEODE_LX_CRYPTO 0x2082 Geode LX Crypto +product AMD CS5536_PCIB 0x2090 CS5536 ISA +product AMD CS5536_AUDIO 0x2093 CS5536 Audio +product AMD CS5536_OHCI 0x2094 CS5536 USB +product AMD CS5536_EHCI 0x2095 CS5536 USB +product AMD CS5536_IDE 0x209a CS5536 IDE product AMD ELANSC520 0x3000 ElanSC520 PCI /* http://www.amd.com/products/cpg/athlon/techdocs/pdf/21910.pdf */ product AMD SC751_SC 0x7006 751 System @@ -2095,6 +2103,7 @@ product ITT ITT3204 0x0002 ITT3204 MPEG Decoder product ITEXPRESS IT8211F 0x8211 IT8211F product ITEXPRESS IT8212F 0x8212 IT8212F product ITEXPRESS IT8330G 0x8330 IT8330G +product ITEXPRESS IT8888F_ISA 0x8888 IT8888F_ISA /* JMicron */ product JMICRON JMB360 0x2360 JMB360 SATA |