Amd rs880: Radeon HD 7290 vs RS880

xorg — Debian Sid, AMD RS880 [Radeon HD 4250], black screen on boot

My computer booted under Debian Wheezy (3.2 kernel) with no graphics problems whatsoever. After updating to sid (3.10 kernel), the screen goes black (that is, the display flashes a bit and then goes into power-saving mode) and turns off whenever the kernel tries to set up the radeon framebuffer (both if I boot without the nomodeset option and if I load the module via modprobe radeon modeset=1). I then compiled the kernel (both 3.10 and 3.11), Mesa and the xorg driver for myself with the same results.

lspci -s 01:05.0 -vv:

01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4250] (prog-if 00 [VGA controller])
    Subsystem: ASRock Incorporation Device 9715
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 18
    Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
    Region 1: I/O ports at d000 [size=256]
    Region 2: Memory at febf0000 (32-bit, non-prefetchable) [size=64K]
    Region 5: Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [50] Power Management version 3
        Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
        Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
        Address: 0000000000000000  Data: 0000
        Kernel driver in use: radeon

dmesg | grep -i 'drm|radeon':

[    6. 995487] [drm] Initialized drm 1.1.0 20060810
[    7.744080] [drm] VGACON disable radeon kernel modesetting.
[    7.744125] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[  395.010450] [drm] radeon kernel modesetting enabled.
[  395.010779] [drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1849:0x9715).
[  395.010828] [drm] register mmio base: 0xFEBF0000
[  395.010859] [drm] register mmio size: 65536
[  395.015827] radeon 0000:01:05.0: VRAM: 512M 0x00000000C0000000 - 0x00000000DFFFFFFF (512M used)
[  395.015863] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[  395.015898] [drm] Detected VRAM RAM=512M, BAR=256M
[  395.015930] [drm] RAM width 32bits DDR
[  395.016192] [drm] radeon: 512M of VRAM memory ready
[  395.016223] [drm] radeon: 512M of GTT memory ready.
[  395.016261] [drm] GART: num cpu pages 131072, num gpu pages 131072
[  395.030829] [drm] Loading RS780 Microcode
[  395.085860] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000). 
[  395.085978] radeon 0000:01:05.0: WB enabled
[  395.086019] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff8801f7aacc00
[  395.086065] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff8801f7aacc0c
[  395.086109] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[  395.086147] [drm] Driver supports precise vblank timestamp query.
[  395.086201] [drm] radeon: irq initialized.
[  395.086502] radeon 0000:01:05.0: setting latency timer to 64
[  395.118357] [drm] ring test on 0 succeeded in 0 usecs
[  395.118455] [drm] ring test on 3 succeeded in 1 usecs
[  395.118664] [drm] ib test on ring 0 succeeded in 0 usecs
[  395.118716] [drm] ib test on ring 3 succeeded in 0 usecs
[  395.119245] [drm] Radeon Display Connectors
[  395.119283] [drm] Connector 0:
[  395.119319] [drm]   VGA-1
[  395.119357] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[  395.119397] [drm]   Encoders:
[  395. 119433] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[  395.119470] [drm] Connector 1:
[  395.119505] [drm]   HDMI-A-1
[  395.119540] [drm]   HPD3
[  395.119577] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[  395.119617] [drm]   Encoders:
[  395.119652] [drm]     DFP3: INTERNAL_KLDSCP_LVTMA
[  395.119715] [drm] radeon: power management initialized
[  395.183376] [drm] fb mappable at 0xD0142000
[  395.183417] [drm] vram apper at 0xD0000000
[  395.184903] [drm] size 9216000
[  395.184939] [drm] fb depth is 24
[  395.184975] [drm]    pitch is 7680
[  395.185145] fbcon: radeondrmfb (fb0) is primary device
[  395.380720] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[  395.380813] radeon 0000:01:05.0: registered panic notifier
[  395.381119] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0

My Xorg.log is here: http://lpaste.net/92865

  • xorg
  • hardware
  • graphics
  • radeon
  • amd

It was a kernel bug. For this version of the kernel, a line in the radeon KMS drivers needs to be tweaked and the kernel rebuilt. Most of this is moot, though, because it is fixed in newer kernel versions.

Your Answer

Sign up or log in

Sign up using Google

Sign up using Facebook

Sign up using Email and Password

Post as a guest

Email

Required, but never shown

Post as a guest

Email

Required, but never shown

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Install AMD Radeaon Drivers on Ubuntu 20.

04 — Linux Tutorials

The objective of this tutorial is to install AMD drivers on Ubuntu 20.04. AMD graphic cards are well supported on Ubuntu 20.04 Focal Fossa. The default open source AMD Radeon Driver is installed and enabled by default out of the box. However, since the Ubuntu 20.04 is a long term support (LTS) release the AMD Radeon graphic card users have few AMD Radeon driver installation options to their disposal.

In this tutorial you will learn:

  • How to check current AMD Radeon driver version
  • How to install AMD Radeon from PPA repository
  • How to install the official AMD Radeon AMDGPU-PRO driver
  • How to test the performance your AMD Radeon Graphic card

 

AMD Radeon Ubuntu 20.04 Driver Installation

Software Requirements and Conventions Used

Software Requirements and Linux Command Line Conventions
Category Requirements, Conventions or Software Version Used
System Installed or upgraded Ubuntu 20. 04 Focal Fossa
Software N/A
Other Privileged access to your Linux system as root or via the sudo command.
Conventions # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user

Install AMD Drivers on Ubuntu 20.04 step by step instructions

Here we assume that you have already downloaded and installed Ubuntu 20.04 or simply upgraded your Ubuntu 20.04 system. Furthermore, your AMD Radeon Graphics card is already part of your system.

Let’s start by gathering some information about your system and current state of the AMD Radeon driver. First check your VGA graphic card model and driver in use. To do so execute the following command:

$ sudo lshw -c video
  *-display                 
       description: VGA compatible controller
       product: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
       vendor: Advanced Micro Devices, Inc.  [AMD/ATI]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: e1
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=amdgpu latency=0
       resources: irq:38 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:e000(size=256) memory:f7e00000-f7e3ffff memory:c0000-dffff


From the above command output we can see the graphics card model and that the AMD Radeon driver amdgpu is already installed and in use. This means that all modules are already loaded and in use:

$ lsmod | grep amd
amdgpu               4575232  11
amd_iommu_v2           20480  1 amdgpu
gpu_sched              32768  1 amdgpu
ttm                   106496  1 amdgpu
drm_kms_helper        184320  1 amdgpu
drm                   487424  7 gpu_sched,drm_kms_helper,amdgpu,ttm
i2c_algo_bit           16384  1 amdgpu

Lastly, check boot messages for more information about the graphics card driver in use:

$ dmesg | grep -i amdgpu

Check AMD Radeon VGA driver version by using the glxinfo -B command on Ubuntu 20. 04

Next, let’s explore the three options you have as an AMD Radeon VGA graphics card in term of different type of driver installations.

  1. Install Open Source AMD Radeon Drivers on Ubuntu 20.04

    The Open Source AMD Radeon Ubuntu Driver is already installed on your system by default and out of the box. They’re integrated into Mesa and the Linux kernel. There is nothing further you need to do in order to start using your AMD Radeon card. In this scenario you may not be on the bleeding edge in terms of the latest AMD Radeon driver version, but your system will benefit from an increased stability and painless automatic driver updates.

  2. Install AMD drivers on Ubuntu 20.04 from PPA third-party repository

    If you absolutely insist to have the latest AMD Radeon driver version you may use the PPA third-party repository which might be always ahead of the stable default opensource driver coming with your Ubuntu 20.04 system as default. To install the PPA third-party repository drivers execute the following commands:

    $ sudo add-apt-repository ppa:oibaf/graphics-drivers
    

    The above will add the PPA AMD Radeon driver repository to your system. The following command will upgrade your current AMD Radeon driver to the latest version:

    $ sudo apt update && sudo apt -y upgrade
    


    In case you need to revert back to your original Ubuntu AMD Radeon drivers you can remove the PPA driver installation using the below commands:

    $ sudo apt install ppa-purge
    $ sudo ppa-purge ppa:oibaf/graphics-drivers
    
  3. Proprietary AMDGPU-PRO drivers

    WARNING
    At the time of writing, the proprietary drivers haven’t been released for Ubuntu 20.04 yet. Once that happens the article will be updated accordingly.

    In order to get the drivers, you need to go to the AMD Download Page, and grab the latest version of the drivers that matches your card. The release should come in the form of a tarball. Either extract the tarball automatically with your GUI archive manager through your browser or let it download and extract it using tar from the command line.

    $ tar -xf amdgpu-pro_*.tar.xz

    A directory containing all of the necessary packages will be created based on the version of the drivers. cd into that directory.

    $ cd amdgpu-pro-XX.XX-XXXXXX

    Don’t worry about installing all of those packages individually. There’s an installer script that will handle everything for you. Run the script as a regular user. It will ask you for your password to use sudo. If you want to be lazy, add the -y flag to answer “Yes” to every question.

    $ ./amdgpu-pro-install -y

    Let the script run and install all of your packages. It’ll take a bit of time, but once it’s done, your system will be ready. Just restart, and you can start using your new drivers.



    In case you need to uninstall the previously installed Proprietary AMDGPU-PRO drivers execute the following command:

    $ amdgpu-pro-uninstall
    

Benchmark your AMD Radeon card

Optionally install Phoronix Test Suite and benchmark your system’s graphical performance using the Unigine benchmarks and Steam games.

After the driver installation, optionally run AMD Radeon graphic card test by following our Benchmark Your Graphics Card On Linux guide.

Closing Thoughts

In this tutorial, we saw how to install AMD drivers on Ubuntu 20.04. This included the open source Ubuntu driver, PPA repository driver, and the proprietary AMDGPU-PRO driver. Don’t forget to benchmark your graphics card to check its performance after installation.

AMD RS880 Databook Device Specification for the RS880

1 AMD RS880 Databook Device Specification for the RS880 Technical Reference Manual Rev 1.40 P/N: 46112_rs880_ds_pub_ Advanced Micro Devices Inc

2 Please note that in this databook, references to «DVI» and «HDMI» may refer to: (1) the function of the integrated DVI/HDMI interface described in details in section 2.3 and 3.8, as well as in other sections; or (2) the capability of the TMDS interface, multiplexed on the PCI-E external graphics interface, to enable DVI or HDMI through passive enabling circuitries. Any statement in this databook on any DVI or HDMI-related functionality must be understood to apply to (1), (2), or both, according to the immediate context of the reference. USE OF THIS PRODUCT IN ANY MANNER THAT COMPLIES WITH THE MPEG-2 STANDARD IS EXPRESSLY PROHIBITED WITHOUT A LICENSE UNDER APPLICABLE PATENTS IN THE MPEG-2 PATENT PORTFOLIO, WHICH LICENSE IS AVAILABLE FROM MPEG LA, L.L.C., 6312 S. FIDDLERS GREEN CIRCLE, SUITE 400E, GREENWOOD VILLAGE, COLORADO Trademarks AMD, the AMD Arrow, ATI, the ATI logo, 3Dc+, AMD Athlon, AMD Phenom, AMD OverDrive, AMD PowerNow!, Avivo, Cool n Quiet, HyperMemory, PowerPlay, PowerShift, AMD PowerXpress, AMD Radeon, SurroundView, Vari-Bright, CrossFire, and combinations thereof are trademarks of Advanced Micro Devices, Inc. DisplayPort is a trademark of the Video Electronics Standards Assoctation. HyperTransport is a trademark of the HyperTransport Technology Consortium. Microsoft, Windows, Windows Vista, Windows 7, DirectDraw, and DirectX are registered trademarks of Microsoft Corporation. OpenGL is a registered trademark of Silicon Graphics Internal. PCI Express and PCIe are registered trademarks of PCI-SIG. WinBench is a registered trademark of Ziff Davis, Inc. Linux is a registered trademark of Linus Torvalds in the U.S. and other countries. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies. Disclaimer The contents of this document are provided in connection with Advanced Micro Devices, Inc. («AMD») products. AMD makes no representations or warranties with respect to the accuracy or completeness of the contents of this publication and reserves the right to make changes to specifications and product descriptions at any time without notice. No license, whether express, implied, arising by estoppel, or otherwise, to any intellectual property rights are granted by this publication. Except as set forth in AMD’s Standard Terms and Conditions of Sale, AMD assumes no liability whatsoever, and disclaims any express or implied warranty, relating to its products including, but not limited to, the implied warranty of merchantability, fitness for a particular purpose, or infringement of any intellectual property right. AMD’s products are not designed, intended, authorized or warranted for use as components in systems intended for surgical implant into the body, or in other applications intended to support or sustain life, or in any other application in which the failure of AMD’s product could create a situation where personal injury, death, or severe property or environmental damage may occur. AMD reserves the right to discontinue or make changes to its products at any time without notice Advanced Micro Devices, Inc. All rights reserved.

3 Table of Contents Chapter 1: Overview 1.1 Introducing the RS RS880 Features CPU HyperTransport Interface Memory Interface AMD HyperMemory PCI Express Interface A-Link Express II Interface D Acceleration Features D Acceleration Features Motion Video Acceleration Features Multiple Display Features DVI/HDMI DisplayPort Interface Integrated HD Audio Controller and Codec System Clocks Power Management Features PC Design Guide Compliance Test Capability Features Packaging Software Features Branding Diagrams Graphics Device ID and Graphics Engine Clock Speed Conventions and Notations s Pin Types Numeric Representation Register Field Hyperlinks Acronyms and Abbreviations Chapter 2: Functional Descriptions 2. 1 Host Interface Side-Port Memory Interface DDR2 Memory Interface DDR3 Memory Interface DVI/HDMI DVI/HDMI Data Transmission Order and Signal Mapping Support for HDMI Packet Types VGA DAC Characteristics Clock Generation Chapter 3: Pin Descriptions and Strap Options 3.1 Pin Assignment Top View RS880 Pin Assignment Top View Interface Block Diagram CPU HyperTransport Interface Advanced Micro Devices, Inc. AMD RS880 Databook 1.40 Proprietary Table of Contents-1

4 Table of Contents 3.4 Side-port Memory Interface PCI Express Interfaces x 16 Lane Interface for External Graphics A-Link Express II Interface for Southbridge x 1 Lane Interface for General Purpose External Devices Miscellaneous PCI Express Signals Clock Interface CRT Interface Integrated DVI/HDMI Interface TMDS Interface Multiplexed on the PCI Express Graphics Lanes DisplayPort Interface Power Management Pins Miscellaneous Pins Power Pins Ground Pins Strapping Options Chapter 4: Timing Specifications 4.1 HyperTransport Bus Timing HyperTransport Reference Clock Timing Parameters PCI Express Differential Clock AC Specifications Timing Requirements for REFCLK_P Used as OSCIN ( MHz) Side-port Memory Timing for DDR2 Mode Read Cycle DQ/DQS Delay Write Cycle DQ/DQS Delay Power Rail Power-up Sequence Chapter 5: Electrical Characteristics and Physical Data 5. 1 Electrical Characteristics Maximum and Minimum Ratings DC Characteristics RS880 Thermal Characteristics RS880 Thermal Limits Thermal Diode Characteristics Package Information Physical Dimensions Pressure Specification Board Solder Reflow Process Recommendations Chapter 6: Power Management and ACPI 6.1 ACPI Power Management Implementation Power Management for the Graphics Controller PCI Function Power States PCI Power Management Interface Capabilities List Data Structure in PCI Configuration Space Register Block Definition Capability Identifier: CAP_ID (Offset = 0) Next Item Pointer (Offset = 1) PMC — Power Management Capabilities (Offset = 2) AMD RS880 Databook 1.40 Table of Contents Advanced Micro Devices, Inc. Proprietary

5 Table of Contents Chapter 7: Testability 7.1 Test Capability Features Test Interface XOR Test Description of a Generic XOR Tree Description of the RS880 XOR Tree XOR Tree Activation XOR Tree for the RS VOH/VOL Test Description of a Generic VOH/VOL Tree VOH/VOL Tree Activation VOH/VOL Pin List Appendix A: Pin Listings A. 1 RS880 Pin List Sorted by Ball Reference A.2 RS880 Pin List Sorted by Appendix B: Revision History 2013 Advanced Micro Devices, Inc. AMD RS880 Databook 1.40 Proprietary Table of Contents-3

6 Table of Contents AMD RS880 Databook 1.40 Table of Contents Advanced Micro Devices, Inc. Proprietary

7 List of Figures Figure 1-1: Possible Configurations for the x16 PCIe Graphics Interface Figure 1-2: RS880 Multiple Display Options Figure 1-3: RS880 ASIC A11 Production Branding Figure 2-1: RS880 Internal Block Diagram Figure 2-2: Host Interface Block Diagram Figure 2-3: RS880 Host Bus Interface Signals Figure 2-4: RS880 Side-Port Memory Interface Figure 2-5: Data Transmission Ordering for the Integrated DVI/HDMI and TMDS Interfaces Figure 3-1: RS880 Pin Assignment Top View (Left) Figure 3-2: RS880 Pin Assignment Top View (Right) Figure 3-3: RS880 Interface Block Diagram Figure 4-1: RS880 Power Rail Power-up Sequence Figure 5-1: DC Characteristics of the Integrated DVI/HDMI and the TMDS Interfaces Figure 5-2: RS Pin FCBGA Package Outline Figure 5-3: RS880 Ball Arrangement (Bottom View) Figure 5-4: Recommended Stencil Opening Sizes for Solder Paste Pads on PCB Figure 5-5: RoHS/Lead-Free Solder (SAC305/405 Tin-Silver-Copper) Reflow Profile Figure 6-1: Linked List for Capabilities Figure 7-1: Example of a Generic XOR Tree Figure 7-2: Sample of a Generic VOH/VOL Tree Advanced Micro Devices, Inc. AMD RS880 Databook 1.40 Proprietary List of Figures-1

8 List of Figures AMD RS880 Databook 1.40 List of Figures Advanced Micro Devices, Inc. Proprietary

9 List of Tables Table 1-1: Possible Configurations for the PCIe General Purpose Links Table 1-2: Graphics Device ID and Graphics Engine Clock Speed Table 1-3: Pin Type Codes Table 1-4: Acronyms and Abbreviations Table 2-1: Supported DDR2 Components Table 2-2: DDR2 Memory Row and Column Addressing Table 2-3: Supported DDR3 Components Table 2-4: DDR3 Memory Row and Column Addressing Table 2-5: Single Link Signal Mapping for DVI/HDMI Table 2-6: Dual-Link Signal Mapping for DVI Table 2-7: Support for HDMI Packet Type Table 2-8: VGA DAC Characteristics Table 3-1: CPU HyperTransport Interface Table 3-2: Side-Port Memory Interface Table 3-3: 1 x 16 Lane PCI Express Interface for External Graphics Table 3-4: 1 x 4 Lane A-Link Express II Interface for Southbridge Table 3-5: 6 x 1 Lane PCI Express Interface for General Purpose External Devices Table 3-6: PCI Express Interface for Miscellaneous PCI Express Signals Table 3-7: Clock Interface Table 3-8: CRT Interface Table 3-9: Integrated DVI/HDMI Interface Table 3-10: TMDS Interface Multiplexed on the PCI Express Graphics Interface (Dual-Link DVI) Table 3-11: TMDS Interface Multiplexed on the PCI Express Graphics Interface (HDMI on Lane 0-3) Table 3-12: TMDS Interface Multiplexed on the PCI Express Graphics Interface (HDMI on Lane 4-7) Table 3-13: Miscellaneous TMDS Interface Signals Table 3-14: DisplayPort Interface Multiplexed on the PCI Express Graphics Interface Table 3-15: Miscellaneous DisplayPort Signals Table 3-16: Power Management Pins Table 3-17: Miscellaneous Pins Table 3-18: Power Pins Table 3-19: Ground Pins Table 3-20: Strap Definitions for the RS Table 4-1: Timing Requirements for HyperTransport Reference Clock (100MHz) Output by the Clock Generator Table 4-2: PCI Express Differential Clock (GFX_REFCLK, GPPSB_REFCLK, 100MHz) AC Characteristics Table 4-3: Timing Requirements for REF_CLKP Used as OSCIN ( MHz) Table 4-4: RS880 Power Rail Power-up Sequence Table 5-1: Maximum and Minimum Ratings Table 5-2: DC Characteristics for 3. 3V TTL Signals Table 5-3: DC Characteristics for DDC Signals (DDC Mode) Table 5-4: DC Characteristics for AUX Signals (AUX Mode) Table 5-5: DC Characteristics for POWERGOOD Table 5-6: DC Characteristics for HyperTransport and PCI-E Differential Clock (HT_REFCLK, GFX_REFCLK, GPPSB_REFCLK, 100MHz) Table 5-7: DC Characteristics for REFCLK_P as OSCIN Input ( MHz) Table 5-8: DC Characteristics for the Memory Interface when Supporting DDR Table 5-9: DC Characteristics for the Memory Interface when Supporting DDR Table 5-10: DC Characteristics for the Integrated DVI/HDMI Table 5-11: DC Characteristics for the TMDS Interface Multiplexed on the PCI Express Gfx Lanes Table 5-12: Electrical Specifications for the DisplayPort Interface Table 5-13: RS880 Thermal Limits Table 5-14: RS Pin FCBGA Package Physical Dimensions Table 5-15: Recommended Board Solder Reflow Profile — RoHS/Lead-Free Solder Advanced Micro Devices, Inc. AMD RS880 Databook 1.40 Proprietary List of Tables-1

10 List of Tables Table 6-1: ACPI States Supported by the RS Table 6-2: ACPI Signal Definitions Table 6-3: Standard PCI Configuration Space Header Type Table 6-4: PCI Status Register Table 6-5: Capabilities Pointer (CAP_PTR) Table 6-6: Power Management Register Block Table 6-7: Power Management Control/Status Register (PMCSR) Table 6-8: Capability Identifier (CAP_ID) Table 6-9: Next Item Pointer (NEXT_ITEM_PTR) Table 6-10: Power Management Capabilities PMC Table 7-1: Pins on the Test Interface Table 7-2: Example of an XOR Tree Table 7-3: RS880 XOR Tree Table 7-4: Truth Table for the VOH/VOL Tree Outputs Table 7-5: RS880 VOH/VOL Tree AMD RS880 Databook 1. 40 List of Tables Advanced Micro Devices, Inc. Proprietary

11 Chapter 1 Overview 1.1 Introducing the RS880 The RS880 is a ninth-generation Integrated Graphics Processor (IGP) that integrates a DirectX 10.1 compliant Shader Model 4.1 graphics core and a system controller in a single chip. It supports AMD s AM3-socket CPUs, including the AMD Phenom II and later desktop processors. The RS880 integrates an ATI RV620-based graphics engine, dual display, an integrated DVI/HDMI interface, a TMDS interface, DisplayPort capability, and Northbridge functionality in a single BGA package. This high level of integration and scalability enables manufacturers to offer enthusiast level capabilities and performance while helping to minimize board space and system cost. The RS880 is pin-compatible with AMD’s mainstream 700 and 800-series products including the RS780, RS780M, RX780, RX781, RS880M, and RX881, allowing a single design to target multiple market segments. Robust and Flexible Core Logic Features The RS880 combines graphics and system logic functions in a single chip using a 21mm body BGA package, reducing overall solution area. For optimal system and graphics performance, the RS880 supports a high speed HyperTransport interface to the AMD processor, running at a data rate of up to 4.4 GT/s and supporting both HT 1.0 and HT 3.0 protocols. The RS880 is ideally suited for 64-bit operating systems, and supports platform configurations with greater than 4GB of system memory. The rich PCI Express (PCIe ) expansion capabilities of RS880 include support for PCI Express external graphics and up to six other PCI Express peripherals, all supporting the PCI Express 2.0 standard with data rates of up to 5.0GT/s. These capabilities are complemented by the advanced I/O features of AMD s SB700-series Southbridges. Designed for Windows Vista The RS880 delivers a compelling Windows Vista experience. It harnesses the increased bandwidth of HyperTransport 3.0 to a DirectX 10.1 graphics core, which provides the 3D rendering power needed to generate the Windows Vista desktop even under the most demanding circumstances. The AMD RV620-based graphics core employs a unified shader architecture to deliver excellent 3D performance across the whole spectrum of 3D applications. It meets all current Windows Vista Premium Logo requirements. Leading Multimedia Capabilities The RS880 incorporates AMD s Unified Video Decoder (UVD) 2.0 technology, which provides dedicated hardware decode of the H.264, VC-1, and MPEG-2 video formats used for HD contents and Blu-ray disks. The RS880 also incorporates the innovative AMD Avivo HD display architecture, providing users with amazing visual quality. Advanced scaling and color correction capabilities, along with increased precision through the entire display pipeline, ensure an exceptional image on CRT monitors, LCD panels, and any other display device. Dual DisplayPort output capability provides the ability to interface to the next generation of digital display devices. That is complemented by a fully integrated DVI/HDMI and HDCP support, allowing compatibility with even the most modern high definition televisions without the additional cost of external components. *Note: AMD Avivo HD is a technology platform that includes a broad set of capabilities offered by certain AMD Radeon products. Support for any AMD Avivo HD capability is subject to qualification of the RS880 ASIC. Full enablement of some AMD Avivo HD capabilities may require complementary products. Low Power Consumption and Industry Leading Power Management The RS880 is manufactured using the power efficient 55 nm technology, and it supports a whole range of industry standards and new proprietary power management features. System power can be further reduced through the dedicated local frame buffer interface supported by the RS880. The integrated UVD dramatically reduces CPU loading and hence overall power consumption during Blu-ray video and HD contents playback Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-1

12 RS880 Features Software Compatibility The graphics driver for the RS880 is fully compatible with all other AMD Radeon class graphics controllers from AMD. A single driver can support multiple graphics configurations across AMD s product lines, including the AMD Radeon family and the AMD chipset family. In addition, this driver compatibility allows the RS880 to benefit immediately from AMD’s software optimization and from the advanced Windows XP, Windows Vista, and Windows 7 support available in the Radeon family drivers. 1.2 RS880 Features CPU HyperTransport Interface Supports 16-bit up/down HyperTransport (HT) 3.0 interface up to 4.4 GT/s. Supports 200, 400, 600, 800, and 1000 MHz HT1 frequencies. Supports 1.6, 1.8, 2.0, and 2.2 GHz HT3 frequencies. Supports AMD s AM3-socket CPUs, including the AMD Phenom II and later desktop processors. Supports LDTSTOP interface and CPU link stutter mode Memory Interface Supports an optional dedicated local frame buffer (side-port) of up to 128MB through a 16-bit interface. Note, however, that the memory interface is optimized for a 64MB local frame buffer. As such, the system BIOS will downsize the side-port size if a 128MB memory device is populated. New highly flexible memory architecture allows asymmetric side-port and shared system memory frame buffer sizes. Supported configurations include UMA only and UMA+side-port (interleave mode). New dynamic memory allocation scheme improves performance and reduces power simultaneously. Support for DDR2 system memories up to DDR2-800, with a maximum memory clock speed of 400MHz. Memory clock is independent of any other clock source and can therefore be set to any frequency equal to or less than 400MHz (DDR2-800), allowing the use of lower speed side-port memories. Support for DDR3 system memories up to DDR3-1200, with a maximum memory clock speed of 600MHz. Memory clock is independent of any other clock source and can therefore be set to any frequency equal to or less than 600MHz (DDR3-1200), allowing the use of lower speed side-port memories. Support one memory device of x16 width (see section , Supported DDR2 Components, on page 2-4.and section , Supported DDR3 Components, on page 2-5, for details). Asynchronous HyperTransport and memory controller interface speeds. Supports DDR SDRAM self refresh mechanism. Supports dynamic CKE and ODT for power conservation AMD HyperMemory Supports AMD HyperMemory *. * Note: Includes dedicated and shared memory. The amount of HyperMemory available is determined by various factors. For details, please consult your AMD CSS representative PCI Express Interface Supports PCIe Gen2 (version 2.0). Optimized peer-to-peer and general purpose link performance. Highly flexible PCI Express implementation to suit a variety of platform needs. A dual-port, x16 graphics interface, configurable to any one of the modes illustrated in Figure 1-1 for the RS880: AMD RS880 Databook Advanced Micro Devices, Inc. 1-2 Proprietary

13 RS880 Features PCI-E x16 Interface PCI-E x16 DL-DVI SL-DVI HDMI DP HDMI SL-DVI DP DP Not Used Not Used Not Used Not Used Not Used Not Used LEGEND PCI-E x 16 External Graphics PCI-E x8 External Graphics TMDS enabling Dual-Link DVI(DL-DVI) DP HDMI Not Used HDMI DP Not Used SL-DVI Not Used PCI-E x8 TMDS enabling Single-Link DVI(SL-DVI) DisplayPort (DP) HDMI Not Used PCI-E x8 TMDS enabling HDMI DP Not Used PCI-E x8 DL-DVI PCI-E x8 HDMI SL-DVI PCI-E x8 DP DP PCI-E x8 Figure 1-1 Possible Configurations for the x16 PCIe Graphics Interface Supports programmable lane reversal for the graphics link to ease motherboard layout when the end device does not support lane reversal. Supports six general purpose lanes, for up to six devices on specific ports. Possible configurations are listed in Table 1-1. Table 1-1 Possible Configurations for the PCIe General Purpose Links Config. B Config. C Config. C2 Config. E Config. K Config. L GPP1 x4 x4 x2 x2 x2 x1 GPP x1 GPP3 — — x2 x1 x2 x1 GPP x1 — x1 GPP5 x2 x1 x2 x1 x1 x1 GPP6 — x1 — x1 x1 x1 Supports x1, x2, x4, x8, x12 and x16 polarity inversion A-Link Express II Interface One x4 A-Link Express II interface for connection to an AMD Southbridge. The A-Link Express II is a proprietary interface developed by AMD basing on the PCI Express technology, with additional Northbridge-Southbridge messaging functionalities. Supports programmable lane reversal to ease motherboard layout Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-3

14 RS880 Features D Acceleration Features Highly-optimized 128-bit engine, capable of processing multiple pixels per clock. Hardware acceleration of Bitblt, line drawing, polygon and rectangle fills, bit masking, monochrome expansion, panning and scrolling, scissoring, and full ROP support (including ROP3). Optimized handling of fonts and text using AMD proprietary techniques. Game acceleration including support for Microsoft’s DirectDraw : Double Buffering, Virtual Sprites, Transparent Blit, and Masked Blit. Acceleration in 1/8/15/16/32-bpp modes: Pseudocolor mode for 8bpp ARGB1555 and RGB565 modes for 16bpp ARGB8888 mode for 32bpp Significant increase in the High-End Graphics WinBench score due to capability for C18 color expansion. Setup of 2D polygons and lines. Support for GDI extensions: In Windows XP and Windows Vista: Alpha BLT, Transparent BLT, and Gradient Fill. In Windows 7: Alpha BLT, Transparent BLT, Color Fill BLT, Stretch BLT, and Clear Type BLT. Hardware cursor (up to 64x64x32bpp), with alpha channel for direct support of Windows XP, Windows Vista and Windows 7 alpha cursor D Acceleration Features DirectX 10.1 compliant, including full speed 32-bit floating point per component operations Shader Model 4.1 geometry and pixel support in a unified shader architecture: Full speed 32-bit floating point processing per component. High dynamic range rendering with floating point blending, texture filtering and anti-aliasing support. High performance dynamic branching and flow control. Nearly unlimited shader instruction store, using an advance caching system. Advanced shader design, with ultra-threading sequencer for high efficiency operations. Advanced, high performance branching support, including static and dynamic branching. 32-bit floating point components for high dynamic range computations. Full anti-aliasing on render surfaces up to and including 128-bit floating point formats. Support for OpenGL 2.0 Anti-Aliasing Filtering: 2x/4x/8x modes. Sparse multi-sample algorithm with gamma correction, programmable sample patterns, and centroid sampling. Temporal anti-aliasing. Adaptive anti-aliasing mode. Lossless color compression (up to 8:1) at all resolutions, up to and including widescreen HDTV. Anisotropic Filtering: 2x/4x/8x/16x modes Up to 128-tap texture filtering. Adaptive algorithm with performance (bi-linear) and quality (tri-linear) options. Improved quality mode due to improved subpixel precision, higher precision LOD computations, and rotationally invariant LOD computations. Advanced Texture Compression (3Dc+ ): High quality 4:1 compression for normal maps and luminance maps. Works with any single-channel or two-channel data format AMD RS880 Databook Advanced Micro Devices, Inc. 1-4 Proprietary

15 RS880 Features HW support to overcome «Small batch» issues in CPU limited applications. 3D resources virtualized to a 32-bit addressing space, for support of large numbers of render targets and textures. New vertex cache and vertex fetch design, to increase vertex throughput from previous generations. Full support of 64-bit and 128-bit textures and surfaces, which can be 4x to 8x faster than previous generation of HW. Up to 8K x 8K textures, including 128 bpp texture are supported. New multi-level texture cache to give optimal performance, greater than 8x the previous designs. High efficiency ring bus memory controller: Programmable arbitration logic maximizes memory efficiency, software upgradeable. Fully associative texture, color, and Z cache design. New hierarchical Z and stencil buffers with early Z Test. New lossless Z-buffer compression for both Z and stencil. Fast Z-Buffer Clear. Z cache optimized for real-time shadow rendering. Z and color compression resources virtualized to a 32-bit addressing space, for support of multiple render targets and textures simultaneously Motion Video Acceleration Features Video scaling and fully programmable YCrCb to RGB color space conversion for full-speed video playback and fully adjustable color controls. Adaptive de-interlacing eliminates video artifacts caused by displaying interlaced video on non-interlaced displays, and by analyzing image and using optimal de-interlacing function on a per-pixel basis. Motion video acceleration for HD contents and Blu-ray technology. Dedicated UVD (Unified Video Decoder) 2.0 hardware for H.264,VC-1, and MPEG-2 decode: H.264 implementation is based on the ISO/IEC spec. VC-1 implementation is based on the SMPTE 421M spec Multiple Display Features General Dual independent displays. Possible configurations are illustrated in Figure Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-5

16 RS880 Features Figure 1-2 RS880 Multiple Display Options Resolution, refresh rates, and display data can be completely independent for the two display paths. Each display controller supports true 30 bits per pixel throughout the display pipe. Each display path supports VGA and accelerated modes, video overlay, hardware cursor, hardware icon, and palette gamma correction. Supports both interlaced and non-interlaced displays. Full ratiometric expansion ability is supported for source desktop modes up to 1920 pixels/line. Maximum DAC frequency of 400 MHz. Supports 8, 16, 32, and 64-bpp depths for the main graphics layer: For 32-bpp depth, supports xrgb 8:8:8:8, xrgb 2:10:10:10, scrycb 8:8:8:8, and xcrycb 2:10:10:10 data formats. For 64-bpp depth, supports xrgb 16:16:16:16 data format. Independent gamma, color conversion and correction controls for main graphics layer. Support for DDC1 and DDC2B+ for plug and play monitors. 8-bit alpha blending of graphics and video overlay. Hardware cursor up to 64×64 pixels in 2 bpp, full color AND/XOR mix, and full color 8-bit alpha blend. Hardware icon up to 128×128 pixels in 2 bpp, with two colors, transparent, and inverse transparent. AND/XOR mixing. Supports 2×2 icon magnification. Virtual desktop support. Support for flat panel displays via VGA, DVI, or HDMI. Integrated HD audio controller for HDMI audio data AMD RS880 Databook Advanced Micro Devices, Inc. 1-6 Proprietary

17 RS880 Features VGA Output Maximum resolutions supported by the VGA output for different refresh rates are: (pixel clock at 388.5MHz) for 4:3 format (pixel clock at MHz) for 16:9 format (pixel clock at 320MHz) for 16:10 format Support for stereoscopic monitors. SurroundView RS880 s SurroundView feature allows support for up to four independent monitors for systems equipped with an additional ATI discrete graphics card (requires special BIOS and display driver support) DVI/HDMI Integrated DVI or HDMI* interface (passing HDMI CTS v1. 3b): single-link support only for HDMI, 30-bit dual-link support for DVI. Also supports a TMDS interface, enabling DVI or HDMI (passing HDMI CTS v1.3b), which is multiplexed on the PCIe external graphics interface Mbps/channel with 162 MHz pixel clock rate per link. Supports industry standard EIA-861B video modes including 480p, 720p, 1080i, and 1080p (for a full list of currently supported modes, contact you AMD CSS representative). Maximum resolutions supported by various modes are: Single-link DVI: with standard timings, and with reduced blanking timings. Dual-link DVI: HDMI: 1080p. Supports YCbCr 4:4:4 and 4:2:2 modes with HDMI. HDMI basic audio support at 32, 44.1 or 48 khz. Supports two-channel uncompressed audio data, and, for Windows Vista platforms only, 5.1-channel audio data and DTS. HD audio device compatible with the Microsoft HD audio driver. HDCP support for two independent display streams with on-chip key storage. Also available when the integrated DVI/HDMI interface or the TMDS interface runs in dual-link mode. ** Notes: * CEC is not supported. ** HDCP content protection support is only available to HDCP licensees and can only be enabled when connected to an HDCP-capable receiver. The TMDS interface multiplexed on the PCIe graphics lanes cannot enable HDMI when the integrated DVI/HDMI interface is supporting HDMI, and vice versa DisplayPort Interface Supports all mandatory features of the VESA DisplayPort Standard, Version 1.1, plus the following optional features: 10-bit support. YCbCr 4:4:4 and 4:2:2 support. HDCP support Optional test pattern support. Supports two independent displays over the PCIe interface for external graphics (see Figure 1-1, Possible Configurations for the x16 PCIe Graphics Interface, on page 1-3 for details). Supports 4, 2, or 1-lane transmission. Supports both the 2.7 Gbps and 1.62 Gbps link symbol rates Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-7

18 RS880 Features Supports the Auxiliary Channel (AUX CH). Supports a maximum resolution of with 4 lanes Integrated HD Audio Controller and Codec Integrated HD Audio codec supports linear PCM and AC3 (5. 1) audio formats for HDMI output. Separate logical chip function. Can encrypt data onto one associated HDMI output. Uses Microsoft UAA driver. Internally connected to the integrated HDMI, or HDMI-enabled interface, hence no external cable required. Support for basic audio (32, 44.1 or 48 KHz stereo) and AC3 or DTS at the same sample rates System Clocks Support for an external clock chip to generate side-port memory, PCIe, and A-Link Express II clocks Power Management Features Single chip solution in 55nm, 1.1V CMOS technology. Full ACPI 2.0 and IAPC (Instantly Available PC) power management support. Static and dynamic power management support (APM as well as ACPI) with full VESA DPM and Energy Star compliance. The Chip Power Management Support logic supports four device power states defined for the OnNow Architecture On, Standby, Suspend, and Off. Each power state can be achieved by software control bits. Hardware controlled intelligent clock gating enables clocks only to active functional blocks, and is completely transparent to software. Dynamic self-refresh for the side-port memory. Support for Cool’n’Quiet via FID/VID change. Support for AMD PowerNow!. Clocks to every major functional block are controlled by a unique dynamic clock switching technique that is completely transparent to the software. By turning off the clock to the block that is idle or not used at that point, the power consumption can be significantly reduced during normal operation. Supports AMD Vari-Bright technology. Supports dynamic lane reduction for the PCIe graphics interface when coupled with an AMD-based graphics device, adjusting lane width according to required bandwidth PC Design Guide Compliance The RS880 complies with all relevant Windows Logo Program (WLP) requirements from Microsoft for WHQL certification Test Capability Features The RS880 has a variety of test modes and capabilities that provide a very high fault coverage and low DPM (Defect Per Million) ratio: Full scan implementation on the digital core logic through ATPG (Automatic Test Pattern Generation Vectors). Dedicated test logic for the on-chip custom memory macros to provide complete coverage on these modules. A JTAG test mode to allow board level testing of neighboring devices. An EXOR tree test mode on all the digital I/O’s to allow for proper soldering verification at the board level. A VOH/VOL test mode on all digital I/O s to allow for proper verification of output high and output low values at the board level. Access to the analog modules to allow full evaluation and characterization AMD RS880 Databook Advanced Micro Devices, Inc. 1-8 Proprietary

19 Software Features IDDQ mode support to allow chip evaluation through current leakage measurements. These test modes can be accessed through the settings on the instruction register of the JTAG circuitry Packaging Single chip solution in 55nm, 1.1V low power CMOS technology. 528-FCBGA package, 21mmx21mm. 1.3 Software Features Supports Microsoft Windows XP, Windows Vista, and Windows 7. BIOS ability to read EDID 1.1, 1.2, and 1.3. Ability to selectively enable and disable several devices including CRT, LCD, and DFP. Register-compatible with VGA standards, BIOS-compatible with VESA VBE2.0. Supports corporate manageability requirements such as DMI. ACPI support. Full Write Combining support for maximum performance of the CPU. Full-featured, yet simple Windows utilities: Calibration utility for WYSIWYG color Independent brightness control of desktop and overlay End user diagnostics Drivers meet Microsoft’s rigorous WHQL criteria and are suitable for systems with the «Designed for Windows» logos. Comprehensive OS and API support. Hot-key support (Windows ACPI 2.0 or AMD Event Handler Utility where appropriate). Extensive power management support. Rotation mode support in software. Dual CRTC, simultaneous view, extended desktop support (Windows XP, Windows Vista, and Windows 7) DirectX 10.1 support. Switchable overlay support. H.264 playback support. Supports AMD OverDrive utility. ***Warning*** AMD and ATI processors are intendedto be operated only within their associated specifications and factory settings. Operating the AMD or ATI processor outside of specification or in excess of factory settings, including but not limited to overclocking, may damage the processor and/or lead to other problems, including but not limited to, damage to the system components (including the motherboard and components thereon (e.g. memory)), system instabilities (e.g. data loss and corrupted images), shortened processor, system component and/or system life and in extreme cases, total system failure. AMD does not provide support or service for issues or damages related to use of an AMD or ATI processor outside of processor specifications or in excess of factory settings. Supports Hybrid CrossFire. 1.4 Branding Diagrams Note: The branding can be in laser, ink, or mixed laser-and-ink marking Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-9

20 Graphics Device ID and Graphics Engine Clock Speed AMD Logo RADEON IGP YYWW MADE IN TAIWAN COO WXXXXX WWWXXX.ZZ Part Number AMD Product Type Date Code ( YY — Year, ZZ — Week) Country of Origin (China or Taiwan) Wafer Lot Number ( ZZ may not be shown) Note: Branding can be in laser, ink, or mixed laser-and-ink marking. Figure 1-3 RS880 ASIC A11 Production Branding 1.5 Graphics Device ID and Graphics Engine Clock Speed Table 1-2 Graphics Device ID and Graphics Engine Clock Speed Variant 1.6 Conventions and Notations The following conventions are used throughout this manual s Graphics Device ID Graphics Engine Clock Speed (MHz) Min. Pins are identified by their pin names or ball references. Multiplexed pins sometimes assume alternate functional names when they perform their alternate functions, and these functional names are given in Chapter 3, Pin Descriptions and Strap Options. All active-low signals are identified by the suffix # in their names (e.g., MEM_RAS#) Pin Types The pins are assigned different codes according to their operational characteristics. These codes are listed in Table 1-3. Max. RS880 0x Table 1-3 Pin Type Codes Code I O OD I/O I/OD M Pwr Gnd A-O A-I Pin Type Digital Input Digital Output Open Drain Bi-Directional Digital Input or Output Digital Input or Open Drain Multifunctional Power Ground Analog Output Analog Input AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

21 Conventions and Notations Table 1-3 Pin Type Codes (Continued) Code A-I/O A-Pwr A-Gnd Other Pin Type Analog Bi-Directional Input/Output Analog Power Analog Ground Pin types not included in any of the categories above Numeric Representation Hexadecimal numbers are appended with h (Intel assembly-style notation) whenever there is a risk of ambiguity. Other numbers are in decimal. Pins of identical functions but different running integers (e.g., GFX_TX7P, GFX_TX6P,… GFX_TX0P ) are referred to collectively by specifying their integers in square brackets and with colons (i.e., GFX_TX[7:0]P ). A similar short-hand notation is used to indicate bit occupation in a register. For example, NB_COMMAND[15:10] refers to the bit positions 10 through 15 of the NB_COMMAND register Register Field A field of a register is referred to by the format of [Register Name].[Register.Field]. For example, NB_MC_CNTL.DISABLE_BYPASS is the DISABLE_BYPASS field of the register NB_MC_CNTL Hyperlinks Phrases or sentences in blue italic font are hyperlinks to other parts of the manual. Users of the PDF version of this manual can click on the links to go directly to the referenced sections, tables, or figures Acronyms and Abbreviations The following is a list of the acronyms and abbreviations used in this manual. Table 1-4 Acronyms and Abbreviations Acronym ACPI A-Link-E BGA BIOS BIST BLT bpp CEC CPIS CRT CSP DAC DBI DDC DDR DFP DP DPM DTV Full Expression Advanced Configuration and Power Interface A-Link Express interface between the IGP and the Southbridge. Ball Grid Array Basic Input Output System. Initialization code stored in a ROM or Flash RAM used to start up a system or expansion card. Built In Self Test. Blit bits per pixel Consumer Electronic Control Common Panel Interface Specification Cathode Ray Tube Chip Scale Package Digital to Analog Converter Dynamic Bus Inversion Display Data Channel. A VESA standard for communicating between a computer system and attached display devices. Double Data Rate Digital Flat Panel. Monitor connection standard from VESA. DisplayPort Defects per Million Digital TV 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-11

22 Conventions and Notations Table 1-4 Acronyms and Abbreviations (Continued) Acronym DVD DVI DVS EPROM FIFO FPDI GDI GND GPIO HDCP HDMI HDTV HPD idct IDDQ IGP JTAG MB MPEG NTSC PAL PCI PCIe PLL POST PD PU RAID ROP SDRAM TMDS UMA UV UVD UXGA VBI VESA VGA VRM Full Expression Digital Video Disc Digital Video Interface. Monitor connection standard from the DDWG (Digital Display Work Group). Digital Video Stream Erasable Programmable Read Only Memory First In, First Out Flat Panel Display Interface Graphics Device Interface Ground General Purpose Input/Output High-Bandwidth Digital Content Protection High Definition Multimedia Interface High Definition TV. The 1920×1080 and the 1280×720 modes defined by ATSC. Hot Plug Detect inverse Discrete Cosine Transform Direct Drain Quiescent Current Integrated Graphics Processor. A single device that integrates a graphics processor and a system controller. Joint Test Access Group. An IEEE standard. Mega Byte Motion Pictures Experts Group. Refers to compressed video image streams in either MPEG-1 or MPEG-2 formats. National Television Standards Committee. The standard definition TV system used in North America and other areas. Phase Alternate Line. The standard definition TV system used in Europe and other areas. Peripheral Component Interface PCI Express Phase Locked Loop Power On Self Test Pull-down Resistor Pull-up Resistor Redundant Array of Inexpensive Disks Raster Operation Synchronous Dynamic RAM Transition Minimized Differential Signaling Unified Memory Architecture Chrominance (also CrCb). Corresponds to the color of a pixel. Unified Video Decoder Ultra Extended Graphics Array Vertical Blank Interval Video Electronics Standards Association Video Graphics Adapter Voltage Regulation Module AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

23 Conventions and Notations This page is left blank intentionally Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 1-13

24 Conventions and Notations AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

25 Chapter 2 Functional Descriptions This chapter describes the functional operation of the major interfaces of the RS880 system logic. Figure 2-1, RS880 Internal Block Diagram, illustrates the RS880 internal blocks and interfaces. CPU CPU Interface HyperTransport Unit SB A-Link-E II Interface (1 x 4 Lanes) External Graphics (1 x 16 Lanes) PCIe Gfx Interface Root Complex Expansion Slots or On-board Devices PCIe GPP Interface (6 x 1 Lanes) BIF Memory Controller Optional 16-bit DDR2/DDR3 Memory Channel Register Interface UVD Setup Engine 2D Engine TMDS, enabling DVI/HDMI (Multiplexed on PCIe Gfx Lanes) 3D Engine Overlay DisplayPorts (Multiplexed on PCIe Gfx Lanes) Integrated DVI/HDMI MUX Display 1& 2 CRT Figure 2-1 RS880 Internal Block Diagram 2. 1 Host Interface The RS880 is optimized to interface with AMD processors through the HyperTransport TM interface. This section presents an overview of the HyperTransport interface. For a detailed description of the interface, please refer to the 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 2-1

26 Host Interface HyperTransport I/O Link Specification from the HyperTransport Consortium. Figure 2-2, Host Interface Block Diagram, illustrates the basic blocks of the host bus interface of the RS880. HT Interface to CPU (PHY) Configuration Registers LTA LRA Data Link Layer SCH Protocol/Transaction Layer Root Complex Memory Controller Figure 2-2 Host Interface Block Diagram The HyperTransport (HT) Interface, formerly known as the LDT (Lightning Data Transport) interface, is a high speed, packet-based link implemented on two unidirectional buses. It is a point-to-point interface where data can flow both upstream and downstream at the same time. The commands, addresses, and data travel in packets on the HyperTransport link. Lengths of packets are in multiples of four bytes. The HT link consists of three parts: the physical layer (PHY), the data link layer, and the protocol/transaction layer. The PHY is the physical interface between the RS880 and the CPU. The data link layer includes the initialization and configuration sequences, periodic redundancy checks, connect/disconnect sequences, and information packet flow controls. The protocol layer is responsible for maintaining strict ordering rules defined by the HT protocol. The RS880 HyperTransport bus interface consists of eighteen unidirectional differential data/control pairs and two differential clock pairs in each of the upstream and downstream direction. On power up, the HT link is 8-bit wide and runs at a default speed of 400MT/s. After negotiation, carried out by the HW and SW together, the link width can be brought up to 16-bit and the interface can run up to 4.4GT/s. The interface is illustrated in Figure 2-3, RS880 Host Bus Interface Signals. The signal name and direction for each signal is shown with respect to the processor. Note that the signal names may be different from those used in the pin listing of the RS880. Detailed descriptions of the signals are given in section 3.3, CPU HyperTransport Interface on page AMD RS880 Databook Advanced Micro Devices, Inc. 2-2 Proprietary

27 Side-Port Memory Interface HT_TXCLKP 2 HT_TXCALN HT_TXCLKN HT_TXCTLP 2 2 HT_TXCALP HT_TXCTLN HT_TXCADP 2 16 RS880 HT_TXCADN HT_RXCLKP 16 2 CPU HT_RXCALN HT_RXCLKN HT_RXCTLP 2 2 HT_RXCALP HT_RXCTLN HT_RXCADP 2 16 HT_RXCADN Side-Port Memory Interface Figure 2-3 RS880 Host Bus Interface Signals In order to significantly decrease system power and increase graphics performance, the RS880 provides an optional side-port memory interface for dedicated frame buffer memory, to be used exclusively for the integrated graphics core. The side-port memory interface can significantly reduce system power by allowing the CPU to stay in its lowest power state during periods of inactivity. Screen refreshes are fetched from the side-port memory, and there is no need to «wake up» the CPU to fetch screen refresh data. The RS880 memory controller is unique and highly optimized. It operates in 16-bit mode at very high speed (up to DDR2-800 and DDR3-1200), and has a programmable interleaved mode that significantly increases the memory bandwidth and reduces data latency to the integrated graphics core. The additional bandwidth provided to the internal graphics core will also aid the RS880 in reaching and exceeding Microsoft’s Windows Vista Premium logo requirements DDR2 Memory Interface Figure 2-4, RS880 Side-Port Memory Interface, on page 2-4 illustrates the side-port memory interface of the RS880. RS880 memory controller features and limitations: Supports a single memory device up to 128MB of physical size. However, as the memory interface is optimized for a 64MB local frame buffer, the system BIOS will downsize the side-port memory if a 128MB memory device is populated. Controls a single rank of DDR2 devices in 16-bit memory configuration. Supports device sizes of 256, 512, and 1024 Mbits, and a device width of x16. As the memory controller supplies only one chip select signal, only devices with one chip select are supported. A wide range of DDR2 timing parameters, configurations, and loadings are programmable via the RS880 memory controller configuration registers Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 2-3

28 Side-Port Memory Interface 14 Address MEM_A[13:0] 3 Bank Address MEM_BA[2:0] VDD_MEM MEM_CALN MEM_CALP RS880 Side-Port Memory Interface 16 Data MEM_DQ[15:0] 4 Data Strobes MEM_DQS[1:0]P/N 2 Data Mask MEM_DM[1:0] 2 Differential Clocks MEM_CKP/MEM_CKN 1 Chip Select MEM_CS# MEM_CKE, MEM_RAS#, 4 MEM_CAS#, MEM_WE# 1 On-Die Termination MEM_ODT Un-buffered DDR2 SDRAM Figure 2-4 RS880 Side-Port Memory Interface Supported DDR2 Components The memory controller supports DDR2 SDRAM chips in several configurations. These chips are organized in banks, rows (or pages), and columns. The supported DDR2 components have four or eight banks. Table 2-1 lists the supported memory components. Table 2-1 Supported DDR2 Components DDR2 SDRAM Config Mbits CS Mode Bank Bits Row Bits Col Bits Mbytes 16Mbx Mbx Mbx Row and Column Addressing Table 2-2 shows how the physical address P (after taking out the bank bit) is used to provide the row and column addressing for each size of DDR2 memories. Table 2-2 DDR2 Memory Row and Column Addressing Address A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0 16Mbx16 devices Row P10 P14 P13 P12 P11 P22 P21 P20 P19 P18 P17 P16 P15 Column — — PC — P9 P8 P7 P6 P5 P4 P3 P2 P1 32Mbx16 devices Row P23 P14 P13 P12 P11 P22 P21 P20 P19 P18 P17 P16 P15 Column — — PC P10 P9 P8 P7 P6 P5 P4 P3 P2 P AMD RS880 Databook Advanced Micro Devices, Inc. 2-4 Proprietary

29 Side-Port Memory Interface Address A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0 64Mbx16 devices Row P23 P14 P13 P12 P11 P22 P21 P20 P19 P18 P17 P16 P15 Column — — PC P10 P9 P8 P7 P6 P5 P4 P3 P2 P1 128Mbx16 devices Row P24 P23 P14 P13 P12 P11 P22 P21 P20 P19 P18 P17 P16 P15 Column — — PC P10 P9 P8 P7 P6 P5 P4 P3 P2 P1 Note: PC = precharge flag DDR3 Memory Interface RS880 memory controller features and limitations: Supports a single memory device up to 128MB of physical size. However, as the memory interface is optimized for a 64MB local frame buffer, the system BIOS will downsize the side-port memory if a 128MB memory device is populated. Supports a single rank of DDR3 device in 16-bit memory configuration. Supports device sizes of 512 and 1024 Mbits, and a device width of x16. A wide range of DDR3 timing parameters, configurations, and loadings are programmable via the RS880 memory controller configuration registers Supported DDR3 Components The memory controller supports DDR3 SDRAM chips in several configurations. These chips are organized in banks, rows (or pages), and columns. Table 2-3 lists the supported memory components. Table 2-3 Supported DDR3 Components DDR3 SDRAM Config Mbits CS Mode Bank Bits Row Bits Col Bits Mbytes 32Mbx Mbx Row and Column Addressing Table 2-4 shows how the physical address P (after taking out the bank bit) is used to provide the row and column addressing for each size of DDR3 memories. Table 2-4 DDR3 Memory Row and Column Addressing Address A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0 32Mbx16 devices Row P23 P14 P13 P12 P11 P22 P21 P20 P19 P18 P17 P16 P15 Column — — PC P10 P9 P8 P7 P6 P5 P4 P3 P2 P1 64Mbx16 devices Row P23 P14 P13 P12 P11 P22 P21 P20 P19 P18 P17 P16 P15 Column — — PC P10 P9 P8 P7 P6 P5 P4 P3 P2 P1 Note: PC = precharge flag 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1. 40 Proprietary 2-5

30 DVI/HDMI 2.3 DVI/HDMI DVI/HDMI Data Transmission Order and Signal Mapping The RS880 contains an integrated DVI/HDMI interface and a TMDS interface (multiplexed on the PCI Express graphics lanes), both supporting clock frequencies of up to 162 MHz for each signal link. The multiplexing relationships between the PCIe external graphics signals and the TMDS signals are given in section 3.9, TMDS Interface Multiplexed on the PCI Express Graphics Lanes on page 3-8. Figure 2-5 below shows the transmission ordering of the signals on both interfaces in single-link mode. TXCP TXCM TX0P TX0M TB0 TB1 TB2 TB3 TB4 TB5 TB6 TB7 TB8 TB9 Depending upon state of HSYNC and VSYNC Depending upon encoded Blue channel pixel data TX1P TX1M TG0 TG1 TG2 TG3 TG4 TG5 TG6 TG7 TG8 TG9 TX2P TX2M Depending upon state of PLL_SYNC and CTL1 Depending upon state of CTL2 and CTL3 Depending upon encoded Green channel pixel data TR0 TR1 TR2 TR3 TR4 TR5 TR6 TR7 TR8 TR9 Depending upon encoded Red channel pixel data Figure 2-5 Data Transmission Ordering for the Integrated DVI/HDMI and TMDS Interfaces For dual-link mode, which is for DVI only, the same transmission order applies to data channels on the second link, with the first link transmitting data for even pixels and the second link for odd pixels. See Table 2-6 below for details. The signal mapping for the transmission is shown in Table 2-5 (single link) and Table 2-6 (dual-link DVI) below AMD RS880 Databook Advanced Micro Devices, Inc. 2-6 Proprietary

31 DVI/HDMI Table 2-5 Single Link Signal Mapping for DVI/HDMI DVI/HDMI Functional Name Data Phase Signal TX0M/P Phase 1 B0 Phase 2 B1 Phase 3 B2 Phase 4 B3 Phase 5 B4 Phase 6 B5 Phase 7 B6 Phase 8 B7 Phase 9 B8 Phase 10 B9 TX1M/P Phase 1 G0 Phase 2 G1 Phase 3 G2 Phase 4 G3 Phase 5 G4 Phase 6 G5 Phase 7 G6 Phase 8 G7 Phase 9 G8 Phase 10 G9 TX2M/P Phase 1 R0 Phase 2 R1 Phase 3 R2 Phase 4 R3 Phase 5 R4 Phase 6 R5 Phase 7 R6 Phase 8 R7 Phase 9 R8 Phase 10 R9 Note: H/VSYNC are transmitted on TX0M/P (Blue) channel during blank Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 2-7

32 DVI/HDMI Table 2-6 Dual-Link Signal Mapping for DVI Link 1 Link 2 DVI Functional Name Data Phase Signal DVI Functional Name Data Phase Signal TX0M/P Phase 1 EVEN_B0 TX3M/P Phase 1 ODD_B0 Phase 2 EVEN_B1 Phase 2 ODD_B1 Phase 3 EVEN_B2 Phase 3 ODD_B2 Phase 4 EVEN_B3 Phase 4 ODD_B3 Phase 5 EVEN_B4 Phase 5 ODD_B4 Phase 6 EVEN_B5 Phase 6 ODD_B5 Phase 7 EVEN_B6 Phase 7 ODD_B6 Phase 8 EVEN_B7 Phase 8 ODD_B7 Phase 9 EVEN_B8 Phase 9 ODD_B8 Phase 10 EVEN_B9 Phase 10 ODD_B9 TX1M/P Phase 1 EVEN_G0 TX4M/P Phase 1 ODD_G0 Phase 2 EVEN_G1 Phase 2 ODD_G1 Phase 3 EVEN_G2 Phase 3 ODD_G2 Phase 4 EVEN_G3 Phase 4 ODD_G3 Phase 5 EVEN_G4 Phase 5 ODD_G4 Phase 6 EVEN_G5 Phase 6 ODD_G5 Phase 7 EVEN_G6 Phase 7 ODD_G6 Phase 8 EVEN_G7 Phase 8 ODD_G7 Phase 9 EVEN_G8 Phase 9 ODD_G8 Phase 10 EVEN_G9 Phase 10 ODD_G9 TX2M/P Phase 1 EVEN_R0 TX5M/P Phase 1 ODD_R0 Phase 2 EVEN_R1 Phase 2 ODD_R1 Phase 3 EVEN_R2 Phase 3 ODD_R2 Phase 4 EVEN_R3 Phase 4 ODD_R3 Phase 5 EVEN_R4 Phase 5 ODD_R4 Phase 6 EVEN_R5 Phase 6 ODD_R5 Phase 7 EVEN_R6 Phase 7 ODD_R6 Phase 8 EVEN_R7 Phase 8 ODD_R7 Phase 9 EVEN_R8 Phase 9 ODD_R8 Phase 10 EVEN_R9 Phase 10 ODD_R9 Notes: — H/VSYNC are transmitted on TX0M/P (Blue) channel during blank. — For DVI dual-link mode, the first active data pixel is defined as pixel#0 (an even pixel), as opposed to the DVI specifications AMD RS880 Databook Advanced Micro Devices, Inc. 2-8 Proprietary

33 DVI/HDMI Support for HDMI Packet Types Table 2-7 Support for HDMI Packet Type Packet Value Packet Type Supported or Not Source 0x00 Null Yes Inserted by hardware when needed. 0x01 Audio Clock Regeneration 0x02 Audio Sample Yes Comment Sent when required to meet maximum time between data island specification. Yes Inserted by hardware as required. Audio samples come from HD audio DMA. Channel status from HD audio and video registers. Inserted in horizontal blank whenever audio FIFO contains data. 0x03 General Control No Sending and contents controlled by video driver. 0x04 ACP Packet No 0x05 ISRC1 Packet No 0x06 ISRC2 Packet No 0x07 Reserved N/A N/A N/A InfoFrame Packet Type HDMI ID EIA-861B ID 0x80 0x00 Vendor-Specific Yes* 0x81 0x01 AVI Yes Inserted on line selected by software. 0x82 0x02 Source Product Descriptor 0x83 0x03 Audio Yes For colorimetry, repetition count, video format, picture formatting. Yes* Inserted on line selected by software. Contents from registers written by video and HD audio drivers. For channel counts, sampling frequency, etc. 0x84 0x04 MPEG Source No According to the CEA-861 specification, MPEG Source InfoFrames should not be used. * Note: These packet types are supported using generic packet types. A maximum of two of them can be supported simultaneously Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 2-9

34 VGA DAC Characteristics 2.4 VGA DAC Characteristics Table 2-8 VGA DAC Characteristics Notes: 1 — Tested over the operating temperature range at nominal supply voltage, with an Iref of -1.50mA (Iref is the level of the current flowing out of the RSET resistor). 2 — Tested over the operating temperature range at reduced supply voltage, with an Iref of -1.50mA (Iref is the level of the current flowing out of the Rset resistor). 3 — Full scale error from the value predicted by the design equations. 4 — About the mid-point of the distribution of the three DACs measured at full scale deflection. 5 — Linearity measured from the best fit line through the DAC characteristics. Monotonicity guaranteed. 6 — Load = 37.5Ω + 20 pf with Iref = ma (Iref is the current flowing out of the Rset resistor). 7 — Measured from the end of the overshoot to the point where the amplitude of the video ringing is down to +/-5% of the final steady state value. 8 — This parameter is sampled, not 100% tested. 9 — Monotonicity is guaranteed. 2.5 Clock Generation Parameter Min Typ Max Notes Resolution 10 bits Maximum PS/2 setting Output Voltage — 0.7V — 1 Maximum PS/2 setting Output Current mA — 1 Full Scale Error +8% / -3% — +10% 2, 3 DAC to DAC Correlation -2% — +2% 1, 4 Differential Linearity -2 LSB — +2 LSB 1, 5 Integral Linearity -2 LSB — +2 LSB 1, 5 Rise Time (10% to 90%) 0.58ns — 1.7ns 1, 6 Full Scale Settling Time — TBA — 1, 7, 8 Glitch Energy — TBA — 1, 8 Monotonicity The RS880 provides support for an external clock chip to generate side-port memory, PCIe, and A-Link Express II clocks AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

35 Clock Generation This page is left blank intentionally Advanced Micro Devices, Inc AMD RS880 Databook 1. 40 Proprietary 2-11

36 Clock Generation AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

37 Chapter 3 Pin Descriptions and Strap Options This chapter gives the pin descriptions and the strap options for the RS880. To jump to a topic of interest, use the following list of hyperlinked cross references: Pin Assignment Top View on page 3-2 Interface Block Diagram on page 3-4 CPU HyperTransport Interface on page 3-5 Side-port Memory Interface on page 3-5 PCI Express Interfaces on page 3-6: 1 x 16 Lane Interface for External Graphics on page 3-6 A-Link Express II Interface for Southbridge on page x 1 Lane Interface for General Purpose External Devices on page 3-6 Miscellaneous PCI Express Signals on page 3-6 Clock Interface on page 3-7 CRT Interface on page 3-7 Integrated DVI/HDMI Interface on page 3-7 TMDS Interface Multiplexed on the PCI Express Graphics Lanes on page 3-8 DisplayPort Interface on page 3-10 Power Management Pins on page 3-11 Miscellaneous Pins on page 3-11 Power Pins on page 3-12 Ground Pins on page 3-13 Strapping Options on page Advanced Micro Devices, Inc AMD RS880 Databook 1. 40 Proprietary 3-1

38 Pin Assignment Top View 3.1 Pin Assignment Top View RS880 Pin Assignment Top View The figures below only represent the relative ball positions. For the actual physical layout of the balls, please refer to Figure 5-3, RS880 Ball Arrangement (Bottom View), on page A GFX_RX1P GFX_TX1P GFX_TX0P VDDPCIE DDC_DATA1/ AUX1N DDC_CLK0/ AUX0P I2C_DATA POWERGOOD DAC_HSYNC PLLVDD VDDLTP18 B GFX_TX2N GFX_RX1N GFX_TX1N GFX_TX0N VDDPCIE DDC_CLK1/ AUX1P DDC_DATA0/ AUX0N I2C_CLK STRP_DATA DAC_VSYNC PLL LTP18 C GFX_RX2N GFX_RX2P GFX_TX2P GFX_RX0N VDDPCIE AUX_CAL LDTSTOP# ALLOW_LDTSTO P D GFX_TX3P GFX_TX3N GFX_RX0P VDDPCIE E GFX_TX4N GFX_TX4P GFX_RX3P VDDPCIE VDDA18PCIEP LL VDDA18PCIEP LL SYSRESET# TMDS_HPD HPD SUS_STAT# TESTMODE DAC_SDA GPIO3 REFCLK_P AVDD F GFX_TX6P GFX_TX6N GFX_TX5N GFX_TX5P GFX_RX3N VDDPCIE GPIO2 DAC_SCL VDD18 REFCLK_N AVDD G GFX_RX4P GFX_RX4N VDDPCIE VDD18 RESERVED GPIO4 H GFX_TX8P GFX_TX8N GFX_TX7N GFX_TX7P GFX_RX5P GFX_RX5N VDDPCIE VDDA18PCIE VDD33 VDD33 J GFX_TX9N GFX_TX9P GFX_RX6N GFX_RX6P GFX_RX7P GFX_RX7N VDDPCIE VDDA18PCIE VDDC K GFX_TX11P GFX_TX11N GFX_TX10N GFX_TX10P VDDPCIE VDDA18PCIE VDDC L GFX_RX8P GFX_RX8N GFX_RX9N VDDPCIE VDDA18PCIE VDDC M GFX_TX13P GFX_TX13N GFX_TX12N GFX_TX12P GFX_RX11N GFX_RX10N GFX_RX9P VDDPCIE VDDA18PCIE VDDC VDDC N GFX_TX14N GFX_TX14P VDDC P GFX_TX15P GFX_TX15N GFX_RX14N GFX_RX14P GFX_RX11P GFX_RX10P GFX_RX12N VDDPCIE VDDA18PCIE VDDC VDDC R GFX_RX13N GFX_RX13P GFX_RX12P VDDPCIE VDDA18PCIE VDDC T GFX_REFCLK N GFX_REFCLK P GFX_RX15N GFX_RX15P VDDPCIE VDDA18PCIE VDDC U GPP_REFCLK P GPP_REFCLK N GPP_RX4P GPP_RX4N GPP_RX5N GPP_RX5P VDDPCIE VDDA18PCIE VDDC V GPP_TX5P GPP_TX5N GPPSB_REFC LKN GPPSB_REFC LKP GPP_RX3P VDDPCIE MEM_A2 W SB_RX3P GPP_RX3N VDDA18PCIE MEM_RAS# Y GPP_TX3P GPP_TX3N GPP_TX4N GPP_TX4P SB_RX3N SB_RX1N SB_RX0N VDDA18PCIE VDD_MEM MEM_CAS# AA GPP_TX2N GPP_TX2P SB_RX2P SB_RX2N SB_RX1P SB_RX0P VDDA18PCIE VDD_MEM MEM_A4 AB GPP_TX1N GPP_TX1P SB_TX2P PCE_CALRN VDDA18PCIE VDD_MEM MEM_A0 MEM_CS# AC GPP_TX0P GPP_TX0N SB_TX2N PCE_CALRP VDD_MEM AD GPP_RX2P GPP_RX2N GPP_RX1N GPP_RX0N SB_TX3P SB_TX1N SB_TX0P AE GPP_RX1P GPP_RX0P SB_TX3N SB_TX1P SB_TX0N THERMALDIO DE_N THERMALDIO DE_P VDDA18PCIE VDD_MEM VDD18_MEM MEM_COMPN MEM_A8 VDDA18PCIE VDD_MEM VDD18_MEM MEM_COMPP MEM_A CPU Interface A-Link Express II Interface Clock Interface Side-port Memory Interface CRT Interface External graphics Interface Integrated DVI/HDMI Interface General Purpose External Device Interface Power Management Interface Powers Grounds Others Figure 3-1 RS880 Pin Assignment Top View (Left) AMD RS880 Databook Advanced Micro Devices, Inc. 3-2 Proprietary

39 Pin Assignment Top View VDDLT33 VDDLT18 TXCLK_LN TXOUT_U1P TXOUT_U0N TXOUT_L3P TXOUT_L2N TXOUT_L1P TXOUT_L0P VDDHTRX HT_RXCALN AHT A VDDLT33 VDDLT18 TXCLK_LP TXOUT_U1N TXOUT_U0P TXOUT_L3N TXOUT_L2P TXOUT_L1N TXOUT_L0N VDDHTRX HT_TXCALP HT_TXCALN B LT LT LT LT LT HT_RXCALP HT_REFCLKN HT_REFCLKP C PLLVDD18 LT TXCLK_UP TXCLK_UN TXOUT_U3P TXOUT_U3N TXOUT_U2P TXOUT_U2N VDDHTRX AHT HT_TXCAD0P HT_TXCAD0N D RESERVED GREEN BLUE LT VDDHTRX AHT HT_TXCAD1P HT_TXCAD1N E AVDDDI RESERVED RESERVED GREEN# BLUE# VDDHTRX HT_TXCAD8P HT_TXCAD3N HT_TXCAD3P HT_TXCAD2P HT_TXCAD2N F DAC_RSET ADI RED# RED VDDHTRX HT_TXCAD9P HT_TXCAD8N AHT AHT AHT G AQ AVDDQ VDDA18HTPLL VDDHTRX AHT AHT HT_TXCAD9N HT_TXCAD4N HT_TXCAD4P HT_TXCLK0P HT_TXCLK0N H VDDC VDDC VDDHT HT_TXCAD11P HT_TXCAD12N HT_TXCAD10P HT_TXCAD10N AHT HT_TXCAD5N HT_TXCAD5P J VDDC VDDHT HT_TXCAD11N HT_TXCAD7N HT_TXCAD7P HT_TXCAD6P HT_TXCAD6N K VDDC VDDHT AHT HT_TXCAD13N HT_TXCAD12P HT_TXCLK1N HT_TXCLK1P AHT AHT AHT L VDDC VDDHT VDDHTTX HT_TXCAD15N HT_TXCAD13P AHT HT_TXCAD14P HT_RXCTL0P HT_RXCTL0N HT_TXCTL0P HT_TXCTL0N M VDDC AHT HT_RXCAD7P HT_RXCAD7N N VDDC VDDHT VDDHTTX HT_TXCAD15P HT_TXCTL1P AHT HT_TXCAD14N HT_RXCAD5P HT_RXCAD5N HT_RXCAD6N HT_RXCAD6P P VDDC VDDHT VDDHTTX HT_TXCTL1N AHT HT_RXCTL1N HT_RXCTL1P AHT AHT AHT R VDDC VDDC VDDHT VDDHTTX HT_RXCLK0P HT_RXCLK0N HT_RXCAD4N HT_RXCAD4P T VDDC VDDHTTX HT_RXCAD15 HT_RXCAD15 HT_RXCAD14 HT_RXCAD14 AHT HT_RXCAD3P HT_RXCAD3N U MEM_ODT MEM_CKP MEM_DQ4 VDDHTTX AHT HT_RXCAD13 HT_RXCAD13 HT_RXCAD1P HT_RXCAD1N HT_RXCAD2N HT_RXCAD2P V MEM_CKN MEM_DM0 MEM_DQS0N VDDHTTX HT_RXCAD12 HT_RXCAD12 AHT AHT AHT W MEM_A13 MEM_DQ7 MEM_DQS0P MEM_DQ3 VDDHTTX AHT HT_RXCAD11P HT_RXCAD11 HT_RXCAD0N HT_RXCAD0P Y MEM_DQ6 MEM_DQ5 MEM_DQ0 MEM_DQ2 MEM_DQ1 VDDHTTX HT_RXCLK1N HT_RXCAD10 HT_RXCAD10 AA MEM_A6 MEM_A5 MEM_CKE MEM_DQ12 VDDHTTX HT_RXCLK1P HT_RXCAD9N HT_RXCAD9P AB MEM_A12 MEM_A10 MEM_DQ11 MEM_DQ8 MEM_DQ14 VDDHTTX HT_RXCAD8P HT_RXCAD8N AC MEM_A7 MEM_A9 MEM_BA0 MEM_BA2 MEM_WE# MEM_DQ9 MEM_DQS1P MEM_DQ15 MEM_DQ13 IOPLL VDDHTTX AHT AD MEM_A3 MEM_A1 MEM_BA1 MEM_VREF MEM_DM1 MEM_DQS1N MEM_DQ10 IOPLLVDD18 IOPLLVDD VDDHTTX AE CPU Interface A-Link Express II Interface Clock Interface Side-port Memory Interface CRT Interface External graphics Interface Integrated DVI/HDMI Interface General Purpose External Device Interface Power Management Interface Powers Grounds Others Figure 3-2 RS880 Pin Assignment Top View (Right) 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1. 40 Proprietary 3-3

40 Interface Block Diagram 3.2 Interface Block Diagram Figure 3-3 shows the different interfaces on the RS880. Interface names in blue are hyperlinks to the corresponding sections in this chapter. HT_RXCAD[15:0]P, HT_RXCAD[15:0]N HT_RXCLK[1:0]P, HT_RXCLK[1:0]N HT_RXCTL[1:0]P, HT_RXCTL[1:0]N HT_TXCAD[15:0]P, HT_TXCAD[15:0]N HT_TXCLK[1:0]P, HT_TXCLK[1:0]N HT_TXCTL[1:0]P, HT_TXCTL[1:0]N HT_RXCALP, HT_RXCALN HT_TXCALP, HT_TXCALN HyperTransport Interface PCIe External Graphics or TMDS Interface GFX_TX[15:0]P, GFX_TX[15:0]N GFX_RX[15:0]P, GFX_RX[15:0]N TXOUT_U0N, TXOUT_U0P TXOUT_U1N, TXOUT_U1P TXOUT_U2N, TXOUT_U2P TXCLK_UN, TXCLK_UP TXOUT_L0N, TXOUT_L0P TXOUT_L1N, TXOUT_L1P TXOUT_L2N, TXOUT_L2P TXCLK_LN, TXCLK_LP Integrated DVI/HDMI Interface PCIe Interface for General Purpose External Devices GPP_TX[5:0]P, GPP_TX[5:0]N GPP_RX[5:0]P, GPP_RX[5:0]N SB_TX[3:0]P, SB_TX[3:0]N SB_RX[3:0]P, SB_RX[3:0]N A-Link Express II Interface Misc. PCIe Signals PCE_CALRP PCE_CALRN SUS_STAT# SYSRESET# POWERGOOD LDTSTOP# ALLOW_LDTSTOP DDC_CLK1/AUX1P DDC_DATA1/AUX1N AUX_CAL DDC_CLK0/AUX0P DDC_DATA0/AUX0N GPIO[4:2] HPD I2C_CLK I2C_DATA STRP_DATA TESTMODE THERMALDIDOE_N, THERMALDIODE_P TMDS_HPD VDDLT33 MEM_A[13:0] MEM_BA[2:0] MEM_RAS# MEM_CAS# MEM_WE# MEM_CKE MEM_CKP, MEM_CKN MEM_CS# MEM_DQ[15:0] MEM_DM[1:0] MEM_DQS[1:0]P, MEM_DQS[1:0]N MEM_ODT MEM_COMPP, MEM_COMPN MEM_VREF Power Management Interface Misc. Signals Side-port Memory Interface CRT Interface Clock Interface Power RED, RED# GREEN, GREEN# BLUE, BLUE# DAC_VSYNC DAC_HSYNC DAC_SCL DAC_SDA DAC_RSET REFCLK_N, REFCLK_P GFX_REFCLKP, GFX_REFCLKN GPPSB_REFCLKP, GPPSB_REFCLKN GPP_REFCLKP, GPP_REFCLKN HT_REFCLKP, HT_REFCLKN AVDD AVDDDI AVDDQ VDD_MEM VDD18_MEM VDDLTP18 VDDLT18 IOPLLVDD IOPLLVDD18 PLLVDD PLLVDD18 VDDA18HTPLL VDDHTTX VDD18 VDD33 VDDHTRX VDDHT VDDA18PCIEPLL VDDA18PCIE VDDC AQ ADI RED#, GREEN#, BLUE# LT LTP18 IOPLL PLL AHT Grounds Figure 3-3 RS880 Interface Block Diagram AMD RS880 Databook Advanced Micro Devices, Inc. 3-4 Proprietary

41 CPU HyperTransport Interface 3.3 CPU HyperTransport Interface Table 3-1 CPU HyperTransport Interface HT_RXCAD[15:0]P, HT_RXCAD[15:0]N HT_RXCLK[1:0]P, HT_RXCLK[1:0]N HT_RXCTL[1:0]P, HT_RXCTL[1:0]N HT_TXCAD[15:0]P, HT_TXCAD[15:0]N HT_TXCLK[1:0]P, HT_TXCLK[1:0]N HT_TXCTL[1:0]P, HT_TXCTL[1:0]N Type Power Domain Ground Domain Functional Description I VDDHTRX Receiver Command, Address, and Data Differential Pairs I VDDHTRX I VDDHTRX Receiver Clock Signal Differential Pairs. Forwarded clock signal. Each byte of RXCAD uses a different clock signal. Data is transferred on each clock edge. Receiver Control Differential Pairs. For distinguishing control packets from data packets. O VDDHTTX Transmitter Command, Address, and Data Differential Pairs O VDDHTTX O VDDHTTX Transmitter Clock Signal Differential Pairs. Each byte of TXCAD uses a different clock signal. Data is transferred on each clock edge. Transmitter Control Differential Pairs. Forwarded clock signal. For distinguishing control packets from data packets. HT_RXCALN Other VDDHTRX Receiver Calibration Resistor to VDD_HT power rail. HT_RXCALP Other VDDHTRX Receiver Calibration Resistor to Ground HT_TXCALP Other VDDHTTX Transmitter Calibration Resistor to HTTX_CALN HT_TXCALN Other VDDHTTX Transmitter Calibration Resistor to HTTX_CALP 3.4 Side-port Memory Interface Table 3-2 Side-Port Memory Interface Type Power Domain Ground Domain Integrated Termination Functional Description MEM_A[13:0] O VDD_MEM None Memory Address Bus. Provides the multiplexed row and column addresses to the memory. MEM_BA[2:0] O VDD_MEM None Memory Bank Address MEM_RAS# O VDD_MEM None Row Address Strobe MEM_CAS# O VDD_MEM None Column Address Strobe MEM_WE# O VDD_MEM None Write Enable Strobe MEM_CKE O VDD_MEM None Clock Enable MEM_CKP, O VDD_MEM None MEM_CKN O VDD_MEM None Memory Differential Clock MEM_CS# O VDD_MEM None Chip Select MEM_ODT O VDD_MEM None On-die Termination MEM_DQ[15:0] I/O VDD_MEM None Memory Data Bus. Supports SSTL2 and SSTL3. MEM_DM[1:0] I/O VDD_MEM None Data masks for each byte during memory write cycles MEM_DQS[1:0]P, MEM_DQS[1:0]N MEM_COMPP, MEM_COMPN I/O VDD_MEM None Memory Data Strobes. These are bi-directional data strobes for I/O VDD_MEM None latching read/write data. Other VDD_MEM None MEM_VREF Other None Memory interface compensation pins for N and P channel devices. Connect through resistors to VDD_MEM and ground respectively (refer to the reference schematics for the proper resistor values). Reference voltage. It supplies the threshold value for distinguishing between 1 and 0 on a memory signal. Typical value is 0.5*VDD_MEM Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 3-5

42 PCI Express Interfaces 3.5 PCI Express Interfaces x 16 Lane Interface for External Graphics Table x 16 Lane PCI Express Interface for External Graphics GFX_TX[15:0]P, GFX_TX[15:0]N GFX_RX[15:0]P, GFX_RX[15:0]N Type Power Domain Ground Domain O VDDPCIE I VDDPCIE Integrated Termination 50Ω between complements 50Ω between complements Functional Description Transmit Data Differential Pairs. Connect to external connector for an external graphics card on the motherboard (if implemented). Receive Data Differential Pairs. Connect to external connector for an external graphics card on the motherboard (if implemented) A-Link Express II Interface for Southbridge Note: The widths of the A-Link Express II interface and the general purpose links for external devices are configured through the programmable strap GPPSB_LINK_CONFIG, which is programmed through RS880 s registers. See the RS880 ASIC Family Register Reference Guide, order# 46142, and the RS880 ASIC Family Register Programming Requirements, order# 46141, for details. Table x 4 Lane A-Link Express II Interface for Southbridge SB_TX[3:0]P, SB_TX[3:0]N SB_RX[3:0]P, SB_RX[3:0]N Type Power Domain Ground Domain O VDDPCIE I VDDPCIE Integrated Termination 50Ω between complements 50Ω between complements Functional Description Transmit Data Differential Pairs. Connect to the corresponding Receive Data Differential pairs on the Southbridge. Receive Data Differential Pairs. Connect to the corresponding Transmit Data Differential pairs on the Southbridge x 1 Lane Interface for General Purpose External Devices Note: The widths of the A-Link Express II interface and the general purpose links for external devices are configured through the programmable strap GPPSB_LINK_CONFIG, which is programmed through RS880 s registers. See the RS880 ASIC Family Register Reference Guide, order# 46412, and the RS880 ASIC Family Register Programming Requirements, order# 46141, for details. Table x 1 Lane PCI Express Interface for General Purpose External Devices GPP_TX[5:0]P, GPP_TX[5:0]N GPP_RX[5:0]P, GPP_RX[5:0]N Type Power Domain Ground Domain O VDDPCIE I VDDPCIE Integrated Termination 50Ω between complements 50Ω between complements Functional Description Transmit Data Differential Pairs. Connect to external connectors on the motherboard for add-in card or ExpressCard support. Receive Data Differential Pairs. Connect to external connectors on the motherboard for add-in card or ExpressCard support Miscellaneous PCI Express Signals Table 3-6 PCI Express Interface for Miscellaneous PCI Express Signals Type Power Domain Ground Domain Functional Description RX Impedance Calibration. Connect to VDDPCIE on the motherboard with an PCE_CALRN Other VDDPCIE external resistor of an appropriate value. TX Impedance Calibration. Connect to GND on the motherboard with an external PCE_CALRP Other VDDPCIE resistor of an appropriate value AMD RS880 Databook Advanced Micro Devices, Inc. 3-6 Proprietary

43 Clock Interface 3. 6 Clock Interface Table 3-7 Clock Interface HT_REFCLKP, HT_REFCLKN GFX_REFCLKP, GFX_REFCLKN GPPSB_REFCLKP, GPPSB_REFCLKN GPP_REFCLKP, GPP_REFCLKN REFCLK_P, REFCLK_N Type I I/O I O Power Domain VDDA18H TPLL Ground Domain Integrated Termination AHT 50Ω between VDDPCIE complements 50Ω between VDDPCIE complements 50Ω between VDDPCIE complements I VDD33 Functional Description HyperTransport 100MHz reference clock differential pair. Input from external clock source, as a reference clock for the HyperTransport interface. Clock Differential Pair for external graphics. Input from the external clock generator, as a reference clock for external graphics. Clock Differential Pair for Southbridge and general purpose PCIe devices. Input from the external clock generator, as a reference clock for A-Link Express II and general purpose PCIe. Clock Differential Pair for general purpose PCIe devices. Not used. Can be left unconnected, or connected to the external clock generator. Reference clock input for the RS880. REFCLK_P is a single-ended, MHz input from the external clock generator; input swing should be 1.1V. Connect REFCLK_N to VREF (0.55V) on the motherboard. 3.7 CRT Interface Table 3-8 CRT Interface Type Power Domain Ground Domain Integrated Termination Functional Description RED A-O AVDD Red for CRT monitor output GREEN A-O AVDD Green for CRT monitor output BLUE A-O AVDD Blue for CRT monitor output DAC_HSYNC A-O VDD33 DAC_VSYNC A-O VDD33 DAC_RSET Other N/A AQ DAC_SDA I/O VDD33 DAC_SCL I/O VDD33 50kΩ programmable: Display Horizontal Sync PU/PD/none 50kΩ programmable: Display Vertical Sync PU/PD/none DAC internal reference to set full scale DAC current through 1% resistor to AQ 50kΩ programmable: I2C data for display (to video monitor). The signal is 5V-tolerant. PU/PD/none 50kΩ programmable: I2C clock for display (to video monitor). The signal is 5V-tolerant. PU/PD/none 3.8 Integrated DVI/HDMI Interface Table 3-9 Integrated DVI/HDMI Interface DVI/HDMI Functional Name Type Power Domain Ground Domain Integrated Termination Functional Description TXOUT_L0N TX0M O VDDLT18 LT None DVI/HDMI data channel 0 (-) TXOUT_L0P TX0P O VDDLT18 LT None DVI/HDMI data channel 0 (+) TXOUT_L1N TX1M O VDDLT18 LT None DVI/HDMI data channel 1 (-) TXOUT_L1P TX1P O VDDLT18 LT None DVI/HDMI data channel 1 (+) 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1. 40 Proprietary 3-7

44 TMDS Interface Multiplexed on the PCI Express Graphics Lanes Table 3-9 Integrated DVI/HDMI Interface (Continued) DVI/HDMI Functional Name Type Power Domain Ground Domain Integrated Termination Functional Description TXOUT_L2N TX2M O VDDLT18 LT None DVI/HDMI data channel 2 (-) TXOUT_L2P TX2P O VDDLT18 LT None DVI/HDMI data channel 2 (+) TXOUT_L3N TX3M O VDDLT18 LT None TXOUT_L3P TX3P O VDDLT18 LT None TXOUT_U0N TX4M O VDDLT18 LT None TXOUT_U0P TX4P O VDDLT18 LT None TXOUT_U1N TX5M O VDDLT18 LT None DVI data channel 3 (-). The channel is only used in DVI dual-link mode and is not used for HDMI support. DVI data channel 3 (+). The channel is only used in DVI dual-link mode and is not used for HDMI support. DVI data channel 4 (-). The channel is only used in DVI dual-link mode and is not used for HDMI support. DVI data channel 4 (+) The channel is only used in DVI dual-link mode and is not used for HDMI support. DVI data channel 5 (-). The channel is only used in DVI dual-link mode and is not used for HDMI support. TXOUT_U1P TX5P O VDDLT18 LT None DVI data channel 5 (+). The channel is only used in DVI dual-link mode and is not used for HDMI support. TXOUT_U2N O VDDLT18 LT None Unused TXOUT_U2P O VDDLT18 LT None Unused TXOUT_U3N O VDDLT18 LT None Unused TXOUT_U3P O VDDLT18 LT None Unused TXCLK_LN TXCM O VDDLT18 LT None DVI/HDMI clock channel (-) TXCLK_LP TXCP O VDDLT18 LT None DVI/HDMI clock channel (+) TXCLK_UN O VDDLT18 LT None Unused TXCLK_UP O VDDLT18 LT None Unused 3.9 TMDS Interface Multiplexed on the PCI Express Graphics Lanes The RS880 supports a dual-link TMDS interface, enabling DVI/HDMI, which is multiplexed on the PCIe external graphics lanes. HDMI is enabled only through the single-link mode. Table 3-10 to Table 3-12 show the multiplexing relationships between the PCIe external graphics signals and the TMDS signals for different configurations. Table 3-13 lists the miscellaneous TMDS signals that are not multiplexed on the PCIe graphics interface. Table 3-10 TMDS Interface Multiplexed on the PCI Express Graphics Interface (Dual-Link DVI) Ball Reference TMDS Function GFX_TX0P A5 TX2P — 1st Link Red+ GFX_TX0N B5 TX2M — 1st Link Red- GFX_TX1P A4 TX1P — 1st Link Green+ GFX_TX1N B4 TX1M — 1st Link Green- GFX_TX2P C3 TX0P — 1st Link Blue+ GFX_TX2N B2 TX0M- 1st Link Blue — GFX_TX3P D1 TXCP — Clock+ GFX_TX3N D2 TXCM — Clock- GFX_TX4P E2 TX5P- 2nd Link Red AMD RS880 Databook Advanced Micro Devices, Inc. 3-8 Proprietary

45 TMDS Interface Multiplexed on the PCI Express Graphics Lanes Table 3-10 TMDS Interface Multiplexed on the PCI Express Graphics Interface (Dual-Link DVI) (Continued) Ball Reference TMDS Function GFX_TX4N E1 TX5M — 2nd Link Red- GFX_TX5P F4 TX4P- 2nd Link Green+ GFX_TX5N F3 TX4M — 2nd Link Green- GFX_TX6P F1 TX3P — 2nd Link Blue+ GFX_TX6N F2 TX3M — 2nd Link Blue- Table 3-11 TMDS Interface Multiplexed on the PCI Express Graphics Interface (HDMI on Lane 0-3) Ball Reference TMDS Function GFX_TX0P A5 TX2P — Red+ GFX_TX0N B5 TX2M — Red- GFX_TX1P A4 TX1P — Green+ GFX_TX1N B4 TX1M — Green- GFX_TX2P C3 TX0P — Blue+ GFX_TX2N B2 TX0M- Blue — GFX_TX3P D1 TXCP — Clock+ GFX_TX3N D2 TXCM — Clock- Table 3-12 TMDS Interface Multiplexed on the PCI Express Graphics Interface (HDMI on Lane 4-7) Ball Reference TMDS Function GFX_TX4P E2 TX2P — Red+ GFX_TX4N E1 TX2M — Red- GFX_TX5P F4 TX1P — Green+ GFX_TX5N F3 TX1M — Green- GFX_TX6P F1 TX0P — Blue+ GFX_TX6N F2 TX0M- Blue — GFX_TX7P h5 TXCP — Clock+ GFX_TX7N h4 TXCM — Clock- Table 3-13 Miscellaneous TMDS Interface Signals DDC_CLK0/AUX0P DDC_DATA0/AUX0N DDC_CLK1/AUX1P Ball Reference A8 B8 B7 TMDS Function DDC Clock 0 for display connected onto lane 0 to 3 (or 0 to 7 for dual-link DVI) of the PCIe external graphics interface. * For detailed pin information, see Table 3-17, Miscellaneous Pins. DDC Data Channel 0 for display connected onto lane 0 to 3 (or 0 to 7 for dual -link DVI) on the PCIe external graphics interface.* For detailed pin information, see Table 3-17, Miscellaneous Pins. DDC Clock 1 for display connected onto lane 4 to 7 of the PCIe external graphics interface.* For detailed pin information, see Table 3-17, Miscellaneous Pins. DDC_DATA1/AUX1N A7 DDC Data Channel 1 for displayconnected onto lane 4 to 7 on the PCIe external graphics interface.* For detailed pin information, see Table 3-17, Miscellaneous Pins. *Note: Typical arrangements shown here. BIOS can select which DDC clock/data pair is to be used for each display Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 3-9

46 DisplayPort Interface 3.10 DisplayPort Interface The RS880 supports a maximum two DisplayPort (DP) channels through signals multiplexed on the PCIe graphics interface. Different implementations are possible, depending on the system configuration. Table 3-10 shows only one possibility, which uses the lower eight lanes of the interface for a dual-link DP output. For more explanations, please refer to RS880 DisplayPort Implementation Details. Table 3-15 lists the miscellaneous DP signals that are not multiplexed on the PCIe graphics interface. Table 3-14 DisplayPort Interface Multiplexed on the PCI Express Graphics Interface Ball Reference DisplayPort Function GFX_TX0P, GFX_TX0N A5/B5 Main Link Channel Pair 0 on the first DP connector GFX_TX1P, GFX_TX1N A4/B4 Main Link Channel Pair 1 on the first DP connector GFX_TX2P, GFX_TX2N C3/B2 Main Link Channel Pair 2 on the first DP connector GFX_TX3P, GFX_TX3N D1/D2 Main Link Channel Pair 3 on the first DP connector DDC_CLK0/AUX0P, DDC_DATA0/AUX0N A8/B8 Auxiliary Channel Pair 0 on the first DP connector GFX_TX4P, GFX_TX4N E2/E1 Main Link Channel Pair 0 on the second DP connector GFX_TX5P, GFX_TX5N F4/F3 Main Link Channel Pair 1 on the second DP connector GFX_TX6P, GFX_TX6N F1/F2 Main Link Channel Pair 2 on the second DPconnector GFX_TX7P, GFX_TX7N h5/h4 Main Link Channel Pair 3 on the second DP connector AUX_CAL C8 Calibration for auxiliary pads. Table 3-15 Miscellaneous DisplayPort Signals Ball Reference DisPlay Port Function DDC_CLK0/AUX0P, DDC_DATA0/AUX0N DDC_CLK1/AUX1P, DDC_DATA1/AUX1N HPD A8/B8 B7/A7 D10 Auxiliary Channel Pair 0 on the first DP connector. For detailed pin information, see Table 3-17, Miscellaneous Pins. Auxiliary Channel Pair 1 on the second DP connector. For detailed pin information, see Table 3-17, Miscellaneous Pins. Hot plug detect for DisplayPort. Can also be used as GPIO. For detailed pin information, see Table 3-17, Miscellaneous Pins AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

47 Power Management Pins 3.11 Power Management Pins Table 3-16 Power Management Pins Type Power Domain Ground Domain Functional Description LDTSTOP# I VDD33 HyperTransport Stop. Used for systems requiring power management. It is a single-ended signal for input from the Southbridge to enable and disable the HyperTransport link during system state transitions. Note: For platforms supporting DDR2 system memory, 1. 8V signalling can be used on the signal. For platforms supporting DDR3 system memory, follow recommendations in the RS880-Series IGP Motherboard Schematic Review Checklist. ALLOW_LDTSTOP OD VDD33 Allow LDTSTOP. The signal is used for controlling LDTSTOP assertions. It is an output to the SB. 1 = LDTSTOP# can be asserted 0 = LDTSTOP# has to be de-asserted Note: For platforms supporting DDR2 system memory, 1.8V signalling can be used on the signal. For platforms supporting DDR3 system memory, follow recommendations in the RS880-Series IGP Motherboard Schematic Review Checklist. SYSRESET# I VDD33 Global Hardware Reset. This signal comes from the Southbridge. SUS_STAT# I VDD33 Suspend Status. SUS_STAT# from the Southbridge is connected to the pin to gate the sideport memory I/Os while power is ramping up and the POWERGOOD signal to the RS880 is still low. POWERGOOD I VDD18 Input from the motherboard signifying that the power to the RS880 is up and ready. Signal High means all power planes are valid. It is not observed internally until it has been high for more than six consecutive REFCLK cycles. The rising edge of this signal is deglitched Miscellaneous Pins Table 3-17 Miscellaneous Pins Type Power Domain Ground Domain AUX_CAL I VDD33 DDC_CLK0/AUX0P I/O VDD33 DDC_DATA0/AUX0N I/O VDD33 DDC_CLK1/AUX1P I/O VDD33 DDC_DATA1/AUX1N I/O VDD33 GPIO[4:2] I/O VDDR3 HPD I VDD33 Integrated Termination Functional Description 50kΩ programmable: Calibration for auxiliary pads. PU/PD/non 50kΩ DDC Clock 0 for displays, or AUX0P of the auxiliary pair for the programmable: DisplayPort connected onto lane 0 to 3 of the PCIe external PU/PD/none graphics interface. Can also be used as a GPIO. 50kΩ DDC Data Channel 0 for displays, or AUX0N of the auxiliary pair for programmable: the DisplayPort connected onto lane 0 to 3 on the PCIe external PU/PD/none graphics interface. Can also be used as a GPIO. 50kΩ DDC Clock 1 for displays, or AUX1P of the auxiliary pair for the programmable: DisplayPort connected onto lane 4 to 7 of the PCIe external PU/PD/none graphics interface. Can also be used as a GPIO. 50kΩ DDC Data Channel 1 for displays, or AUX1N of the auxiliary pair for programmable: the DisplayPort connected onto lane 4 to 7 on the PCIe external PU/PD/none graphics interface. Can also be used as a GPIO. General Purpose I/O. These pins can also be used as outputs to the voltage regulator for pulse-width modulation of various voltages 50kΩ on the motherboard. If not used for pulse-width-modulation, GPIO3 programmable: can also be used as a «hot plug» panel detection input pin that PU/PD/none monitors if the voltage is greater than 2.0V on the hot-plugging line from a digital display. 50kΩ programmable: Hot plug detect for DisplayPort. Can also be used as GPIO. PU/PD/none 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 3-11

48 Power Pins Table 3-17 Miscellaneous Pins (Continued) I2C_CLK I/O VDD33 50kΩ I 2 C interface clock signal.it can also be used as GPIO. The signal is programmable: 5V-tolerant. PU/PD/none 50kΩ I 2 C interface data signal. It can also be used as GPIO. The signal I2C_DATA I/O VDD33 programmable: is 5V-tolerant. PU/PD/none NC No connect. These pins should be left unconnected to anything. STRP_DATA I/O VDD33 TESTMODE I VDD33 THERMALDIODE_P, THERMALDIODE_N Type Power Domain Ground Domain A-O TMDS_HPD I/O VDD33 Integrated Termination VDDLT33 Other Functional Description 50kΩ I 2 C interface data signal for external EEPROM based strap loading. programmable: Can also be used as GPIO, or as output to the voltage regulator for PU/PD/none pulse-width modulation of RS880 s core voltage. When High, puts the RS880 in test mode and disables the RS880 from operating normally. Diode connections to external SMBus microcontroller for monitoring IC thermal characteristics. TMDS Hot Plug Detect. It monitors the hot-plug line for panel 50kΩ detection. It is a 3.3V CMOS compatible input. When not used for programmable: hot plug detection, it can also be used as output to the voltage PU/PD/none regulator for pulse-width modulation of various voltages on the motherboard. These balls are only for maintaining pin-compatibility with earlier generations of AMD IGPs or chipsets. They can either be connected to a 3.3V rail or left unconnected on RS880 systems Power Pins Table 3-18 Power Pins Voltage Pin Count Ball Reference Pin Description AVDD 3.3V 2 E12, F12 Dedicated power for the DAC. Effort should be made at the board level to provide as clean a power as possible to this pin to avoid noise injection, which can affect display quality. Adequate decoupling should be provided between this pin and A. AVDDDI 1.8V 1 F14 Dedicated digital power for the DAC AVDDQ 1.8V 1 h25 DAC Bandgap Reference Voltage IOPLLVDD 1.1V 1 AE24 1.1V power for memory I/O PLLs IOPLLVDD18 1.8V 1 AE23 1.8V power for memory I/O PLLs PLLVDD 1.V 1 A12 1.1V Power for system PLLs PLLVDD18 1.8V 1 D14 1.8V power for system PLLs VDD_MEM 1.5/1.8V 6 AA11, AB10, AC10, AD10, AE10, Y11 Isolated power for side-port memory interface. VDD18_MEM 1.8V 2 AD11, AE11 1.8V power for side-port memory interface VDDA18HTPLL 1. 8V 1 h27 I/O power for HyperTransport PLL VDDA18PCIE 1.8V 15 AA9, AB9, AD9, AE9, H9, J10, K10, L10, M10, P10, R10, T10, U10, W9, Y9 1.8V I/O power for PCIe graphics, SB, and GPP interfaces VDDA18PCIEPLL 1.8V 2 D7, E7 1.8V I/O power for PCIe PLLs VDDC 1.1V 22 J11, J14, J16, K12, K15, L11, L14, M12, M13, M15, N12, N14, P11, P13, P14, R12, R15, T11, T14, T15, U12, U16 Core power VDD18 1.8V 2 F9, G9 1.8V I/O transform power AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

49 Ground Pins Table 3-18 Power Pins (Continued) Voltage Pin Count VDD33 3.3V 2 h21, h22 3.3V I/O power VDDHT 1.1V 7 J17, K16, L16, M16, P16, Digital I/O power for HyperTransport interface R16, T16 VDDHTRX 1.1V 7 A23,B23, D22, E21, F20, G19, h28 VDDHTTX 1.2V 13 AA21, AB22, AC23, AD24, AE25, M17, P17, R17, T17, U17, V18, W19, Y20 I/O power for HyperTransport receive interface I/O power for HyperTransport transmit interface VDDLT18 1.8V 2 A15, B15 1.8V I/O power for the integrated DVI/HDMI interface VDDLTP18 1. 8V 1 A13 Power for integrated DVI/HDMI PLL macro. VDDPCIE 1.1V 17 A6, B6, C6, D6, E6, F6, G7, Main I/O power for PCIe graphics, SB, and GPP interfaces H8, J9, K9, L9, M9, P9, R9, T9, U9, V9 Total Power Pin Count 107 Ball Reference Pin Description 3.14 Ground Pins Table 3-19 Ground Pins Pin Count Ball Reference Comments ADI 1 G15 Dedicated digital ground for the DAC (1.8V) AQ 1 h24 Dedicated ground for the Band Gap Reference. Effort should be made at the board level to provide as clean a ground as possible to this pin to avoid noise injection, which can affect display quality. Adequate decoupling should be provided between this pin and AVDD. PLL 1 B12 Ground pin for graphics core PLL RED#, GREEN#, BLUE# 3 G17, F18, F19 Grounds for the DAC. These pins must be connected directly to ground. 34 AA14, AB11, AB15, AB17, AB19, AB21, AC12, AE14, AE20, D11, E14, E15, G8, J12, J15, K11, K14, L12, L15, M11, M14, N13, P12, P15, R11, R14, T12, U11, U14, U15, V12, W11, W15, Y18 Common Ground AHT 27 A25, AD25, D23, E22, G22, G24, G25, h29, h30, J22, L17, L22, L24, L25, M20, N22, P20, R19, R22, R24, R25, U22, V19, W22, W24, W25, Y21 Ground pin for HyperTransport interface PLL 40 A2, AA4, AB1, AB2, AB5, AB7, Ground for PCI Express Interface AC3, AC4, AE1, AE4, B1, D3, D5, E4, G1, G2, G4, H7, J4, L1, L2, L4, L7, M6, N4, P6, R1, R2, R4, R7, U4, V6, V7, V8, W1, W2, W4, W7, W8, Y6 LT 7 C14, C16, C18, C20, C22, D15, E20 Integrated DVI/HDMI 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1. 40 Proprietary 3-13

50 Strapping Options Table 3-19 Ground Pins (Continued) Pin Count Ball Reference Comments LTP18 1 B13 Ground for Integrated DVI/HDMI PLL macro Total Ground Pin Count Strapping Options The RS880 provides strapping options to define specific operating parameters. The strap values are latched into internal registers after the assertion of the POWERGOOD signal to the RS880. Table 3-20, Strap Definitions for the RS880, shows the definitions of all the strap functions. These straps are set by one of the following four methods: Attaching pull-up resistors to specific strap pins listed in Table 3-20 to set their values to 1. Attaching pull-down resistors to specific strap pins listed in Table 3-20 to set their values to 0. Downloading the strap values from an I 2 C serial EEPROM (for debug purpose only; contact your AMD CSS representative for details). Setting through an external debug port, if implemented (contact your AMD CSS representative for details). All of the straps listed in Table 3-20 are defined active low. To select 1, the strap pins must be pulled up to VDD33 through resistors. To select 0, the strap pins must be pulled down to through resistors. During reset, the strap pins are undriven, allowing the external pull-up or pull-down to pull a pin to 0 or 1. The values on the strap pins are then latched into the device and used as operational parameters. However, for debug purposes, those latched values may be overridden through an external debug strap port or by a bit-stream downloaded from a serial EEPROM. Table 3-20 Strap Definitions for the RS880 Strap Function Strap Pin Description STRAP_DEBUG_BUS_GPIO _ENABLE# DAC_VSYNC Enables debug bus access through memory I/O pads and GPIOs. 0: Enable 1: Disable (See debug bus specification documents for more details.) SIDE_PORT_EN# DAC_HSYNC Indicates if memory side-port is available or not. 0: Available 1: Not available LOAD_EEPROM_STRAPS# SUS_STAT# Selects loading of strap values from EEPROM. 0: I 2 C master can load strap values from EEPROM if connected, or use default values if EEPROM is not connected. Please refer to RS880’s reference schematics for system level implementation details. 1: Use default values Note: On the RS880, the widths of the A-Link Express II interface and the general purpose PCIe links are configured through the programmable strap GPPSB_LINK_CONFIG, which is programmed through RS880 s registers. See the RS880 ASIC Family Register Reference Guide, order# 46142, and the RS880 ASIC Family Register Programming Requirements, order# 46141, for details AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

51 Chapter 4 Timing Specifications 4.1 HyperTransport Bus Timing For HyperTransport bus timing information, please refer to CPU specifications. 4.2 HyperTransport Reference Clock Timing Parameters Table 4-1 Timing Requirements for HyperTransport Reference Clock (100MHz) Output by the Clock Generator Symbol Parameter Minimum Maximum Unit Note ΔV CROSS Change in Crossing point voltage over all edges mv 1 F Frequency MHz 2 ppm Long Term Accuracy Ppm 3 S FALL Output falling edge slew rate V/ns 4, 5 S RISE Output rising edge slew rate V/ns 4, 5 T jc max Jitter, cycle to cycle ps 6 T j-accumulated Accumulated jitter over a 10 μs period -1 1 ns 7 V D(PK-PK) Peak to Peak Differential Voltage mv 8 V D Differential Voltage mv 9 ΔV D Change in V DDC cycle to cycle mv 10 DC Duty Cycle % 11 Notes: More details are available in AMD HyperTransport 3. 0 Reference Clock Specification and AMD Family 10h Processor Reference Clock Parameters, order # Single-ended measurement at crossing point. Value is maximum-minimum over all time. DC value of common mode is not important due to blocking cap. 2 Minimum frequency is a consequence of 0.5% down spread spectrum. 3 Measured with spread spectrum turned off. 4 Only simulated at the receive die pad. This parameter is intended to give guidance for simulation. It cannot be tested on a tester but is guaranteed by design. 5 Differential measurement through the range of ±100mV, differential signal must remain monotonic and within slew rate specification when crossing through this region. 6 T jc max is the maximum difference of t CYCLE between any two adjacent cycles. 7 Accumulated T jc over a 10μs time period, measured with JIT2 TIE at 50ps interval. 8 V D(PK-PK) is the overall magnitude of the differential signal. 9 V D(min) is the amplitude of the ring-back differential measurement, guaranteed by design that the ring-back will not cross 0V V D. V D(max) is the largest amplitude allowed. 10 The difference in magnitude of two adjacent V DDC measurements. V DDC is the stable post overshoot and ring-back part of the signal. 11 Defined as t HIGH /t CYCLE Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 4-1

52 PCI Express Differential Clock AC Specifications 4.3 PCI Express Differential Clock AC Specifications Table 4-2 PCI Express Differential Clock (GFX_REFCLK, GPPSB_REFCLK, 100MHz) AC Characteristics Symbol Description Minimum Maximum Unit Rising Edge Rate Rising Edge Rate V/ns Falling Edge Rate Falling Edge Rate V/ns T PERIOD AVG Average Clock Period Aquaria ppm T PERIOD ABS Absolute Period (including jitter and spread spectrum modulation) ns T CCJITTER Cycle to Cycle Jitter Ps Duty Cycle Duty Cycle % Rise-Fall Matching Rising edge rate (REFCLK+) to falling edge rate (REFCLK-) matching — 20 % 4.4 Timing Requirements for REFCLK_P Used as OSCIN ( MHz) Table 4-3 Timing Requirements for REF_CLKP Used as OSCIN ( MHz) Symbol Parameter Min Max Unit Note TIP REFCLK Period ns TIH REFCLK High Time 2. 0 ns TIL REFCLK Low Time 2.0 ns TIR REFCLK Rise Time 1.5 ns 1 TIF REFCLK Fall Time 1.5 ns 1 TIRR REFCLK Rising Edge Rate V/ns TIFR REFCLK Falling Edge Rate V/ns TIDC Duty Cycle % 2 TIJCC REFCLK Cycle-to-Cycle Jitter Requirement 300 ps 3 TIJPP REFCLK Peak-to-Peak Jitter Requirement 200 ps 2, 3 REFCLK Long Term Jitter Requirement (1μs after TIJLT scope trigger) Notes: 1. Measured from -150mV to + 150mV from VREF, which is 0.55V. 2. Measured at VREF, which is 0.55V. 3. Measured with spread spectrum disabled. 500 ps 4.5 Side-port Memory Timing for DDR2 Mode The RS880 s side-port memory DDR2 interface complies with all the timing requirements given in the JESD79-2B specification. Please refer to the JEDEC standard for any timing details Read Cycle DQ/DQS Delay During a memory read cycle, there is a DLL inside the RS880 that can delay each DQS signal with respect to its byte of the DQ valid window. This delay ensures adequate setup and hold time to capture the memory data. This DLL delay is programmable through the following registers: MCA_DLL_SLAVE_RD_0. MCA_DLL_ADJ_DQSR_0 <NBMCIND : 0xE0[7:0]> MCA_DLL_SLAVE_RD_1. MCA_DLL_ADJ_DQSR_1 <NBMCIND : 0xE1[7:0]> The fraction of strobe delay, in terms of a memory clock period is (24+MCA_DLL_ADJ_DQSR) / 240. For example: if MCA_DLL_ADJ_DQSR_1 = 36, then DQS1 is delayed by 0.25 x memory_clock_period. So, if the memory clock period is 5ns, then DQS1 is delayed internally by 1.25ns with respect to DQ[15:8] AMD RS880 Databook Advanced Micro Devices, Inc. 4-2 Proprietary

53 Power Rail Power-up Sequence Write Cycle DQ/DQS Delay Similar to a read cycle, during memory write cycle there is a DLL inside the RS880 that can delay each DQS signal with respect to its byte of the DQ valid window. This delay ensures adequate setup and hold time for DQ and DQS to the memory. This DLL delay is programmable by the following registers in the same manner as with the read cycle: MCA_DLL_SLAVE_WR_0.MCA_DLL_ADJ_DQ_B0 <NBMCIND : 0xE8[7:0]> MCA_DLL_SLAVE_WR_1.MCA_DLL_ADJ_DQ_B1 <NBMCIND : 0xE9[7:0]> Again, the fraction of strobe delay, in terms of a memory clock period is (24+MCA_DLL_ADJ_DQSR) / 240. For example: if MCA_DLL_ADJ_DQ_B0 = 96, then DQS0 is delayed by 0.5 x memory_clock_period. So, if the memory clock period is 5ns, then DQS0 is delayed internally by 2.5ns with respect to DQ[7:0]. Depending on the board layout of DQS and DQ signals, it may be necessary to have different delays for each DQS signal. Layouts of the DQS and DQ signals should follow the rules given in the AMD RS880-Series IGP Motherboard Design Guide, order# Power Rail Power-up Sequence 3.3-V Rails (AVDD, VDD33) T11 1.8/1.5-V Side-port Memory, 1.8-V Display, PLL, and I/O Transform Rails (PLLVDD18, IOPLLVDD18, VDDLT18, VDDLTP18, VDDA18HTPLL, VDDA18PCIEPLL, AVDDDI, AVDDQ, VDD18, VDD_MEM) T V PLL Rails (PLLVDD, IOPLLVDD) T V VDDC Note: There are no specific requirements for the following 1.1V or 1.2V rails: VDDHT, VDDHTRX, VDDHTTX, VDDPCIE Table 4-4 RS880 Power Rail Power-up Sequence Symbol T11 T12 Figure 4-1 RS880 Power Rail Power-up Sequence Parameter 3.3-V rails ramp high relative to 1.8/1.5-V Side-Port Memory, 1. 8-V Display, PLL, and I/O Transform rails 1.8/1.5-V Side-Port Memory, 1.8-V Display, PLL, and I/O Transform rails ramp high relative to 1.1-V PLL rails Voltage Difference During Ramping Minimum (V) Maximum (V) No restrictions T V PLL rails ramp high relative to VDDC (1.1V) 0 No restrictions 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 4-3

54 Power Rail Power-up Sequence AMD RS880 Databook Advanced Micro Devices, Inc. 4-4 Proprietary

55 5.1 Electrical Characteristics Maximum and Minimum Ratings Chapter 5 Electrical Characteristics and Physical Data Table 5-1 Maximum and Minimum Ratings Pin Minimum Typical Maximum Unit Comments AVDD V Dedicated power for the DAC AVDDDI V Dedicated digital power for the DAC IOPLLVDD V 1.1V power for memory I/O PLLs IOPLLVDD V 1.8V power for memory I/O PLLs PLLVDD V 1.1V power for system PLLs PLLVDD V 1.8V power for system PLLs VDD_MEM 1.425/ /1.8V 1.575/1.89 V Isolated power for side-port memory interface VDD18_MEM V 1.8V power for side-port memory interface VDDA18HTPLL V I/O power for HyperTransport PLL VDDA18PCIE V 1. 8V I/O power for PCIe graphics, SB, and GPP interfaces VDDA18PCIEPLL V 1.8V I/O power for PCIe PLLs VDDC V Core power VDD V 1.8V I/O transform power VDD V 3.3V I/O power VDDHT V I/O power for HyperTransport interface VDDHTRX I/O power for HyperTransport receive V interface VDDHTTX I/O power for HyperTransport transmit V interface VDDLT V 1.8V I/O power for the integrated DVI/HDMI interface VDDLTP V Power for integrated DVI/HDMI PLL macro VDDPCIE V Main I/O power for PCIe graphics, SB, and GPP interfaces Note: Numbers in this table are to be qualified Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 5-1

56 Electrical Characteristics DC Characteristics Table 5-2 DC Characteristics for 3.3V TTL Signals Pins Symbol Description Minimum Maximum Unit VILdc VIHdc DC voltage at the pad that will produce a stable low input to the chip DC voltage at pad that will produce a stable high input to the chip 0.7 V 1.4 V All pins belonging to the VDD33 domain (refer to pin description tables in this chapter). VILac AC input low voltage 0.15 V VIHac AC input high voltage 2.5 V VOLdc Output low voltage** 0.53 V VOHdc Output high voltage** 2.46 V IOLdc Output low current at V=0.1V** 2.8 ma IOHdc Output high current at V=VDD33-0.1V** 2.6 ma Note: * Measured with edge rate of 1μs at PAD pin. ** For detailed current/voltage characteristics, please refer to the IBIS model. Table 5-3 DC Characteristics for DDC Signals (DDC Mode) Pins Symbol Description Minimum Maximum Unit Note DDC_DATA0/AUX0N DDC_CLK0/AUX0P DDC_DATA1/AUX1N DDC_CLK1/AUX1P VILdc VIHdc DC voltage at the pad that will produce a stable low input to the chip DC voltage at pad that will produce a stable high input to the chip VOL Output low voltage VOH Output high voltage 1.5 V V 1 VDD (VDD5 is external 5V DDC pull-up supply) I=3mA, V 2, 3, 4 V 2, 3, 4 IOL Output low current at V=0.1V ma 2, 3, 4 Notes: 1. Measured with edge rate of 1μs at PAD pin. 2. For detailed current/voltage characteristics, please refer to the IBIS model. 3. Measurement taken with PMOS/NMOS strength set to default values, PVT=Nominal Case. 4. Interface circuit is open drain. Pulled high by external power. Table 5-4 DC Characteristics for AUX Signals (AUX Mode) Pins Symbol Description Minimum Maximum Unit DDC_DATA0/AUX0N Vcm Input/output common mode voltage mv DDC_CLK0/AUX0P DDC_DATA1/AUX1N DDC_CLK1/AUX1P Vdiff Pad differential output swing mv Note: The AUX signals comply with VESA s DisplayPort Standard; please refer to the document for other electrical characteristics of the signals. Table 5-5 DC Characteristics for POWERGOOD Symbol Description Minimum Typical Maximum VIL Input Low Voltage 0 0V 300mV VIH Input High Voltage 1.62V 1.8V 1.98V AMD RS880 Databook Advanced Micro Devices, Inc. 5-2 Proprietary

57 Electrical Characteristics Table 5-6 DC Characteristics for HyperTransport and PCI-E Differential Clock (HT_REFCLK, GFX_REFCLK, GPPSB_REFCLK, 100MHz) Symbol Description Minimum Maximum Unit V IL Differential Input Low Voltage mv V IH Differential Input High Voltage mv V CROSS Absolute Crossing Point Voltage mv V CROSS DELTA Variation of V CROSS over all rising mv clock edges V RB Ring-back Voltage Margin mv V IMAX Absolute Max Input Voltage V V IMIN Absolute Min Input Voltage V Table 5-7 DC Characteristics for REFCLK_P as OSCIN Input ( MHz) Symbol Description Minimum Maximum Unit Note V IL Single Input Low Voltage V 1 V IH Single Input High Voltage V 2 V IMAX Absolute Max Input Voltage V V IMIN Absolute Min Input Voltage V Z C-DC Clock source DC impedance Ω Notes: 1. V ILmax = VREF V, where VREF = 0.55V 2. V IHmin = VREF V, where VREF = 0.55V Table 5-8 DC Characteristics for the Memory Interface when Supporting DDR2 Symbol Description Minimum Maximum Comments VIL(dc) DC Input Low Voltage -0.3V VREF-0.15V For DQ and DQS VIH(dc) DC Input High Voltage VREF V VDDQ + 0.3V For DQ and DQS. (VDDQ is I/O voltage of memory device.) VIL(ac) AC Input Low Voltage VREF V For DQ and DQS VIH(ac) AC Input High Voltage VREF V For DQ and DQS VUSH VOSH Minimum Voltage Allowed for Undershoot Maximum Voltage Allowed for Overshoot — 0.3V For DQ and DQS VDDQ + 0.3V VOI Output Low Voltage 0.186V 0.305V I_out = 16.5mA VOH Output High Voltage 1.7V 1.9V I_out = -16.5mA VREF DC Input Reference Voltage 0.882V 0.918V ILI Input Leakage Current 10μA 15μA ILO Tri-state Leakage Current 10μA 15μA IOL Output Low Current 19mA 28mA IOH Output High Current -19mA -29.5mA CIN Input Capacitance 3pF 5pF For DQ and DQS. (VDDQ is I/O voltage of memory device.) Table 5-9 DC Characteristics for the Memory Interface when Supporting DDR3 Symbol Description Minimum Maximum Comments VIL(dc) DC Input Low Voltage -0. 3V VREF — 0.1V For DQ and DQS VIH(dc) DC Input High Voltage VREF + 0.1V VDDQ + 0.3V For DQ and DQS. (VDDQ is IO voltage of memory device.) 2013 Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 5-3

58 Electrical Characteristics Symbol Description Minimum Maximum Comments VIL(ac) AC Input Low Voltage VREF V For DQ and DQS VIH(ac) AC Input High Voltage VREF V For DQ and DQS VUSH VOSH Minimum Voltage Allowed for Undershoot Maximum Voltage Allowed for Overshoot — 0.3V For DQ and DQS VDDQ + 0.3V VOI Output Low Voltage 0.186V 0.305V I_out = 16.5mA VOH Output High Voltage 1.4V 1.6V I_out = -16.5mA VREF DC Input Reference Voltage 0.735V 0.765V ILI Input Leakage Current 10μA 15μA ILO Tri-state Leakage Current 10μA 15μA IOL Output Low Current 16.5mA 24.3mA IOH Output High Current -15.8mA -24.6mA CIN Input Capacitance 3pF 5pF Table 5-10 DC Characteristics for the Integrated DVI/HDMI For DQ and DQS. (VDDQ is IO voltage of memory device.) Symbol Parameter Min Typical Max Unit Note VH Single-ended High Level Output Voltage AVCC — 10 AVCC + 10 mv 1 VL Single-ended Low Level Output Voltage AVCC AVCC mv 1 VSW Single-ended Output Swing mv VOS Differential Output Overshoot (Ringing) 15%*2VSW VUS Differential Output Undershoot (Ringing) 25%*2VSW IDDLP Average Supply Current at LPVDD 20. 0 ma 2 IDDLV Average Supply Current at LVDDR18 and LVDDR ma 2 IOL Output Low Current 8 ma IOH Output High Current 12 ma IPDLP Power Down Current at LPVDD 10.0 μa 3 IPDLV Power Down Current at LVDDR18 and LVDDR μa 3 Notes: 1 AVCC stands for the termination supply voltage of the receiver, which is 3.3V +/- 5%. 2 Measured under typical conditions, at minimum differential clock frequency and maximum DVI/HDMI PLL VOC frequency. 3 Measured under typical conditions, based on typical leakage values. 4 Figure 5-1 below illustrates some of the DC Characteristics of the DVI/HDMI interface. Table 5-11 DC Characteristics for the TMDS Interface Multiplexed on the PCI Express Gfx Lanes Symbol Parameter Min Typical Max Unit Note VH Single-ended High Level Output Voltage AVCC — 10 AVCC + 10 mv 1 VL Single-ended Low Level Output Voltage AVCC AVCC mv 1 VSW Single-ended Output Swing mv VOS Differential Output Overshoot (Ringing) 15%*2VSW VUS Differential Output Undershoot (Ringing) 25%*2VSW Notes: 1 AVCC stands for the termination supply voltage of the receiver, which is 3. 3V +/- 5%. 2 Figure 5-1 below illustrates some of the DC Characteristics of the TMDS interface AMD RS880 Databook Advanced Micro Devices, Inc. 5-4 Proprietary

59 Electrical Characteristics Single-ended Waveforms VHmax VHmin VSW VLmax VLmin VOS Differential Waveform VUS 2VSW VUS VOS Figure 5-1 DC Characteristics of the Integrated DVI/HDMI and the TMDS Interfaces Table 5-12 Electrical Specifications for the DisplayPort Interface Symbol Parameter Min Typ Max Unit Notes UI HIGH_RATE Unit Interval for DP High Bit Rate (2.7 Gbps/lane) UI LOW_RATE Unit Interval for DP Reduced Bit Rate (1.62 Gbps/lane) ps High limit = +300 ppm Low limit = ppm ps High limit = +300 ppm Low limit = ppm V TX-DIFFp_p Differential Peak-to-Peak Output Voltage Level V — V TX-PREMMP-RATIO Pre-emphasis Level db Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 5-5

60 RS880 Thermal Characteristics 5.2 RS880 Thermal Characteristics This section describes some key thermal parameters of the RS880. For a detailed discussion on these parameters and other thermal design descriptions including package level thermal data and analysis, please consult the Thermal Design and Analysis Guidelines for the RS880 Product Family, order# RS880 Thermal Limits Table 5-13 RS880 Thermal Limits Parameter Minimum Nominal Maximum Unit Note Operating Case Temperature 0 95 C 1 Absolute Rated Junction 115 C 2 Temperature Storage Temperature C Ambient Temperature 0 45 C 3 Thermal Design Power 15 W 4 Notes: 1 — The maximum operating case temperature is the die geometric top-center temperature measured via a thermocouple based on the methodology given in the document Thermal Design and Analysis Guidelines for the RS880 Product Family, order# (Chapter 12). This is the temperature at which the functionality of the chip is qualified. 2 — The maximum absolute rated junction temperature is the junction temperature at which the device can operate without causing damage to the ASIC. This temperature can be measured via the integrated thermal diode described in the next section. 3 — The ambient temperature is defined as the temperature of the local intake air to the thermal management device. The maximum ambient temperature is dependent on the heat sink’s local ambient conditions as well as the chassis’ external ambient, and the value given here is based on AMD s reference heat sink solution for the RS880. Refer to Chapter 6 in the Thermal Design and Analysis Guidelines for the RS880 Product Family, order# for heatsink and thermal design guidelines. Refer to Chapter 7 of the above mentioned document for details of ambient conditions. 4 — Thermal Design Power (TDP) is defined as the highest power dissipated while running currently available worst case applications at nominal voltages. Since the core power of modern ASICs using 65nm and smaller process technology can vary significantly, parts specifically screened for higher core power were used for TDP measurement. The TDP is intended only as a design reference AMD RS880 Databook Advanced Micro Devices, Inc. 5-6 Proprietary

61 RS880 Thermal Characteristics Thermal Diode Characteristics The RS880 has an on-die thermal diode, with its positive and negative terminals connected to the THERMALDIODE_P and THERMALDIODE_N pins respectively. Combined with a thermal sensor circuit, the diode temperature, and hence the ASIC temperature, can be derived from a differential voltage reading (ΔV). The equation relating T to ΔV is given below: where: η K T ln( N) ΔV = q ΔV = Difference of two base-to-emitter voltage readings, one using current = I and the other using current = N x I N = Ratio of the two thermal diode currents (=10 when using an ADI thermal sensor, e.g. ADM 1020, 1030) η = Ideality factor of the diode K = Boltzman s Constant T = Temperature in Kelvin q = Electron charge The series resistance of the thermal diode (R T ) must be taken into account as it introduces an error in the reading (for every 1. 0Ω, approximately 0.8 o C is added to the reading). The sensor circuit should be calibrated to offset the R T induced, plus any other known fixed error. Measured values of diode ideality factor and series resistance for the diode circuit are defined in the Thermal Design and Analysis Guidelines for the RS880 Product Family, order# Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 5-7

62 Package Information 5.3 Package Information Physical Dimensions Figure 5-2 and Table 5-14 describe the physical dimensions of the RS880 package. Figure 5-3 shows the detailed ball arrangement for the RS880. Figure 5-2 RS Pin FCBGA Package Outline Table 5-14 RS Pin FCBGA Package Physical Dimensions Ref. Min(mm) Typical (mm) Max. (mm) c A A A φb D D D D E E E E F F e (min. pitch) — ddd Note: Maximum height of SMT components is mm. Mo d Rev AMD RS880 Databook Advanced Micro Devices, Inc. 5-8 Proprietary

63 Package Information Figure 5-3 RS880 Ball Arrangement (Bottom View) Pressure Specification To avoid damages to the ASIC (die or solder ball joint cracks) caused by improper mechanical assembly of the cooling device, follow the recommendations below: It is recommended that the maximum load that is evenly applied across the contact area between the thermal management device and the die does not exceed 6 lbf. Note that a total load of 4-6 lbf is adequate to secure the thermal management device and achieve the lowest thermal contact resistance with a temperature drop across the thermal interface material of no more than 3 C. Also, the surface flatness of the metal spreader should be inch/1 inch. Pre-test the assembly fixture with a strain gauge to make sure that the flexing of the final assembled board and the pressure applying around the ASIC package will not exceed 600 micron strain under any circumstances Advanced Micro Devices, Inc AMD RS880 Databook 1.40 Proprietary 5-9

64 Package Information Ensure that any distortion (bow or twist) of the board after SMT and cooling device assembly is within industry guidelines (IPC/EIA J-STD-001). For measurement method, refer to the industry approved technique described in the manual IPC-TM-650, section Board Solder Reflow Process Recommendations Stencil Opening Size for Solder Paste Pads on PCB It is recommended that the stencil aperture for solder paste be kept at the same size as that of the land pads. However, for the nine (or eight) pads at each corner of the ASIC package, the size of the openings should not exceed 400µm (see Figure 5-4 below). This recommendation is based on AMD s sample land pattern design for the RS880, which is available from your AMD CSS representative. 1:1 ratio to pad, or 400µm max for the nine corner balls openings 1:1 ratio to pad, or 400µm max for the eight corner balls openings 1:1 ratio to pad, with special requirement for corner balls 1:1 ratio to pad, or 400µm max for the nine corner balls openings 1:1 ratio to pad, or 400µm max for the nine corner balls openings Reflow Profile Figure 5-4 Recommended Stencil Opening Sizes for Solder Paste Pads on PCB A reference reflow profile is given below. Please note the following when using RoHS/lead-free solder (SAC105/305/405 Tin-Silver-Cu): The final reflow temperature profile will depend on the type of solder paste and chemistry of flux used in the SMT process. Modifications to the reference reflow profile may be required in order to accommodate the requirements of the other components in the application. An oven with 10 heating zones or above is recommended. To ensure that the reflow profile meets the target specification on both sides of the board, a different profile and oven AMD RS880 Databook Advanced Micro Devices, Inc Proprietary

View more

amd%20rs880m%20northbridge%20chipset datasheet & applicatoin notes

Top Results (5)

LTC3733CG#TRPBF
Part ECAD Model Manufacturer Description Datasheet Download Buy Part
LTC3733CUHF-1#PBF

Analog Devices Inc

3-Phase, Buck Controllers for AMD CPUs
DC648A

Analog Devices Inc

3-Phase, Buck Controllers for AMD CPUs

Analog Devices Inc

3-Phase, Buck Controllers for AMD CPUs
LTC1706EMS-61#PBF

Analog Devices Inc

5-Bit VID Voltage Programmer for AMD Opteron CPUs
LTC3733CUHF-1#TRPBF

Analog Devices Inc

3-Phase, Buck Controllers for AMD CPUs

amd%20rs880m%20northbridge%20chipset Datasheets Context Search

Catalog Datasheet MFG & Type PDF Document Tags
2011 — E4690

Abstract: GET56NGBB22GVE GDDR5 phy AMD Athlon 64 X2 dual 4800 pin out E6460 E6760 TEN54LSDV23GME 100-CG2293 6970M RADEON e2400

Text: No file text available


Original

PDF

43838Q
E4690
GET56NGBB22GVE
GDDR5 phy
AMD Athlon 64 X2 dual 4800 pin out
E6460
E6760
TEN54LSDV23GME
100-CG2293
6970M
RADEON e2400
2000 — TSC 13003

Abstract: circuit diagrams retu 3. 02 transistor EN 13003 A transistor EN 13003 H vid 13003 amd duron 1600 datasheet AMD xp datasheet amd duron 1100 AMD ATHLON 2400 AMD Athlon XP 2000

Text: No file text available


Original

PDF

0030h
0035h)
0002h,
0003h,
0004h.
0035h.
TSC 13003
circuit diagrams retu 3.02
transistor EN 13003 A
transistor EN 13003 H
vid 13003
amd duron 1600 datasheet
AMD xp datasheet
amd duron 1100
AMD ATHLON 2400
AMD Athlon XP 2000
2001 — 35×35 bga

Abstract: 8259 Programmable Peripheral Interface 8259 programmable interval timer AMD-760TM AMD-766 AMD-762 AMD-760 Athlon MP datasheet Athlon 64 amd766

Text: No file text available


Original

PDF

AMD-760
December-2001
AMD-768TM
AMD-760TM
8254-based)
492-pin
26×26
35×35
35×35 bga
8259 Programmable Peripheral Interface
8259 programmable interval timer
AMD-766
AMD-762
Athlon MP datasheet
Athlon 64
amd766
CA324E

Abstract: BUF03FJ CA3290E CA3130T Am29F400BT-120EC AMP01EX CA339E B512F-2T B512F-2 CA3524E

Text: No file text available


Original

PDF

AM28F512-70JC
AT-41435
BAV99
CA3262E
AM29D010-70JC
BAV99LT1
CA3280E
AM29F002NT-120EC
B32K130
BAW56
CA324E
BUF03FJ
CA3290E
CA3130T
Am29F400BT-120EC
AMP01EX
CA339E
B512F-2T
B512F-2
CA3524E
AM25LS2521PC

Abstract: ADV478KP50E AM27S19/BEA bra 94 4753 AM26LS31/BEA AM27S13A am2902apc AM27S27DC AM25LS2521PCB

Text: No file text available


OCR Scan

PDF

7a0034S
ADV476KP4QE
AM25S09DC
AM27S19SA/BEA
ADV476KP50E
AM25S09PC
AM27S19SA/BFA
ADV476KP68
AM25S10DC
AM27S21
AM25LS2521PC
ADV478KP50E
AM27S19/BEA
bra 94
4753
AM26LS31/BEA
AM27S13A
am2902apc
AM27S27DC
AM25LS2521PCB
2003 — AMD-8111

Abstract: Southbridge

Text: No file text available


Original

PDF

AMD-8111
AMD-8111TM
Southbridge
2002 — AMD xp datasheet

Abstract: AMD Athlon 64 pin diagram pentium4 instruction set AMD Athlon 64 athlon xp powernow ATHLON XP amd athlon datasheet Athlon 64 Thoroughbred athlon amd Athlon xp mobile

Text: No file text available


Original

PDF

2001 — amd motherboard

Abstract: southbridge AMD ATHLON 64 X 2 AMD-766 AMD-762 AMD-760 Athlon MP datasheet Athlon 64 AMD-760TM AMD BGA

Text: No file text available


Original

PDF

AMD-760TM
24229C
October-2001
8259-based)
8254-based)
272-pin
AMD-766TM
amd motherboard
southbridge
AMD ATHLON 64 X 2
AMD-766
AMD-762
AMD-760
Athlon MP datasheet
Athlon 64
AMD BGA
1999 — Athlon

Abstract: AMD Athlon 64 athlon 64 motherboard design «AMD Processors» cache athlon 64 Athlon 64 datasheet Athlon 64 AMD athlon core datasheet amd athlon processor diagram

Text: No file text available


Original

PDF

ATI Radeon

Abstract: ATI Radeon X1250 ATI RS690 AMD 690g AMD690G 690G amd northbridge chipset RS690 X1250 RADEON x1250

Text: No file text available


Original

PDF

2002 — NORTHBRIDGE FUNCTION IN DESKTOP MOTHERBOARD

Abstract: AMD-768 AMD-762TM AMD Athlon 64 pin diagram PC2100 pin diagram AMD Athlon 64 AMD-762 AMD-760 AMD-760TM AMD Athlon 64

Text: No file text available


Original

PDF

AMD-760TM
5787A
AMD-760,
AMD-762,
AMD-768
NORTHBRIDGE FUNCTION IN DESKTOP MOTHERBOARD
AMD-762TM
AMD Athlon 64 pin diagram
PC2100
pin diagram AMD Athlon 64
AMD-762
AMD-760
AMD Athlon 64
2003 — AMD Thermal Design Guide

Abstract: AMD Processor Power and Thermal OSA244CCO5AH OPTERON 2200 OSA244CEP5AL AMD 940 Pin Package amd Power and Thermal AMD Athlon 64 and amd opteron OSA144CCO5AG OSA142CCO5AG

Text: No file text available


Original

PDF

2011 — E4690

Abstract: AMD Phenom II x4 E6760 ati radeon bga Phenom II x4 965 amd RADEON e6760 TW3X4G1333C9A AMD Phenom II AMD Athlon II X4 athlon 64 x2

Text: No file text available


Original

PDF

E6760
1920×1200,
32bpp,
3DMark03
20GHZ,
110405n,
64bit
100-CG2266
E4690
AMD Phenom II x4
ati radeon bga
Phenom II x4 965
amd RADEON e6760
TW3X4G1333C9A
AMD Phenom II
AMD Athlon II X4
athlon 64 x2
2001 — AMD datecode marking CODE

Abstract: AMD-762 AMD-762JLC AMD-766 AMD marking CODE amd part «marking» marking agp

Text: No file text available


Original

PDF

AMD-762
AMD-762
AMD-762TM
AMD-766TM
AMD datecode marking CODE
AMD-762JLC
AMD-766
AMD marking CODE
amd part «marking»
marking agp
2002 — sis 735

Abstract: SiS 7012 K7S5A soundmax integrated digital audio ecs k7s5a intel desktop board d845wn intel desktop board d845wn data sheet i815E Duron d845wn

Text: No file text available


Original

PDF

2004 — amd athlon 64 3200 754 pin

Abstract: AMD Processor Power and Thermal cache «athlon 64» AMD FX Processor amd athlon 2800 amd athlon 64 3200 AMD Family 12h AMD Athlon 64 2800 amd athlon 64 3000 amd athlon 64 3000 754 pin

Text: No file text available


Original

PDF

0001h
0042h.
amd athlon 64 3200 754 pin
AMD Processor Power and Thermal
cache «athlon 64»
AMD FX Processor
amd athlon 2800
amd athlon 64 3200
AMD Family 12h
AMD Athlon 64 2800
amd athlon 64 3000
amd athlon 64 3000 754 pin

Previous
1
2
3

23
24
25
Next

Original AMD RS880 215-0752001 DC:201336+

(No reviews yet)

Write a Review

AMD
Original AMD RS880 215-0752001 DC:201336+

Rating
Required

Select Rating1 star (worst)2 stars3 stars (average)4 stars5 stars (best)

Name

Email
Required

Review Subject
Required

Comments
Required

SKU:
BZ6230274
MPN:
BZ6230274
Condition:
New
Availability:
Usually Ships in 24 Hours
Shipping:
Calculated at Checkout
Warranty:
1 year replacement Warranty. Details
Returns:
30 Days Money Back Guarantee. Details

Now:

$240.10

Current Stock:

Quantity:

Frequently bought together:

  • Description
  • Warranty Information
  • 0 Reviews

Description

Product Specs

Condition:

New: A brand-new, unused, undamaged item in its original packaging . .

Brand:

AMD

MPN:

215-0752001 216-0752001

Model:

RS880 215-0752001

BGA: CHIP

SPW Industrial warrants this product to be free of defects in workmanship and material under normal use and conditions for period of one year from the date of original purchase

30 Days Money Back Guarantee: Non Defective :Within 30 days after receiving the item, buyer needs to contact SPW Industrial for return. Item will be refunded or exchanged. After 30 days there will be a restocking fee, learn more

View AllClose

Warranty Information

One Year Warranty

View AllClose

0 Reviews

View AllClose

  • Related Products
  • Customers Also Viewed

Related Products

Add to Cart

Quick view

Original Amd 215-0821330 Dc:201412+

AMD

Now:

$250. 80

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . Brand: AMD MPN:

BZ6230514

Add to Cart

Quick view

Brand New 216-0752001 Dc: 2014+ Amd

AMD

Now:

$890.38

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . Brand: AMD Country

BZ6234155

Add to Cart

Quick view

Amd 216-0752001 Dc:2014+

AMD

Now:

$897.16

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . Brand: AMD Country

BZ6234160

Customers Also Viewed

Add to Cart

Quick view

Original AMD 215-08390039 DC:201435+

Now:

$428. 10

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . . Brand: AMD MPN: 215-0839039 Model: 215-0839039 BGA: CHIP SPW Industrial warrants this…

BZ6225781

Add to Cart

Quick view

Original AMD 215-0828047 DC:201322+

Now:

$240.69

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . . Brand: AMD MPN: HD7800 215-0828047 Model: 215-0828047 BGA: CHIP SPW Industrial warrants…

BZ6226950

Add to Cart

Quick view

Original Amd 215-0821330 Dc:201412+

AMD

Now:

$250.80

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . Brand: AMD MPN: 215-0821330 Model: 215-0821330 BGA: CHIP SPW Industrial warrants this product to. ..

BZ6230514

Add to Cart

Quick view

Original AMD 215-0839097 DC:201412+

Now:

$428.10

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . . Brand: AMD MPN: 215-0839097 Model: 215-0839097 BGA: CHIP SPW Industrial warrants this…

BZ6225783

Add to Cart

Quick view

Brand New Amd 215-0828047 Bga Chipset Dc:201322+ Taiwan

Now:

$252.66

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . Brand: AMD MPN: HD7800 215-0828047 Model: 215-0828047 BGA: CHIP SPW Industrial warrants this…

BZ6227172

Add to Cart

Quick view

Original AMD 215-0828062 DC:201406+

Now:

$240. 69

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . . Brand: AMD MPN: 215-0828062 Model: 215-0828062 BGA: CHIP SPW Industrial warrants this…

BZ6226951

Add to Cart

Quick view

10Pc Brand New Amd Radeon Igp 215-0674034 Bga Chipset

Now:

$761.52

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . SPW Industrial warrants this product to be free of defects in workmanship and material under…

BZ6233832

Add to Cart

Quick view

5Pcs Original New Amd Rs880D 100-Cg1961 215-0752003 Dc:201116+

Now:

$252.66

Product Specs Condition: New: A brand-new, unused, undamaged item in its original packaging . Brand: AMD MPN: 215-0752003 216-0752003 Model: RS880D 215-0752003 BGA: CHIP SPW Industrial. ..

BZ6227170

Add to Cart

Quick view

5Pcs Amd 216-0752001 Bga Chipset Taiwan Pb Balled

AMD

Now:

$991.08

Product Specs Condition: Manufacturer refurbished: An item that has been professionally restored to working order by a manufacturer or manufacturer-approved vendor. This means the product has been…

BZ6234230

PCI\VEN_1002&DEV_9715 — RS880 [Radeon HD 4250]

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] cab3 RS250 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] cbb2 RS200 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac04 Theater 506 USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac05 Theater 506 USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac06 Theater 506 External USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac07 Theater 506 External USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac08 Theater 506A World-Wide Analog Decoder + Demodulator

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac09 Theater 506A World-Wide Analog Decoder + Demodulator

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac0a Theater 506A PCIe

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac0b Theater 506A PCIe

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac0c Theater 506A USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac0d Theater 506A USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac0e Theater 506A External USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac0f Theater 506A External USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac12 Theater HD T507 (DVB-T) TV tuner/capture device

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] cab0 RS100 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] cab2 RS200 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aae8 Fiji HDMI/DP Audio [Radeon R9 Nano / FURY/FURY X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aaf0 Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aaf8 Vega 10 HDMI Audio [Radeon Vega 56/64]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab00 Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab08 Polaris 22 HDMI Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab10 Lexa HDMI Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab18 Vega 12 HDMI Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab20 Vega 20 HDMI Audio [Radeon VII]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab38 Navi 10 HDMI Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac00 Theater 506 World-Wide Analog Decoder

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac01 Theater 506 World-Wide Analog Decoder

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac02 TV Wonder HD 600 PCIe

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ac03 Theater 506 PCIe

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] ab28 Navi 21/23 HDMI/DP Audio Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa58 Juniper HDMI Audio [Radeon HD 5700 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa60 Redwood HDMI Audio [Radeon HD 5000 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa68 Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa80 Cayman/Antilles HDMI Audio [Radeon HD 6930/6950/6970/6990]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa88 Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa90 Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa98 Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aaa0 Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aab0 Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aab8 Tiran HDMI Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aac0 Tobago HDMI Audio [Radeon R7 360 / R9 360 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aac8 Hawaii HDMI Audio [Radeon R9 290/290X / 390/390X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aad8 Tonga HDMI Audio [Radeon R9 285/380]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aae0 Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 999d Richland [Radeon HD 8550D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 99a0 Trinity 2 [Radeon HD 7520G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 99a2 Trinity 2 [Radeon HD 7420G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 99a4 Trinity 2 [Radeon HD 7400G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa00 R600 HDMI Audio [Radeon HD 2900 GT/PRO/XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa01 RV635 HDMI Audio [Radeon HD 3650/3730/3750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa08 RV630 HDMI Audio [Radeon HD 2600 PRO/XT / HD 3610]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa10 RV610 HDMI Audio [Radeon HD 2350 PRO / 2400 PRO/XT / HD 3410]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa18 RV670/680 HDMI Audio [Radeon HD 3690/3800 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa20 RV635 HDMI Audio [Radeon HD 3650/3730/3750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa28 RV620 HDMI Audio [Radeon HD 3450/3470/3550/3570]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa30 RV770 HDMI Audio [Radeon HD 4850/4870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa38 RV710/730 HDMI Audio [Radeon HD 4000 series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] aa50 Cypress HDMI Audio [Radeon HD 5830/5850/5870 / 6850/6870 Rebrand]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9990 Trinity 2 [Radeon HD 7520G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9991 Trinity 2 [Radeon HD 7540D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9992 Trinity 2 [Radeon HD 7420G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9993 Trinity 2 [Radeon HD 7480D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9994 Trinity 2 [Radeon HD 7400G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9995 Richland [Radeon HD 8450G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9996 Richland [Radeon HD 8470D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9997 Richland [Radeon HD 8350G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9998 Richland [Radeon HD 8370D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9999 Richland [Radeon HD 8510G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 999a Richland [Radeon HD 8410G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 999b Richland [Radeon HD 8310G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 999c Richland [Radeon HD 8650D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 990d Richland [Radeon HD 8550G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 990e Richland [Radeon HD 8570D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 990f Richland [Radeon HD 8610G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9910 Trinity [Radeon HD 7660G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9913 Trinity [Radeon HD 7640G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9917 Trinity [Radeon HD 7620G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9918 Trinity [Radeon HD 7600G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9919 Trinity [Radeon HD 7500G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 991e Bishop [Xbox One S APU]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9920 Liverpool [Playstation 4 APU]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9921 Liverpool HDMI/DP Audio Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9922 Starshp

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9923 Starsha2 [Kingston/Clayton]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9924 Gladius

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9925 Kingston/Clayton/Jupiter/Gladius/Montego HDMI Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9926 Jupiter

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9874 Wani [Radeon R5/R6/R7 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9890 Amur

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 98c0 Nolan

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 98e4 Stoney [Radeon R2/R3/R4/R5 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9900 Trinity [Radeon HD 7660G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9901 Trinity [Radeon HD 7660D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9902 Trinity HDMI Audio Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9903 Trinity [Radeon HD 7640G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9904 Trinity [Radeon HD 7560D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9905 Trinity GL [FirePro A300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9906 Trinity GL [FirePro A320]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9907 Trinity [Radeon HD 7620G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9908 Trinity [Radeon HD 7600G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9909 Trinity [Radeon HD 7500G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 990a Trinity [Radeon HD 7500G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 990b Richland [Radeon HD 8650G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 990c Richland [Radeon HD 8670D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9851 Mullins [Radeon R4/R5 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9852 Mullins [Radeon R2 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9853 Mullins [Radeon R2 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9854 Mullins [Radeon R3E Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9855 Mullins [Radeon R6 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9856 Mullins [Radeon R1E/R2E Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9857 Mullins [Radeon APU XX-2200M with R2 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9858 Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9859 Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 985a Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 985b Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 985c Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 985d Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 985e Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 985f Mullins

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9808 Wrestler [Radeon HD 7340]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9809 Wrestler [Radeon HD 7310]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 980a Wrestler [Radeon HD 7290]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9830 Kabini [Radeon HD 8400 / R3 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9831 Kabini [Radeon HD 8400E]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9832 Kabini [Radeon HD 8330]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9833 Kabini [Radeon HD 8330E]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9834 Kabini [Radeon HD 8210]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9835 Kabini [Radeon HD 8310E]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9836 Kabini [Radeon HD 8280 / R3 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9837 Kabini [Radeon HD 8280E]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9838 Kabini [Radeon HD 8240 / R3 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9839 Kabini [Radeon HD 8180]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 983d Temash [Radeon HD 8250/8280G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9840 Kabini HDMI/DP Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9850 Mullins [Radeon R3 Graphics]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 964f Sumo

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 970f RS880 HDMI Audio [Radeon HD 4200 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9710 RS880 [Radeon HD 4200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9712 RS880M [Mobility Radeon HD 4225/4250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9713 RS880M [Mobility Radeon HD 4100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9714 RS880 [Radeon HD 4290]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9715 RS880 [Radeon HD 4250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9802 Wrestler [Radeon HD 6310]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9803 Wrestler [Radeon HD 6310]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9804 Wrestler [Radeon HD 6250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9805 Wrestler [Radeon HD 6250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9806 Wrestler [Radeon HD 6320]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9807 Wrestler [Radeon HD 6290]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9643 SuperSumo [Radeon HD 6380G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9644 SuperSumo [Radeon HD 6410D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9645 SuperSumo [Radeon HD 6410D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9647 Sumo [Radeon HD 6520G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9648 Sumo [Radeon HD 6480G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9649 SuperSumo [Radeon HD 6480G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 964a Sumo [Radeon HD 6530D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 964b Sumo

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 964c Sumo

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 964e Sumo

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9616 RS780L [Radeon 3000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9640 Sumo [Radeon HD 6550D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9641 Sumo [Radeon HD 6620G]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9642 SuperSumo [Radeon HD 6370D]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9615 RS780E [Radeon HD 3200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95c2 RV620/M82 [Mobility Radeon HD 3410/3430]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95c4 RV620/M82 [Mobility Radeon HD 3450/3470]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95c5 RV620 LE [Radeon HD 3450]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95c6 RV620 LE [Radeon HD 3450 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95c9 RV620 LE [Radeon HD 3450 PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95cc RV620 GL [FirePro V3700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95cd RV620 GL [FirePro 2450]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95cf RV620 GL [FirePro 2260]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 960f RS780 HDMI Audio [Radeon 3000/3100 / HD 3200/3300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9610 RS780 [Radeon HD 3200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9611 RS780C [Radeon 3100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9612 RS780M [Mobility Radeon HD 3200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9613 RS780MC [Mobility Radeon HD 3100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9614 RS780D [Radeon HD 3300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 958b RV630/M76 [Mobility Radeon HD 2600 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 958c RV630 GL [FireGL V5600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 958d RV630 GL [FireGL V3600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9591 RV635/M86 [Mobility Radeon HD 3650]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9593 RV635/M86 [Mobility Radeon HD 3670]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9595 RV635/M86 GL [Mobility FireGL V5700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9596 RV635 PRO [Radeon HD 3650 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9597 RV635 PRO [Radeon HD 3650 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9598 RV635 [Radeon HD 3650/3750/4570/4580]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9599 RV635 PRO [Radeon HD 3650 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 95c0 RV620 PRO [Radeon HD 3470]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 955f RV710/M92 [Mobility Radeon HD 4330]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9580 RV630 [Radeon HD 2600 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9581 RV630/M76 [Mobility Radeon HD 2600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9583 RV630/M76 [Mobility Radeon HD 2600 XT/2700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9586 RV630 XT [Radeon HD 2600 XT AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9587 RV630 PRO [Radeon HD 2600 PRO AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9588 RV630 XT [Radeon HD 2600 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9589 RV630 PRO [Radeon HD 2600 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 958a RV630 [Radeon HD 2600 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 950f R680 [Radeon HD 3870 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9511 RV670 GL [FireGL V7700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9513 RV670 [Radeon HD 3850 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9515 RV670 PRO [Radeon HD 3850 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9519 RV670 GL [FireStream 9170]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9540 RV710 [Radeon HD 4550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 954f RV710 [Radeon HD 4350/4550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9552 RV710/M92 [Mobility Radeon HD 4330/4350/4550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9553 RV710/M92 [Mobility Radeon HD 4530/4570/545v]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9555 RV710/M92 [Mobility Radeon HD 4350/4550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9557 RV711/M93 GL [FirePro RG220]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c7 RV610 [Radeon HD 2350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c8 RV610/M74 [Mobility Radeon HD 2400 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c9 RV610/M72-S [Mobility Radeon HD 2400]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94cb RV610 [Radeon E2400]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94cc RV610 LE [Radeon HD 2400 PRO PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9500 RV670 [Radeon HD 3850 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9501 RV670 [Radeon HD 3870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9504 RV670/M88 [Mobility Radeon HD 3850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9505 RV670 [Radeon HD 3690/3850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9506 RV670/M88 [Mobility Radeon HD 3850 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9507 RV670 [Radeon HD 3830]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9508 RV670/M88-XT [Mobility Radeon HD 3870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9509 RV670/M88 [Mobility Radeon HD 3870 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 949e RV730 GL [FirePro V5700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 949f RV730 GL [FirePro V3750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94a0 RV740/M97 [Mobility Radeon HD 4830]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94a1 RV740/M97-XT [Mobility Radeon HD 4860]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94a3 RV740/M97 GL [FirePro M7740]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94b3 RV740 PRO [Radeon HD 4770]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94b4 RV740 PRO [Radeon HD 4750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c1 RV610 [Radeon HD 2400 PRO/XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c3 RV610 [Radeon HD 2400 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c4 RV610 LE [Radeon HD 2400 PRO AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 94c5 RV610 [Radeon HD 2400 LE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9462 RV790 [Radeon HD 4860]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 946a RV770 GL [FirePro M7750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9480 RV730/M96 [Mobility Radeon HD 4650/5165]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9488 RV730/M96-XT [Mobility Radeon HD 4670]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9489 RV730/M96 GL [Mobility FireGL V5725]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9490 RV730 XT [Radeon HD 4670]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9491 RV730/M96-CSP [Radeon E4690]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9495 RV730 [Radeon HD 4600 AGP Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9498 RV730 PRO [Radeon HD 4650]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 949c RV730 GL [FirePro V7750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9446 RV770 GL [FirePro V7760]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 944a RV770/M98L [Mobility Radeon HD 4850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 944b RV770/M98 [Mobility Radeon HD 4850 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 944c RV770 LE [Radeon HD 4830]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 944e RV770 CE [Radeon HD 4710]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9450 RV770 GL [FireStream 9270]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9452 RV770 GL [FireStream 9250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9456 RV770 GL [FirePro V8700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 945a RV770/M98-XT [Mobility Radeon HD 4870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9460 RV790 [Radeon HD 4890]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9401 R600 [Radeon HD 2900 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9403 R600 [Radeon HD 2900 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9405 R600 [Radeon HD 2900 GT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 940a R600 GL [FireGL V8650]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 940b R600 GL [FireGL V8600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 940f R600 GL [FireGL V7600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9440 RV770 [Radeon HD 4870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9441 R700 [Radeon HD 4870 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9442 RV770 [Radeon HD 4850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9443 R700 [Radeon HD 4850 X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9444 RV770 GL [FirePro V8750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 791f RS690M [Radeon Xpress 1200/1250/1270]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7930 RS600 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7932 RS600 PCI to PCI Bridge (Internal gfx)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7933 RS600 PCI to PCI Bridge (PCI Express Graphics Port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7935 RS600 PCI to PCI Bridge (PCI Express Port 1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7936 RS600 PCI to PCI Bridge (PCI Express Port 2)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7937 RS690 PCI to PCI Bridge (PCI Express Port 3)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 793b RS600 HDMI Audio [Radeon Xpress 1250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 793f RS690M [Radeon Xpress 1200/1250/1270] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7941 RS600 [Radeon Xpress 1250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7942 RS600M [Radeon Xpress 1250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 796e RS740 [Radeon 2100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 9400 R600 [Radeon HD 2900 PRO/XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7833 RS350 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7834 RS350 [Radeon 9100 PRO/XT IGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7835 RS350M [Mobility Radeon 9000 IGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7838 RS350 AGP Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7910 RS690 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7911 RS690/RS740 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7912 RS690/RS740 PCI to PCI Bridge (Internal gfx)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7913 RS690 PCI to PCI Bridge (PCI Express Graphics Port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7915 RS690 PCI to PCI Bridge (PCI Express Port 1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7916 RS690 PCI to PCI Bridge (PCI Express Port 2)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7917 RS690 PCI to PCI Bridge (PCI Express Port 3)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 743f Navi 24 [Radeon RX 6400 / 6500 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7919 RS690 HDMI Audio [Radeon Xpress 1200 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 791e RS690 [Radeon X1200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7422 Navi 24 [Radeon PRO W6400]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7423 Navi 24 [Radeon PRO W6300/W6300M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7424 Navi 24 [Radeon RX 6300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73ef Navi 23 [Radeon RX 6650 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73ae Navi 21 [Radeon Pro V620 MxGPU]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73ce Navi22-XL SRIOV MxGPU

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7421 Navi 24 [Radeon PRO W6500M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73af Navi 21 [Radeon RX 6900 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73bf Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73c4 Navi 22 USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73c3 Navi 22

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73e0 Navi 23

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73df Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73e1 Navi 23 WKS-XM [Radeon PRO W6600M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73ff Navi 23 [Radeon RX 6600/6600 XT/6600M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73e3 Navi 23 WKS-XL [Radeon PRO W6600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73e4 Navi 23 USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7408 Aldebaran

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 740c Aldebaran

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 740f Aldebaran

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 731f Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7340 Navi 14 [Radeon RX 5500/5500M / Pro 5500M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7341 Navi 14 [Radeon Pro W5500]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7347 Navi 14 [Radeon Pro W5500M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 734f Navi 14 [Radeon Pro W5300M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7360 Navi 12 [Radeon Pro 5600M/V520/BC-160]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73a5 Navi 21 [Radeon RX 6950 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73a1 Navi 21 [Radeon Pro V620]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7362 Navi 12 [Radeon Pro V520]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7388 Arcturus GL-XL

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 738c Arcturus GL-XL [Instinct MI100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 738e Arcturus GL-XL [Instinct MI100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73a2 Navi 21 Pro-XTA [Radeon Pro W6900X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73a3 Navi 21 GL-XL [Radeon PRO W6800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73a4 Navi 21 USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 73ab Navi 21 Pro-XLA [Radeon Pro W6800X/Radeon Pro W6800X Duo]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 724e R580 GL [FireGL V7350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7269 R580 [Radeon X1900 XT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 726b R580 [Radeon X1900 GT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 726e R580 [AMD Stream Processor] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7280 RV570 [Radeon X1950 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7288 RV570 [Radeon X1950 GT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7291 RV560 [Radeon X1650 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7293 RV560 [Radeon X1650 GT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 72a0 RV570 [Radeon X1950 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 72a8 RV570 [Radeon X1950 GT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 72b1 RV560 [Radeon X1650 XT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 72b3 RV560 [Radeon X1650 GT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7300 Fiji [Radeon R9 FURY / NANO Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7310 Navi 10 [Radeon Pro W5700X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7312 Navi 10 [Radeon Pro W5700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 731e TDC-150

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7314 Navi 10 USB

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71d6 RV530/M66-XT [Mobility Radeon X1700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71de RV530/M66 [Mobility Radeon X1700/X2500]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71e0 RV530 [Radeon X1600] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71e1 RV535 [Radeon X1650 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71e2 RV530 [Radeon X1600] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71e6 RV530 [Radeon X1650] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71e7 RV535 [Radeon X1650 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71f2 RV530 GL [FireGL V3400] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7210 RV550/M71 [Mobility Radeon HD 2300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7211 RV550/M71 [Mobility Radeon X2300 HD]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7240 R580+ [Radeon X1950 XTX]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7244 R580+ [Radeon X1950 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7248 R580 [Radeon X1950]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7249 R580 [Radeon X1900 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 724b R580 [Radeon X1900 GT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71bb RV516 GL [FireMV 2250] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c0 RV530 [Radeon X1600 XT/X1650 GTO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c1 RV535 [Radeon X1650 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c2 RV530 [Radeon X1600 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c4 RV530/M56 GL [Mobility FireGL V5200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c5 RV530/M56-P [Mobility Radeon X1600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c6 RV530LE [Radeon X1600/X1650 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c7 RV535 [Radeon X1650 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71ce RV530 [Radeon X1300 XT/X1600 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71d2 RV530 GL [FireGL V3400]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71d4 RV530/M66 GL [Mobility FireGL V5250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71d5 RV530/M66-P [Mobility Radeon X1700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71c3 RV530 [Radeon X1600 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7193 RV516 [Radeon X1550 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7196 RV516/M62-S [Mobility Radeon X1350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 719b RV516 GL [FireMV 2250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 719f RV516 [Radeon X1550 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71a0 RV516 [Radeon X1300/X1550 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71a1 RV516 [Radeon X1600/X1650 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71a3 RV516 [Radeon X1300/X1550 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 71a7 RV516 [Radeon X1300/X1550 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7162 RV515 PRO [Radeon X1300/X1550 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7163 RV505 [Radeon X1550 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7166 RV515 [Radeon X1300/X1550 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7167 RV515 [Radeon X1550 64-bit] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7172 RV515 GL [FireGL V3300] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7173 RV515 GL [FireGL V3350] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7181 RV516 [Radeon X1600/X1650 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7183 RV516 [Radeon X1300/X1550 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7186 RV516/M64 [Mobility Radeon X1450]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7187 RV516 [Radeon X1300/X1550 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7188 RV516/M64-S [Mobility Radeon X2300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 718a RV516/M64 [Mobility Radeon X2300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 718b RV516/M62 [Mobility Radeon X1350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 718c RV516/M62-CSP64 [Mobility Radeon X1350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 718d RV516/M64-CSP128 [Mobility Radeon X1450]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7124 R520 GL [FireGL V7200] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7129 R520 [Radeon X1800] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 712e R520 GL [FireGL V7300] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 712f R520 GL [FireGL V7350] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7140 RV515 [Radeon X1300/X1550/X1600 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7142 RV515 PRO [Radeon X1300/X1550 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7143 RV505 [Radeon X1300/X1550 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7145 RV515/M54 [Mobility Radeon X1400]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7146 RV515 [Radeon X1300/X1550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7147 RV505 [Radeon X1550 64-bit]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7149 RV515/M52 [Mobility Radeon X1300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 714a RV515/M52 [Mobility Radeon X1300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7152 RV515 GL [FireGL V3300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7153 RV515 GL [FireGL V3350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 715f RV505 CE [Radeon X1550 64-bit]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 69af Vega 12 [Radeon Pro Vega 20]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6fdf Polaris 20 XL [Radeon RX 580 2048SP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 700f RS100 AGP Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7010 RS200/RS250 AGP Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7100 R520 [Radeon X1800 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7101 R520/M58 [Mobility Radeon X1800 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7102 R520/M58 [Mobility Radeon X1800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7104 R520 GL [FireGL V7200 / Barco MXTR-5100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7109 R520 [Radeon X1800 XL]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 710a R520 [Radeon X1800 GTO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 710b R520 [Radeon X1800 GTO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 710e R520 GL [FireGL V7300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 710f R520 GL [FireGL V7350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 7120 R520 [Radeon X1800] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6980 Polaris12

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6981 Lexa XT [Radeon PRO WX 3200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6985 Lexa XT [Radeon PRO WX 3100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6986 Polaris12

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6987 Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6995 Lexa XT [Radeon PRO WX 2100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 699f Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 69a0 Vega 12

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 69a1 Vega 12

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 69a2 Vega 12

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 69a3 Vega 12

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 698f Lexa XT [Radeon PRO WX 3100 / Barco MXRT 4700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6900 Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6901 Topaz PRO [Radeon R5 M255]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6907 Meso XT [Radeon R5 M315]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6920 Amethyst [Radeon R9 M395/ M395X Mac Edition]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6921 Amethyst XT [Radeon R9 M295X / M390X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6929 Tonga XT GL [FirePro S7150]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 692b Tonga PRO GL [FirePro W7100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 692f Tonga XTV GL [FirePro S7150V]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6938 Tonga XT / Amethyst XT [Radeon R9 380X / R9 M295X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6939 Tonga PRO [Radeon R9 285/380]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 694c Polaris 22 XT [Radeon RX Vega M GH]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 694e Polaris 22 XL [Radeon RX Vega M GL]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 694f Polaris 22 MGL XL [Radeon Pro WX Vega M GL]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 693b Tonga PRO GL [FirePro W7100 / Barco MXRT-7600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68fa Cedar [Radeon HD 7350/8350 / R5 220]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68fe Cedar LE

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68e0 Park [Mobility Radeon HD 5430/5450/5470]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68e1 Park [Mobility Radeon HD 5430]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68e4 Robson CE [Radeon HD 6370M/7370M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68e5 Robson LE [Radeon HD 6330M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68e8 Cedar

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68e9 Cedar [ATI FirePro (FireGL) Graphics Adapter]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68f1 Cedar GL [FirePro 2460]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68f2 Cedar GL [FirePro 2270]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68f8 Cedar [Radeon HD 7300 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68f9 Cedar [Radeon HD 5000/6000/7350/8350 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68a8 Granville [Radeon HD 6850M/6870M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68a9 Juniper XT [FirePro V5800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68b8 Juniper XT [Radeon HD 5770]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68b9 Juniper LE [Radeon HD 5670 640SP Edition]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68ba Juniper XT [Radeon HD 6770]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68be Juniper PRO [Radeon HD 5750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68bf Juniper PRO [Radeon HD 6750]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68c0 Madison [Mobility Radeon HD 5730 / 6570M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68c1 Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68c7 Pinewood [Mobility Radeon HD 5570/6550A]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68c8 Redwood XT GL [FirePro V4800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68c9 Redwood PRO GL [FirePro V3800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68d8 Redwood XT [Radeon HD 5670/5690/5730]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68d9 Redwood PRO [Radeon HD 5550/5570/5630/6510/6610/7570]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68da Redwood LE [Radeon HD 5550/5570/5630/6390/6490/7570]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68de Redwood

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6889 Cypress PRO [FirePro V7800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 688a Cypress XT [FirePro V9800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 688c Cypress XT GL [FireStream 9370]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 688d Cypress PRO GL [FireStream 9350]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6898 Cypress XT [Radeon HD 5870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6899 Cypress PRO [Radeon HD 5850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 689b Cypress PRO [Radeon HD 6800 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 689c Hemlock [Radeon HD 5970]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 689d Hemlock [Radeon HD 5970]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 689e Cypress LE [Radeon HD 5830]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68a0 Broadway XT [Mobility Radeon HD 5870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 68a1 Broadway PRO [Mobility Radeon HD 5850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6869 Vega 10 XGA [Radeon Pro Vega 48]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 686a Vega 10 LEA

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 686b Vega 10 XTXA [Radeon Pro Vega 64X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 686d Vega 10 GLXTA

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 686e Vega 10 GLXLA

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6864 Vega 10 [Radeon Pro V340]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6867 Vega 10 XL [Radeon Pro Vega 56]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6868 Vega 10 [Radeon PRO WX 8100/8200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 686c Vega 10 [Radeon Instinct MI25 MxGPU]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 687f Vega 10 XL/XT [Radeon RX Vega 56/64]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6880 Lexington [Radeon HD 6550M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6888 Cypress XT [FirePro V8800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6837 Cape Verde LE [Radeon HD 7730/8730]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 683d Cape Verde XT [Radeon HD 7770/8760 / R7 250X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 683f Cape Verde PRO [Radeon HD 7750/8740 / R7 250E]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6840 Thames [Radeon HD 7500M/7600M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6841 Thames [Radeon HD 7550M/7570M/7650M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6842 Thames LE [Radeon HD 7000M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6843 Thames [Radeon HD 7670M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6860 Vega 10 [Radeon Instinct MI25]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6861 Vega 10 XT [Radeon PRO WX 9100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6862 Vega 10 XT [Radeon PRO SSG]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6863 Vega 10 XTX [Radeon Vega Frontier Edition]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6826 Chelsea LP [Radeon HD 7700M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6827 Heathrow PRO [Radeon HD 7850M/8850M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6828 Cape Verde PRO [FirePro W600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6829 Cape Verde

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 682a Venus PRO

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 682b Cape Verde PRO / Venus LE / Tropo PRO-L [Radeon HD 8830M / R7 250 / R7 M465X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 682c Cape Verde GL [FirePro W4100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 682d Chelsea XT GL [FirePro M4000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 682f Chelsea LP [Radeon HD 7730M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6835 Cape Verde PRX [Radeon R9 255 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6811 Curacao PRO [Radeon R7 370 / R9 270/370 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6816 Pitcairn

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6817 Pitcairn

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6818 Pitcairn XT [Radeon HD 7870 GHz Edition]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6819 Pitcairn PRO [Radeon HD 7850 / R7 265 / R9 270 1024SP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6820 Venus XTX [Radeon HD 8890M / R9 M275X/M375X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6821 Venus XT [Radeon HD 8870M / R9 M270X/M370X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6822 Venus PRO [Radeon E8860]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6823 Venus PRO [Radeon HD 8850M / R9 M265X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6825 Heathrow XT [Radeon HD 7870M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67e8 Baffin [Radeon Pro WX 4130/4150]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67e9 Baffin [Polaris11]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67eb Baffin [Radeon Pro V5300X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67ef Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67ff Baffin [Radeon RX 550 640SP / RX 560/560X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6800 Wimbledon XT [Radeon HD 7970M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6801 Neptune XT [Radeon HD 8970M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6802 Wimbledon

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6806 Neptune

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6808 Pitcairn XT GL [FirePro W7000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6809 Pitcairn LE GL [FirePro W5000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6810 Curacao XT / Trinidad XT [Radeon R7 370 / R9 270X/370X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67ca Ellesmere [Polaris10]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67cc Ellesmere [Polaris10]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67cf Ellesmere [Polaris10]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67d0 Ellesmere [Radeon Pro V7300X / V7350x2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67df Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67e0 Baffin [Radeon Pro WX 4170]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67e1 Baffin [Polaris11]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67e3 Baffin [Radeon Pro WX 4100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67d4 Ellesmere [Radeon Pro WX 7100 / Barco MXRT-8700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67d7 Ellesmere [Radeon Pro WX 5100 / Barco MXRT-6700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67a8 Hawaii

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67a9 Hawaii

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67aa Hawaii

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67b0 Hawaii XT / Grenada XT [Radeon R9 290X/390X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67b1 Hawaii PRO [Radeon R9 290/390]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67b9 Vesuvius [Radeon R9 295X2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67be Hawaii LE

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67c0 Ellesmere [Radeon Pro WX 7100 Mobile]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67c2 Ellesmere [Radeon Pro V7300X / V7350x2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67c4 Ellesmere [Radeon Pro WX 7100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67c7 Ellesmere [Radeon Pro WX 5100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67b8 Hawaii XT [Radeon R9 290X Engineering Sample]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6784 Tahiti [FirePro Series Graphics Adapter]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6788 Tahiti [FirePro Series Graphics Adapter]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 678a Tahiti PRO GL [FirePro Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6798 Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 679a Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 679b Malta [Radeon HD 7990/8990 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 679e Tahiti LE [Radeon HD 7870 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 679f Tahiti

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67a0 Hawaii XT GL [FirePro W9100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67a1 Hawaii PRO GL [FirePro W8100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 67a2 Hawaii GL

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6763 Seymour [Radeon E6460]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6764 Seymour [Radeon HD 6400M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6765 Seymour [Radeon HD 6400M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6766 Caicos

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6767 Caicos

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6768 Caicos

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6770 Caicos [Radeon HD 6450A/7450A]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6771 Caicos XTX [Radeon HD 8490 / R5 235X OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6772 Caicos [Radeon HD 7450A]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6778 Caicos XT [Radeon HD 7470/8470 / R5 235/310 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6779 Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 677b Caicos PRO [Radeon HD 7450]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6780 Tahiti XT GL [FirePro W9000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6741 Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6742 Whistler LE [Radeon HD 6610M/7610M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6743 Whistler [Radeon E6760]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6749 Turks GL [FirePro V4900]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 674a Turks GL [FirePro V3900]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6750 Onega [Radeon HD 6650A/7650A]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6751 Turks [Radeon HD 7650A/7670A]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6758 Turks XT [Radeon HD 6670/7670]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6759 Turks PRO [Radeon HD 6570/7570/8550 / R5 230]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 675b Turks [Radeon HD 7600 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 675d Turks PRO [Radeon HD 7570]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 675f Turks LE [Radeon HD 5570/6510/7510/8510]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6760 Seymour [Radeon HD 6400M/7400M Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6761 Seymour LP [Radeon HD 6430M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 66a2 Vega 20

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 66a3 Vega 20 [Radeon Pro Vega II/Radeon Pro Vega II Duo]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 66a7 Vega 20 [Radeon Pro Vega 20]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 66af Vega 20 [Radeon VII]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6704 Cayman PRO GL [FirePro V7900]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6707 Cayman LE GL [FirePro V5900]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6718 Cayman XT [Radeon HD 6970]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6719 Cayman PRO [Radeon HD 6950]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 671c Antilles [Radeon HD 6990]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 671d Antilles [Radeon HD 6990]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 671f Cayman CE [Radeon HD 6930]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6720 Blackcomb [Radeon HD 6970M/6990M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6738 Barts XT [Radeon HD 6870]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6739 Barts PRO [Radeon HD 6850]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 673e Barts LE [Radeon HD 6790]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6740 Whistler [Radeon HD 6730M/6770M/7690M XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6649 Bonaire [FirePro W5100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6650 Bonaire

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6651 Bonaire

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6658 Bonaire XTX [Radeon R7 260X/360]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 665c Bonaire XT [Radeon HD 7790/8770 / R7 360 / R9 260/360 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 665d Bonaire [Radeon R7 200 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 665f Tobago PRO [Radeon R7 360 / R9 360 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6660 Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6663 Sun PRO [Radeon HD 8570A/8570M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6664 Jet XT [Radeon R5 M240]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6665 Jet PRO [Radeon R5 M230 / R7 M260DX / Radeon 520 Mobile]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6667 Jet ULT [Radeon R5 M230]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 666f Sun LE [Radeon HD 8550M / R5 M230]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 66a0 Vega 20 [Radeon Instinct]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 66a1 Vega 20 [Radeon Pro VII/Radeon Instinct MI50 32GB]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 664d Bonaire [FirePro W5100 / Barco MXRT-5600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6601 Mars [Radeon HD 8730M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6604 Opal XT [Radeon R7 M265/M365X/M465]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6605 Opal PRO [Radeon R7 M260X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6606 Mars XTX [Radeon HD 8790M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6607 Mars LE [Radeon HD 8530M / R5 M240]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6608 Oland GL [FirePro W2100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6610 Oland XT [Radeon HD 8670 / R5 340X OEM / R7 250/350/350X OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6611 Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6613 Oland PRO [Radeon R7 240/340 / Radeon 520]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6631 Oland

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6640 Saturn XT [FirePro M6100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6641 Saturn PRO [Radeon HD 8930M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6646 Bonaire XT [Radeon R9 M280X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6647 Saturn PRO/XT [Radeon R9 M270X/M280X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6609 Oland GL [FirePro W2100 / Barco MXRT 2600]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d72 R480 [Radeon X850 XT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d77 R423 [Radeon X800 XT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e48 RV410 GL [FireGL V5000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e49 RV410 [Radeon X700 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e4a RV410 [Radeon X700 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e4b RV410 [Radeon X700 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e4c RV410 [Radeon X700 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e4d RV410 [Radeon X700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e4f RV410 [Radeon X700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e6b RV410 [Radeon X700 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5e6d RV410 [Radeon X700] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5f57 R423 [Radeon X800 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 6600 Mars [Radeon HD 8670A/8670M/8750M / R7 M370]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d50 R480 GL [FireGL V7200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d52 R480 [Radeon X850 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d57 R423 [Radeon X800 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d6d R480 [Radeon X850 XT Platinum Edition] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d6f R480 [Radeon X800 GTO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b70 RV370 [Radeon X300 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b72 RV380 [Radeon X300/X550/X1050 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b73 RV370 [Radeon X300/X550/X1050 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b74 RV370 GL [FireGL V3100] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b75 RV370 GL [FireMV 2200] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5c61 RV280/M9+ [Mobility Radeon 9200 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5c63 RV280/M9+ [Mobility Radeon 9200 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d44 RV280 [Radeon 9200 SE] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d45 RV280 GL [FireMV 2200 PCI] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d48 R423/M28 [Mobility Radeon X800 XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d49 R423/M28 GL [Mobility FireGL V5100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d4a R423/M28 [Mobility Radeon X800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d4d R480 [Radeon X850 XT Platinum Edition]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d4e R480 [Radeon X850 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5d4f R480 [Radeon X800 GTO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a38 RC4xx/RS4xx PCI Express Port 3

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a39 RC4xx/RS4xx PCI Express Port 4

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a3f RC4xx/RS4xx PCI Bridge [int gfx]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a41 RS400 [Radeon Xpress 200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a42 RS400M [Radeon Xpress 200M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a61 RC410 [Radeon Xpress 200/1100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a62 RC410M [Mobility Radeon Xpress 200M]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b60 RV370 [Radeon X300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b62 RV370 [Radeon X600/X600 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b63 RV370 [Radeon X300/X550/X1050 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b64 RV370 GL [FireGL V3100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b65 RV370 GL [FireMV 2200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5b66 RV370X

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a19 RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a1a RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 2)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a1b RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 3)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a1c RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a1d RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a1e RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a1f RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a20 RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a23 RD890S/RD990 I/O Memory Management Unit (IOMMU)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a31 RC410 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a33 RS400 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a34 RS4xx PCI Express Port [ext gfx]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a36 RC4xx/RS4xx PCI Express Port 1

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a37 RC4xx/RS4xx PCI Express Port 2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a13 RD890S/SR5650 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a14 RD9x0/RX980 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a15 RD890 PCI to PCI bridge (PCI express gpp port A)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a16 RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a17 RD890/RD9x0 PCI to PCI bridge (PCI Express GFX port 1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a18 RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 597f RD790 PCI to PCI bridge (PCI express gpp port F)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5980 RD790 PCI to PCI bridge (external gfx1 port A)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5981 RD790 PCI to PCI bridge (external gfx1 port B)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5982 RD790 PCI to PCI bridge (NB-SB link)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a10 RD890 Northbridge only dual slot (2×16) PCI-e GFX Hydra part

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a11 RD890 Northbridge only single slot PCI-e GFX Hydra part

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5a12 RD890 Northbridge only dual slot (2×8) PCI-e GFX Hydra part

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5974 RS482/RS485 [Radeon Xpress 1100/1150]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5975 RS482M [Mobility Radeon Xpress 200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5978 RX780/RD790 PCI to PCI bridge (external gfx0 port A)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5979 RD790 PCI to PCI bridge (external gfx0 port B)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 597a RD790 PCI to PCI bridge (PCI express gpp port A)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 597b RX780/RD790 PCI to PCI bridge (PCI express gpp port B)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 597c RD790 PCI to PCI bridge (PCI express gpp port C)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 597d RX780/RD790 PCI to PCI bridge (PCI express gpp port D)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 597e RD790 PCI to PCI bridge (PCI express gpp port E)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5950 RS480/RS482/RS485 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5951 RX480/RX482 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5952 RD580 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5954 RS480 [Radeon Xpress 200 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5955 RS480M [Mobility Radeon Xpress 200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5956 RD790 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5957 RX780/RX790 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5958 RD780 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5960 RV280 [Radeon 9200 PRO / 9250]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5961 RV280 [Radeon 9200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5962 RV280 [Radeon 9200]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5964 RV280 [Radeon 9200 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5965 RV280 GL [FireMV 2200 PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5656 Mach64 VT4 [Video Xpression+]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5657 RV410 [Radeon X550 XTX / X700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5830 RS300 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5831 RS300 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5832 RS300 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5833 RS300 Host Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5834 RS300 [Radeon 9100 IGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5835 RS300M [Mobility Radeon 9100 IGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5838 RS300 AGP Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5854 RS480 [Radeon Xpress 200 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5874 RS480 [Radeon Xpress 1150] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5940 RV280 [Radeon 9200 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5941 RV280 [Radeon 9200] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5944 RV280 [Radeon 9200 SE PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5551 R423 GL [FireGL V5100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5569 R423 [Radeon X800 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 556b R423 [Radeon X800 GT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 556d R480 [Radeon X800 GTO2/XL] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 556f R430 [Radeon X800] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5571 R423 GL [FireGL V5100] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 564b RV410/M26 GL [Mobility FireGL V5000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 564f RV410/M26 [Mobility Radeon X700 XL]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5652 RV410/M26 [Mobility Radeon X700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5653 RV410/M26 [Mobility Radeon X700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5654 Mach64 VT [Video Xpression]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5655 264VT3 [Mach64 VT3]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5452 Rage 128 PRO Ultra4XL VR-R AGP

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5460 RV370/M22 [Mobility Radeon X300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5461 RV370/M22 [Mobility Radeon X300]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5462 RV380/M24C [Mobility Radeon X600 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5464 RV370/M22 GL [Mobility FireGL V3100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5549 R423 [Radeon X800 GTO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 554a R423 [Radeon X800 XT Platinum Edition]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 554b R423 [Radeon X800 GT/SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 554d R480 [Radeon X800 GTO2/XL]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 554e R430 [All-In-Wonder X800 GT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 554f R430 [Radeon X800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5550 R423 GL [FireGL V7100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 514c R200 [Radeon 8500/8500 LE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 514d R200 [Radeon 9100]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5157 RV200 [Radeon 7500/7500 LE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5159 RV100 [Radeon 7000 / Radeon VE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 515e ES1000

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5245 Rage 128 GL PCI

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5246 Rage 128 (Rage 4) series

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 524b Rage 128 VR PCI

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 524c Rage 128 VR AGP

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 534d Rage 128 4X AGP 4x

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5354 Mach 64 VT

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5446 Rage 128 PRO Ultra AGP 4x

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e6a RV350 [Radeon 9800 XT] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e71 RV350/M10 [Mobility Radeon 9600] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4f72 RV250 [Radeon 9000 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4f73 RV250 [Radeon 9000 Series] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5044 All-In-Wonder 128 PCI

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5046 Rage 4 [Rage 128 PRO AGP 4X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5050 Rage 4 [Rage 128 PRO PCI / Xpert 128 PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5052 Rage 4 [Rage 128 PRO AGP 4X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5144 R100 [Radeon 7200 / All-In-Wonder Radeon]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 5148 R200 GL [FireGL 8800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e4b R350 GL [FireGL X2 AGP Pro]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e50 RV350/M10 / RV360/M11 [Mobility Radeon 9600 (PRO) / 9700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e51 RV350 [Radeon 9550/9600/X1050 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e52 RV350/M10 [Mobility Radeon 9500/9700 SE]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e54 RV350/M10 GL [Mobility FireGL T2]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e56 RV360/M12 [Mobility Radeon 9550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e64 R300 [Radeon 9700 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e65 R300 [Radeon 9500 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e66 RV350 [Radeon 9600] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e67 R300 GL [FireGL X1] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e68 R350 [Radeon 9800 PRO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e69 R350 [Radeon 9800] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4d46 Rage Mobility 128 AGP 4X/Mobility M4

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4d52 Theater 550 PRO PCI [ATI TV Wonder 550]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4d53 Theater 550 PRO PCIe

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e44 R300 [Radeon 9700/9700 PRO]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e45 R300 [Radeon 9500 PRO/9700]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e46 R300 [Radeon 9600 TX]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e47 R300 GL [FireGL X1]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e48 R350 [Radeon 9800 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e49 R350 [Radeon 9800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4e4a R360 [Radeon 9800 XXL/XT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4b6b R481 [Radeon X850 PRO AGP] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4b6c R481 [Radeon X850 XT Platinum Edition AGP] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c42 Mach64 LT [3D Rage LT PRO AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c46 Rage Mobility 128 AGP 2X/Mobility M3

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c47 3D Rage IIC PCI / Mobility Radeon 7500/7500C

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c49 3D Rage LT PRO PCI

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c4d Rage Mobility AGP 2x Series

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c50 Rage 3 LT [3D Rage LT PRO PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c52 M1 [Rage Mobility-M1 PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c54 264LT [Mach64 LT]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c57 RV200/M7 [Mobility Radeon 7500]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c58 RV200/M7 GL [Mobility FireGL 7800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c59 RV100/M6 [Rage/Radeon Mobility Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c66 RV250/M9 GL [Mobility FireGL 9000/Radeon 9000]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4c6e RV250/M9 [Mobility Radeon 9000] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a4a R420 [Radeon X800 GT AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a4b R420 [Radeon X800 AGP Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a4d R420 GL [FireGL X3-256]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a4e RV420/M18 [Mobility Radeon 9800]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a4f R420 [Radeon X850 AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a50 R420 [Radeon X800 XT Platinum Edition AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a54 R420 [Radeon X800 VE AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a69 R420 [Radeon X800 PRO/GTO] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a6a R420 [Radeon X800] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a6b R420 [Radeon X800 XT AGP] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a70 R420 [Radeon X800 XT Platinum Edition AGP] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a74 R420 [Radeon X800 VE] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4b49 R481 [Radeon X850 XT AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4b4b R481 [Radeon X850 PRO AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4b4c R481 [Radeon X850 XT Platinum Edition AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4b69 R481 [Radeon X850 XT AGP] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 487b Xilleon 242 HBIU for X242

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 487d Xilleon 242 USB 1.1 for X242

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4880 Xilleon 254 HBIU for X254

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4881 Xilleon 254 USB 1.1 for X254

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4882 Xilleon 255 HBIU for X255

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4883 Xilleon 255 USB 1. 1 for X255

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4884 Xilleon 243 HBIU for X243

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4885 Xilleon 243 USB 1.1 for X243

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4886 Xilleon 233 HBIU for X233

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4887 Xilleon 233 USB 1.1 for X233

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4888 Xilleon 143 HBIU for X143

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4889 Xilleon 143 HBIU for X143L

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 488a Xilleon 143 HBIU for X143S

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4966 RV250 [Radeon 9000 Series]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 496e RV250 [Radeon 9000] (Secondary)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4a49 R420 [Radeon X800 PRO/GTO AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 486a Xilleon 240S HBIU for X240S

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 486b Xilleon 240H HBIU for X240H

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 486c Xilleon 240S USB for X240S

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 486d Xilleon 240H USB for X240H

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 486e Xilleon 250 USB 1.1 for X250

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 486f Xilleon 260 USB 1.1 for X260

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4870 Xilleon 250 HBIU for X250

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4871 Xilleon 250 IDE for X250

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4872 Xilleon 234/235 HBIU for X234/X235

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4873 Xilleon 244/245 HBIU for X244/X245

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4874 Xilleon 234/235 USB 1.1 for X234/X235

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4875 Xilleon 260 HBIU for X260

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4876 Xilleon 260 IDE for X260

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4877 Xilleon 244/245 USB 1.1 for X244/X245

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4878 Xilleon 270 HBIU for X270

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4854 Xilleon 215 DAIO-1 for X215

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4855 Xilleon 225 HBIU for X225

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4856 Xilleon 225 IDE for X225

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4857 Xilleon 225 USB for X225

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4858 Xilleon 225 DAIO-0 for X225

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4859 Xilleon 225 DAIO-1 for X225

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4860 Xilleon 210 HBIU for X210

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4861 Xilleon 210 IDE for X210

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4862 Xilleon 210 USB for X210

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4863 Xilleon 210 DAIO-0 for X210

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4864 Xilleon 210 DAIO-1 for X210

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4865 Xilleon 226 HBIU for X226

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4866 Xilleon 226 IDE for X226

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4867 Xilleon 226 USB for X226

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4868 Xilleon 226 DAIO-0 for X226

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4869 Xilleon 226 DAIO-1 for X226

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4754 Mach64 GT/GT-B [3D Rage I/II]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4755 Mach64 GT-B [3D Rage II+ DVD]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4756 Rage 2 [3D Rage IIC PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4757 Rage 2 [3D Rage IIC AGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4758 Mach64 GX [WinTurbo]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4759 Rage 3 [3D Rage IIC PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 475a 3D Rage IIC AGP

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4845 Xilleon 220 HBIU for HDTV2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4846 Xilleon 220 IDE for HDTV2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4847 Xilleon 220 USB for HDTV2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4848 Xilleon 220 DAIO-0 for HDTV2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4849 Xilleon 220 DAIO-1 for HDTV2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 484a Xilleon 220 LPC for HDTV2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4850 Xilleon 215 HBIU for X215

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4851 Xilleon 215 IDE for X215

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4852 Xilleon 215 USB for X215

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4853 Xilleon 215 DAIO-0 for X215

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 43a2 SB900 PCI to PCI bridge (PCIE port 2)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 43a3 SB900 PCI to PCI bridge (PCIE port 3)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4437 RS250 [Mobility Radeon 7000 IGP]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4554 210888ET [Mach64 ET]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4630 XENOS Parent Die (XBOX 360)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4631 XENOS Daughter Die (XBOX 360)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4654 Mach64 VT

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4742 Rage 3 [3D Rage PRO AGP 2X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4744 Rage 3 [3D Rage PRO AGP 1X]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4749 3D Rage PRO PCI

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 474d Rage XL AGP 2X

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 474e Rage XC AGP

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 474f Rage XL

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4750 3D Rage Pro PCI

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4752 Rage 3 [Rage XL PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4753 Rage XC

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 438d SB600 PCI to LPC Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 438e SB600 AC97 Modem

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4390 SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4391 SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4392 SB7x0/SB8x0/SB9x0 SATA Controller [Non-RAID5 mode]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4393 SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4394 SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4395 SB8x0/SB9x0 SATA Controller [Storage mode]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4396 SB7x0/SB8x0/SB9x0 USB EHCI Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4397 SB7x0/SB8x0/SB9x0 USB OHCI0 Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4398 SB7x0 USB OHCI1 Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4399 SB7x0/SB8x0/SB9x0 USB OHCI2 Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 439c SB7x0/SB8x0/SB9x0 IDE Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 439d SB7x0/SB8x0/SB9x0 LPC host controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 43a0 SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 43a1 SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4379 IXP SB4x0 Serial ATA Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 437a IXP SB400 Serial ATA Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 437b IXP SB4x0 High Definition Audio Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4380 SB600 Non-Raid-5 SATA

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4381 SB600 SATA Controller (RAID 5 mode)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4382 SB600 AC97 Audio

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4383 SBx00 Azalia (Intel HDA)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4384 SBx00 PCI to PCI Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4385 SBx00 SMBus Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4386 SB600 USB Controller (EHCI)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4387 SB600 USB (OHCI0)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4388 SB600 USB (OHCI1)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4389 SB600 USB (OHCI2)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 438a SB600 USB (OHCI3)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 438b SB600 USB (OHCI4)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 438c SB600 IDE

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4378 IXP SB400 AC’97 Modem Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4365 SB300 USB Controller (EHCI)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4367 SB300 USB Controller (EHCI)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4368 SB300 USB Controller (EHCI)

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4369 SB300 IDE Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 436c SB300 PCI to LPC Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 436d SB300 AC97 Modem Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 436e SB300 Serial ATA Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4370 IXP SB400 AC’97 Audio Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4371 IXP SB4x0 PCI-PCI Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4372 IXP SB4x0 SMBus Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4373 IXP SB4x0 USB2 Host Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4374 IXP SB4x0 USB Host Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4375 IXP SB4x0 USB Host Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4376 IXP SB4x0 IDE Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4377 IXP SB4x0 PCI-ISA Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4341 SB200 AC97 Audio Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4342 SB200 PCI to PCI Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4345 SB200 EHCI USB Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4346 Crayola 6 [XENOS Parent Die (XBOX 360)]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4347 SB200 OHCI USB Controller #1

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4348 SB200 OHCI USB Controller #2

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4349 SB200 IDE Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 434c SB200 PCI to LPC Bridge

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 434d SB200 AC97 Modem Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4353 SB200 SMBus Controller

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4354 215CT [Mach64 CT PCI]

Vendor

Device

PCI

1002

Advanced Micro Devices, Inc. [AMD/ATI] 4358 Mach64 CX [Graphics Xpression]

Vendor

Device

215-0752001 — AMD RS880 northbridge

Main
» Microcircuits
» 215-0752001 — AMD RS880 Northbridge

Category

  • Batteries

    • For tools
    • For vacuum cleaners
    • For cell phones
    • Lithium polymer (Li-Pol) (cans)
    • Lead acid
    • For radiotelephones
    • For tablets
    • For laptops
    • For cameras
    • Universal batteries
    • AA, AAA, C, B, 9V
    • 18650
  • Batteries
  • Plastic containers
  • Microcircuits
  • Consumables

    • for soldering

      • Braid
      • Solders
      • Fluxes and rosin
    • thermal materials

      • thermal paste
      • Thermal rubber bands
      • thermoscotch
      • Heat shrink tubing
  • Power supply, chargers, adapters, cables
  • Memory cards, USB flash drives

    • USB flash drives
    • Memory cards
  • Spare parts for phones, tablets and el. books

    • Restoring modules

      • Glue, Adhesive tape, OCA films
      • Backlight
      • Frames for modules
      • Glasses for display modules
    • Displays, touchscreens
    • Calls, speakers
    • Connectors

      • MMC card connector
      • SIM + MMC card connector
      • SIM card connector
    • Corps

      • Apple
      • HTC
      • Lenovo
      • LG
      • Motorola
      • Nokia, Microsoft
      • Samsung
      • Sony
    • Microphones
    • System connectors
    • plumes

      • Alcatel
      • Apple
      • Fly
  • Laptop Parts

    • Fans
    • Keyboards for laptops
    • Body parts

      • Matrix loops
      • Other details
    • matrices
    • Power Connectors
    • FFC film cables
    • Matrix loops

Features

Manufacturer AMD(ATI)
Chip type North Bridge
Warranty 14 days

Compatibility

Compatible p/n: 215-0752001; AMD RS880;

Reviews (0)

Rating: Poor

Good

Continue

Leave a review ↓

Chip 215-0752001 AMD RS880 northbridge | Festima.

Ru

Almost all necessary chips, microcircuits, processors for laptops are available! Check the availability on the Chipubuk website, by phone or in messages. ❗❗ Repair of laptops, computers, soldering chips, repair of motherboards and other types of work❗ ——————————— —————————— ATI: 216-0833000, 216-0810005, 216-081000, 216-0809000, 216-0674026, 216-0772000, 216-0774007, 215-0674034, 216-0833002, 215-0752007, 216-0809024, 216-0728014, 216-0810028, 216-0728018, 216-0752001, 216-0749001, 216-0749001, 216-0749001, 216-07499001, 216-07499001, 216-076-07499001, 216-076-07499001, 216-076-07499001, 216-076-07499001, 216-076-07499001, 216-076-07499001, 216-076-076-07499AT 216-0774207, 215-0674030, 216-0729051 Intel: GL82HM170, SR2C4BD82HM76 slj8e, BD82HM77 slj8c, DH82HM86, SR17EBD82HM55 SLGZS, BD82HM65 SLJ4P, GL82HM175 SR30W, BD82HM70 SJTNV, QG82945GSE SLB2R, DH82HM87 SR17D nVidia: G84-53-A2, G86- 630-A2, G86-771-A2, N13P-GT-W-A2, MCP75L-B3, G86-603-A2, G86-631-A2, N12P-GS-A1, N15S-GT-B-A2, N16P- GX-A2, MCP79D-B2, MCP79MXT-B3, N11P-GE1-W-A3 128bit, N11P-GE1-W-A3 64bit, N13P-GT-A2, N14M-GL-B-A2 Multis: KB9022Q D IT8586E FXA, IT8528E FXA, IT8586E FXS, KB9012QF A4, IT8528E EXA, IT8528E AXA, IT8985E AXA, KB9012QF A3, IT8517E HXA, IT8572E AXA, KBC1126-NU, IT8587E FXA, IT8226E-128 BXA, IT8528E AXS, KB3940Q A1, W25Q64FVSIG, NPCE781BA0DX, NPCE885GA0DX, KB926QF D3, IT8585E FXA ❗❗LARGE NUMBER OF OTHER CHIPS on the Chipbook website❗❗ For availability, check or look at the website! ————————————————— ———— More than 1000 types of chips are available, a large selection of connectors, microcircuits, BGA balls, stencils, braid, thermal pads, thermal paste and more. All information about the availability and quantity is fully up-to-date on our website. Chipbuk (CHIPBOOK in search) ————————————— —————— Can be picked up:? Art. m. «Sennaya», st. Gorokhovaya d. 50. Sign «Service Center». Entrance from the street. 7 days a week from 11:00 to 20:00 Delivery within the Ring Road, by courier — 300 rubles. Delivery to other cities by 100% prepayment by SDEK, Post, Flippost❗ ————————————————— ————————————ATI: 216-0774009, 216-0772003, 216-0728020, 216-0774211, 216-0810001, 216-0729042, AM5000IBJ44HM A4-5000, 215-0674058, AM5200IAJ44HM A6-5200, 215-0674042, 216-0683013, 216-2- 216- 216-27, 216-2- 216- 216- 216-27, 216-2-22- 216- 216- 216-22, 216-22- 216- 216- 216-22, 216-22- 216- 216-22- 216- 216-2A , 216-0707009, 216-0707011, 216BCP4ALA12FG, 216CPIAKA13FG, 216LQA6AVA12FG, 216MCA4ALA12FG, 216MQA6AVA12FG, 216MJBKA15FG, 216PLAKB24FG,  216QMAKA14FG, 216TQA6AVA12FG, 218-0660017, 218-0697014, 218-0697020, 218-0755046, 218-0755097, 218S2EBNA46, 218S4PASA12K , 218S4PASA14G, 216-0841000, 216-0841009, 216DCP5LA11FG, 216-0841027, 216PMAKA12FG, 216MGAKC13FG, 216PBCGA15F, 216PLAKB26FG, 216PVAVA12FG, 216-0842-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 216642-2000, 2166PMAKA13, 218S6ECLA21FG, 218S7EBLA12FG, 216-0683008, 216-0833018, 215-0803043, EM3800IBJ44HM, 215-0804000, 216-0774008, 218-0844012, 216-0674022218-0755042, 216-0752003, AM5100IBJ44HM A4-5100, 218-0755113, 216-0707001, 215-0767003, 215-0757004, 216-0769008, 216-0774006, 216-0833132, 216-0866000, 216-0858030, AT1450IDJ44HM, 216-0868000, 216-08555000, AM445SHE2-2-2-HAEHA A6-455M 216-0856010 215-0804026 216-0841000 216BAAAVA12FG 215-0752016 215-0669061 216-0731004 215-06740322006, 215-0725018, 215RSA4ALA12FG, 218S4RBSA12G, 216Q7CGBGA13, 215RDP6CLA14FG, 215NDA7AKA21FG, VIA CN896, 218-0755042, 216-0846009, 216-0728009, 216MEP6BLA12FG nVidia: N14P-GT-A2, N15V-GM-B-A2, G96- 630-A1, NF-G6150-N-A2, N15S-GT-S-A2, G84-600-A2 128bit, G84-600-A2 64bit, MCP67MV-A2, N11P-GE1-A3 128bit, N11P-GE1-A3 64bit, N14P-GE-OP-A2, N13P-GL-A1, N14P-GV2-S-A1, GF-GO7600T-N-A2, G86-731-A2, GF-GO7600T-H-N-B1, GF-GO7400T- B-N-A3, N15S-GT-B-A2, N12M-GE-S-B1, N12E-GE-A1, MCP79MVL-B2, n13m-ge2-aio-a1, G6100-N-A2, G86-735-A2, G86-635-A2, N14E-GE-A1, G96-605-A1, GT218-300-B1, G96-600-A1, GO5600, N10M-GS2-S-A2, GF-GO6200-N-A2, N10M-GE2-S, GO7900T, GTXHN-A2, G86- 303-A2, Go6400SQ-N-A2G92-270-A2, g73m-U-N-A2, MCP79MZ-B3, N10M-GE-S-A3, G96-650-C1, G98-600-U2G, 96-750-A1, MCP89MZ-A2, N10E-GE-A2, N10P-GE1, N11P-GS-A1, N11M-PT1-S-B1, N11M-GE1-B-A3, N11P-GE-A1, N11P-GV2-A3, N11P- GV2H-A2, N11P-GV2H-A3, N12E-GE-B-A1, N12E-GE2-A1, N12P-GE-A1, N12P-GV-OP-B-A1, N12P-GV-B-A1, n12p- gt-a1, N12P-GV-HL-B-A1, N12P-GT1-A1, n13m-gs-b-a2, n13m-ge1-s-a1, N13P-GL2-A1, N13P-GLR-A1, N13P- GS-A2, N14P-GS-A2, N14P-GT1-A2, N14M-GE-S-A2, N14M-GE-B-A2, N15V-GM-S-A2, GT218-ION-B1, MCP67M-A2, N10M-GS2-B-A2, N10P-GS-A2, N10P-GV1, N10P-GV2-C1, NF-430-N-A3, NF-SPP-100-N-A2, br03-n-a2, GF- FX-GO5700, GF-GO6800-B1, GF-GO7300T-N-A3, GF-GO7300-B-N-A3, GF-GO7400T-N-A3, GF-GO7600T-N-B1, GF-GO7700T-GF-N-B1, Go7900-GSHN-A2, MCP79, MXT-B2, MCP79, MVL-B3G84-601-A2 128bit, G84-602-A2 64bit, G84-603-A2 128bit, G84-603-A2 64bit, G84-625-A2 128bit , dc08+G84-625-A2 64bit, G84-625-A2 128bit, dc14+G84-750-A2 128bit, G84-751-A2 64bit, G84-875-A2, G84-950-A2 128bit, G86-703- A2, G86-741-A2, G92-700-A2, G92-751-B1, G96-630-C1, G98-630-U2, G98-730-U2, N13E-GS1-A1, G86-730-A2, N14P-GE-A2, G92-720-A2, G92-740-A2, G86-741-A2, G92-700-A2, N13P-GSR-A2, G86-751-A2, N14M-GS-S-A1, GO7200T-N-A3, N12P-GVR-OP-B-A1, N13P-GV2-S-A2, GF-FX-GO5700, Go7900T-GSHN-A2, NF-G6100-N-A2, G86-921-A2, N11M-GE1-S-A3 BD82B75 SLJ85, DH82HM87 SR13H, BD82QS77 SLJ8B, BD82HM67 SLJ4N, LE82GM965 SLA5T, BD82HM75 slj8f, AC82GM45 SLB94, AF82801IBM SLB8Q, BD82HM57 SLGZR, FW82801FBM, NH82801GBM SL8YB, NH82801HBM SLA5Q, NH82801HEM SLA5R, QG82915GMS SL8G9, QG82915PM SL8G7, QG82943GML SL9Z9, QG82945PM SL8Z4, RG82852GM SL6ZK, AC82GS45 SLB92. BD82H55 SLGZX, BD82QS57 SLGZV, FW82801EB, QG82945GM SL8Z2, N2920 SR1SF, N455 E52186 SLBX9, AC82GL40 SLB95, BD82H61 SLJ4B, DH82H81 SR177, DH82HM87 QE99ES, LE82GL960 SLA5V, AC82GL40 SLGGM, N3700 SR29E, BD82HM65 SLH9DR, G82855GME SL72L, AM82801IUX SLB8N, AF82801IEM SLB8PGL, 82h210 SR2CA : IT8885E AXS, W25Q64FWSIQ, NPCE795LA0DX, KB930QF A1, IT8528E EXS, MEC1310-NU, NPCE885LA0DX, KB3930QF A1, NPCE285PA0DX, W25Q64FVSIQ, IT8987E BXA, KB3930QF B1, IT8518E HXA, W25Q64FWSIG, W25Q32BVSIG, NPCE288NA0DX, IT8985E AXA, WPC8763LDG, IT8500E BXA, NPCE985PA0DX, IT8519E HXA, KB3310QF C1, W25Q64FWSIG, KB9016QF A3, WPC8769LDG, KB3926QF D2, NPCE795PA0DX, KB3310QF A0, KB3310QF B0, KB3910SF C1, KB3926QF A1, KBC1098-NU, MEC1300-NU, MEC1308-NU, MEC1609, MEC1619L — AJZP, 25Q16BVSIG, W25Q64BVSIG, WPCE773LAODG, KB3930QF A2, KB3930QF B0, WPCE775LAODG, NPCE781LA0DX, NPCE781EAODX, NPCE783LA0DX, NPCE791LA0DX, NPCE791GA0DX, NPCE791CAODX, NPCE794LA0DX, NPCE795GA0DX, IT8502E JXA, IT8502E KXA, IT8512E JX, IT8512E JXS, IT8512E NXS, IT8517E CXS, IT8517E HXS, IT8518E CXS, IT8518E HXS, IT8518E CXA, IT8518E DXA, IT8561E HXS, IT8561E HXA, IT8570E AXA, IT8572G, IT8585E CXS, IT8586E CXS, IT8587E EXA, IT8752TE BXA, IT8752TE CXS, IT8770E DXG, IT8772E BXS, IT8772E CXG, IT8772E EXS, NPCE885PA0DX , IT8985E AXA, IT8985E AXS, KB9012QF A1, KB9012QF A2, KB926QF B1, KB926QF C0, KB926QF C1, KB926QF D2, KB926QF E0, KB932QF A0, NPCE985LA0DX, KB9010BF C4, ECE5018-NU, KB3936QF A1, IT8510E EXS, 25X40AVNIG, IT8510E DXS, KBC1070-NU, WPC8769LDG, WPCE773LAODG, WPCE775LAODG, IT8517VG HXO, KB9022Q C, KB9010QF C4, IT8517VG HXS, IT8572G AXS, NPCE985LB1DX, MEC1619L-AJZP, KBC1091-NU, NPCE388NA0DX, IT8585VG FXO, KB9028Q C, IT8519G HXS, IT8987E BXS, IT8580E AXA, IT8528E FXS, KB932BF A0, IT8712F S, IT8502E JXS, W25X40BVIG, W25X40BVSIG, W25X20BVNIG, LGA1151

Computer accessories and components

Notebook HP ProBook 4525s – a tool for work or.

..? / Notebooks and PCs

Not so long ago we had an MSI CR630 laptop based on the latest AMD Danube platform for testing. It is worth noting that the platform, and the laptop itself, left a very pleasant impression. But the MSI CR630 was equipped only with an integrated video adapter, albeit a rather powerful one, and the hero of today’s material, the HP ProBook 4525s laptop, is also equipped with an entry-level discrete accelerator — ATI Mobility Radeon HD 530v, as well as a slightly more powerful AMD Turion II P520 processor. Let’s see what this link is capable of.

⇡ # Specifications declared by the manufacturer

OS SUSE Linux Enterprise 11
Processor AMD Turion II P520, 2.3 GHz, two cores
Kesh L2 1 Mb
Chipset Northbridge: AMD RS880, AMD K10 IMC
Southbridge: AMD SB800
Video ATI Radeon HD 530v, 512 MB
Sound IDT 92HD81B1X
Matrix type 15. 6″, 1366×768 dots, LG LP156Wh3-TLQB
RAM 2+2 GB DDR-3 Samsung M471B5673HF0-CH9
Hard disk 500 GB Toshiba MK5056GSY
Optical drive HP DVDRAM GT30L
Interfaces 3 x USB 2.0
1 x eSATA/USB 2.0
1 x HDMI
1 x D-Sub (VGA)
1 x ExpressCard (34 mm)
1 x memory card slot
1 x RJ-45
1 x RJ -11
1 x headphone jack
1 x microphone jack
Wireless interfaces Broadcom BCM4310
Power adapter Realtek RTL8168D/8111D
Optional Webcam 2 MP
Battery Li-Ion, 93 Wh capacity
Dimensions, mm 371. 8 x 249.6 x 27.7
Weight, kg 2.39 (with 6-cell battery)

Processor information

Cache and memory test

ATI Mobility Radeon HD 530v discrete video can be misleading. The HD 500v series, judging by the name, seems to be a member of the 5000 family, but in fact it has nothing to do with it, since, in fact, it belongs to the 4000 family. For example, the Lavalys EVEREST package even recognizes the adapter as an ATI Radeon HD 4500. That is, there can be no question of any support for DirectX 11.

⇡# Delivery set

The delivery set of the laptop is quite modest — a lot of standard brochures, a charger, a user manual disk, and a SUSE Linux Enterprise 11 recovery disk. Of course, there are modifications with Windows 7, but they are much more expensive .

⇡# Appearance and ease of use

The laptop is enclosed in a recognizable case, the design of which is the same for the entire ProBook series. The case is replete with metal panels with a surface that emits mechanical processing — a work area, an overlay above the keyboard, a display cover. All metal panels are covered with a dark brown lacquer, which, unfortunately, is quite actively stained with prints.

Good thing it’s easier to wipe off prints than from the glossy plastic panels that this laptop also has — a frame around the display and a keyboard block panel. Gloss gets dirty even faster than dark metal panels, and they are much easier to scratch. The bottom is made of thick and slightly rough plastic. There are no complaints about the build quality, and there should not be — the name of the series obliges. When trying to twist the case slightly gives in, but does not creak.

The front surface is not loaded, there is only a media access indicator (depending on the modification, not only a hard drive, but also an SSD drive can be installed), a pair of standard audio connectors and a memory card slot.

Behind, due to design features, there are no connectors, and the entire surface is occupied by the battery wall.

On the left is a security lock slot, large ventilation grille, D-Sub (VGA), RJ-45, HDMI and eSATA/USB combo ports, and an ExpressCard/34mm expansion card slot.

The right side is also not empty — a pair of USB ports, an RJ-45 connector, an optical disc drive (a Blu-ray drive is also available in addition to DVD-RW), as well as an external power supply socket.

The bottom of the laptop is flat, without steps, which should have a positive effect on the efficiency of heat dissipation, only there are no ventilation holes at all, which is a bit unusual. The case is supported by four round rubber feet, which, despite the small contact area, hold very well on any tabletop, be it glass, lacquered or a regular office table.

The laptop belongs to the business series, but the design of the hinges is not classical — they are recessed into the case, so the maximum opening angle is slightly more than 130 degrees.

The chiclet-style keyboard with glossy cell surfaces is already a hallmark of the ProBook series. Of course, it looks stylish and bright, but it does not smell of practicality here — the gloss is too marks, and wiping prints between the keys is not so easy. The width of the letter key is 15.5 mm. There are a lot of squeezed keys — arrow keys and a number of function keys, which are compressed to 13.3×10 mm, as well as the long-suffering [], which gets the most — its width is only 10.8 mm.

Among the features of the keyboard unit, it is worth noting an additional numeric keypad, as well as a wireless interface power button, which is equipped with a small two-color LED activity indicator, which is much more convenient than switches and buttons on the side surface. There are no special comments on the operation of the keyboard, except that the key travel is too soft, but otherwise they are good — the moment of pressing is clearly felt, and the noise is barely noticeable even in a quiet room.

The design of the manipulator is very original — the keys and the touch panel are connected together, and the surface of the keys is a continuation of the touch panel. In principle, this is convenient, because when working with the «touchpad» the left key is practically not used, because it is replaced by the «touchpad» itself, and the right key is used much less frequently, i.e. while retaining the functionality of the manipulator, the touchpad area was significantly increased with little bloodshed. Speaking of the size of the touch panel — it is huge, 100×62 mm, so it is very convenient to work with it.

The power key is located above the keyboard unit in the center, and on the sides, under a decorative mesh, a pair of speakers is hidden. On the top edge of the display is a webcam window and a built-in microphone.

Amd 870 chipset support for

processors It’s no secret that the majority of AMD processors currently produced belong to the mid-budget and just budget segments. Naturally, when a user purchases an inexpensive processor, he usually chooses a board without any special “bells and whistles” — why overpay? Moreover, among motherboards based on mid-range chipsets there are quite generously equipped with almost everything that even a demanding user may need.

In this review, we’ll take a look at boards based on the AMD 870 chipset, such boards look like the most natural choice when you’re sure that the integrated video is rather weak for you, and therefore it makes sense to choose among boards based on discrete chipsets. And since the back panel of such a board does not interfere with graphics ports, it is possible to place a more complete set of other peripheral ports on it.

The table below contains the main characteristics of the boards that participated in the testing.

Despite the fact that the chipset does not formally support CrossFire, almost all boards have two full-size graphics slots (except for ASUS M4A87TD/USB3), and it is possible to enable CrossFire mode in the video driver. Moreover, the ASRock board even supports a symmetrical mode for a pair of video cards (that is, when a second video card is installed, the PCI Express lines are distributed equally between the slots, according to the formula x8 + x8), for the rest of the boards, 4 PCI Express lines are rigidly fixed behind the second slot, allocated from among the reserve ones, supported by the chipset.

The equipment with peripheral interfaces is quite homogeneous: according to the modern tradition, most boards have a USB 3.0 controller made by NEC, there are no problems with the choice of boards that support eSATA, moreover, a chipset channel is output on two boards and, accordingly, the external port also complies with the 3.0 standard . Owners of FireWire peripherals also have nothing to complain about yet, although this interface is a natural candidate for displacement if the space on the rear panel turns out to be occupied by other, more common interfaces. On the other hand, as we see in the photo, on the example of the Gigabyte board, which can be called the most equipped among those considered in this review, there is still room. If desired, you can also stick a second network outlet, although in this case the board would not fit into the category of mid-budget ones.

Moreover, Gigabyte shares the first place with the ASUS M4A87TD-EVO board (whose VRM is shown in this photo) in terms of voltage regulator equipment. Moreover, it is not only about the number of channels, but also about the use of efficient field-effect transistors with low resistance in the open state.

The rest of the boards get by with simpler circuits, but in all cases there are solid capacitors, and in the case of the MSI board, Hi-c tantalum capacitors are used in the secondary circuit, which were previously used only for the most expensive overclocker models with integrated converters. All boards support Socket AM3 processors with TDP up to 140W.

The boards in question did not get heat pipes, but they are not particularly needed for cooling an economical chipset without integrated graphics. On the other hand, only ASRock took care of installing a FET heat sink in the voltage regulator circuit (this detail is useful, especially if the regulator does not have an excessive number of channels, and you are going to significantly overclock the processor).

But at the same time, ASRock engineers took over from colleagues from Gigabyte and MSI the idea of ​​placing a nameplate on the main heatsink. It is clear that it does not pull on the role of a deflector, and makes it difficult for natural convection. The question is: why should this be done? But since nothing close to overheating is found in the tests and during the operation of these boards, this is more a question of a perfectionist.

Unlocking additional cores in processors of the corresponding series has long been implemented through the BIOS, but ASUS motherboards still have a hardware toggle switch — here ASUS M4A87TD-EVO is no exception.

It was more surprising to find some optional manipulators on the MSI board, equipped with the simplest of all, judging by the rest of the signs. The button turns on the reference frequency control, independent of other settings, so that only enthusiastic overclockers can judge how relevant this is. Other users, we dare to say, would probably prefer to see some “extra” peripheral port on the rear panel instead of this component, with which this board is by no means oversaturated.

Performance

Performance and overclocking methodology and test bench configuration can be viewed on this page.

No deviations from the reference level are observed in 5 out of 6 boards, so this item can be excluded from consideration when choosing. As for the formal lag of ASRock, it is simply unrealistic to somehow feel it in life, not within the framework of particularly sensitive computational tests.

Power input

The power consumption value is measured by the wattmeter built into the power supply for the entire system.

Power consumption, on the other hand, can fluctuate widely when using the same chipsets and processors, since the power schemes differ on boards from different manufacturers. MSI turned out to be the most economical, it is also in the selection under consideration and the most modest in terms of equipping with additional controllers, so everything is natural. We should also note the significant influence of the proprietary technology for controlling the voltage stabilizer on the Biostar board, which is not observed on other boards (in the case of ASUS, for example, turning on the EPU does not affect the readings of the devices at all). But in terms of power consumption values, Biostar, especially under load, turned out to be an outsider. Separately, we must praise the Gigabyte board, which, despite the rich equipment, demonstrated one of the best results.

Overclocking

(*) automatic boot with default parameters after the number of cold restarts set in the BIOS.

The MSI board continues to please us again, although the leader in this case is different: ASUS M4A87TD-EVO. Three more boards can be considered equivalent from the point of view of their ability to unlock the overclocking potential of processors. Formally, the ASRock board lagged behind the rest, which is quite unexpected, since we are used to the fact that the products of this company are oriented towards overclockers.

Conclusions

Almost all boards should be considered worth their price. The MSI 870A-G54 is the most modest in equipment and costs less than the others, while it is distinguished by high efficiency, good overclocking potential and the use of elite capacitors in the voltage regulator. Biostar engineers have equipped their model more richly, including support for eSATA 3.0, and this board is also inexpensive. For those who are accustomed to trust products of famous brands, but want to save money, ASUS M4A87TD/USB3 is addressed. But if we discard the stereotypes, the ASRock model looks much more interesting in terms of equipment. However, there is also a reason to overpay for the older ASUS M4A87TD-EVO, and not only “for the brand”, but also for the presence of a PATA connector and the best overclocking result. Finally, the Gigabyte board stands apart in terms of price, but the equipment is the best among those reviewed in this review. 90s on AMD 870s chipset, all paired with SB700S southbridge series. The chipsets were required to support the codenamed «Montreal» processor made on the 45 nm process, in the G3 Socket package, supporting both unbuffered or buffered DDR3 (with socket G3MX), HyperTransport 3.0 and IOMMU, all forming the codenamed «Piranha» server platform . However, as a result of a shifting strategy, AMD abandoned plans for socket G3 and G3MX to completely and purposefully deliver new server platforms. In addition, for the single-socket server platform, a combination of SR5580 (originally codenamed «RS780») and SP5100 formed under the platform codenamed «Catalunya».

Code-named «Fiorano» platform consists of code-named «Istanbul» six-core processors, while «Istanbul» processors still have Socket F + and support dual-channel DDR2 memory registered, the platform supports HyperTransport 3.0 and IOMMU.

Codenamed «Maranello» platform, it consists of six core «Sao Paulo» or twelve core «Magni-Cours» processors. The two processors support a new socket called the G34 socket with quad DDR3 support, with other platform features such as HyperTransport 3.0 and IOMMU support.

Codenamed ‘Catalunya’ platform consists of codenamed ‘Suzuki’ quad-core processors, featuring Socket AM3 and supports dual-channel DDR3 memory registered, the platform supports HyperTransport 3. 0.

Chipset code names «RD890S», «RD870S» and «SB700S» also changed to «SR5690», «SR5670» and «SP5100».

Desktop & Mobile

890FX
  • Code RD890
  • Single AMD 9 Processor Configuration0010
  • Four physical PCIe 2.0 x16 slots @ x8 electrical, which can be combined to create two PCIe 2.0 x16 slots @ x16 electrically, one PCIe 2.0 x4 slot and two PCIe 2.0 x1 slots, chipset provides a total of 42 PCIe 2.0 lanes traffic and 4 PCIe 2.0 for A-Link Express, III only in Northbridge
  • HyperTransport 3.0 and PCI Express 2.0
  • ATI CrossFireX
  • AMD OverDrive
  • IOMMU
  • from ports
  • Enthusiast discrete multi-graphics segment
890GX
  • Codenamed RS880D
  • Configuration with one AMD
  • processor, one or two @ x16 x16 physical slots, one or two @ x16 x16 physical slots, one or two @ x8 x8 slots PCIe 2.0 x4 slot and two PCIe 2.0 x1 slots, the chipset provides a total of 22 PCIe 2. 0 lanes and 4 PCIe 2.0 for A-Link Express III exclusive to Northbridge
  • Integrated Graphics: Radeon HD 4290
  • Side memory port as local framebuffer, support for DDR3 chips up to DDR3-1333.
  • ATI PowerPlay Technology
  • Two physical x16 PCI-E slots (one 16x and one 8x electrically. In Crossfire mode, and reverts to 8x electrically)
  • HyperTransport 3.0 and PCI Express 2.0
  • ATI CrossFire 9001 > 880G
  • Code RS880
  • AMD
  • single processor configuration

  • One PCIe 2.0 x16 physical slot, one PCIe 2.0 x4 slot and two PCIe 2.0 x1 slots, chipset provides a total of 22 PCIe 2.0 lanes and 4 PCIe 2.0 lanes for A-Link Express III exclusive to Northbr >870
  • Codenamed RX880
  • AMD
  • single processor configuration One PCIe 2.0 x16 physical slot, one PCIe 2.0 x4 slot and two PCIe 2.0 x1 slots, the chipset provides a total of 22 PCIe 2.0 lanes and 4 PCIe 2.0 for A-Link Express III exclusively in Northbr >southbridges

While in the same internal event mentioned above, AMD gave a preview on the features of the SB8xx family of southbridges, as follows:

  • «A-Link Express 3. 0″ now uses four PCI Express 2.0 lanes, providing 2Gbps bandwidth
  • Supports C6 power state, which is featured in Fusion processors
  • Includes Gigabit Ethernet MAC
  • Supports integrated clock as an optional feature
  • Support AHCI 1.2 with SATA switching FIS-based support
  • Mandatory support for SATA 1.5 Gb/s, 3.0 Gb/s, and SATA 6.0 Gb/s (no support for SATA 6.0 Gb/s in SB810)
  • Two built-in 8051 controllers and one dedicated for DASH compliance
  • Supports 14 USB 2.0 ports, 2 USB 1.1 ports, and 3 built-in EHCI controllers (no USB 3.0 support in original products)
  • Supports 5 fan control, 8 V and 4 Temp during hardware monitoring

Packaging and Contents

ASUS M5A97 EVO comes with a set of accessories traditional for ASUS 2011 motherboards. A solid black package with inscriptions in green and white is common to all ASUS motherboards, with the exception, perhaps, of the ROG series. On the top side of the package, the vendor indicated only the supported processor socket, as well as the logos of the technologies that the motherboard supports. The bottom side of the packaging, on the contrary, gives, although not too detailed, but an exhaustive description of all the technologies involved in a particular product.

Upon opening the box, the customer will immediately see the main board carefully wrapped in an antistatic bag. On the bottom of the motherboard are the included accessories. We can’t say that the package bundle of this motherboard is generous… quite the contrary, compared to other products that have been in our test lab. However, here you can make an indulgence, given the price range in which the ASUS M5A97 EVO is located.

  • 1x I/O Shield
  • 1x User Management
  • 1x CD with drivers
  • 3x cable SATA 6 GB/S
  • 1x 2-V-1 ASUS Q-Connector KIT
  • 1X Stille

    Characteristics

    Complete comparison Desktop

    North Bridge Bezel Support Processor Support Fabrication Process (nm) TDP HyperTransport 3. 0 IOMMU CrossFireX37 Enabled 22 lanes
    870 65nm 12.5W none Notes:

    1. Full functionality of ACISCA BIOS requires full functionality of ACIS CAPI BIOS. Currently, only some 890FX motherboards provide the ICSI table [2] :
    2. ASRock 890FX Deluxe3
    3. ASRock 890FX Deluxe4 [3]
    4. ASUS Crosshair IV
    5. ASUS M4A89TD Pro
    6. 0
    7. ASUS M4A80TA Pro80 USB M3
    8. 0FXE (requires latest BIOS)
    9. Gigabyte GA-890FXA-UD5 (from Gigabyte tech support: use Bios version F5 or higher, board Rev 3.0 or higher)
    10. Gigabyte GA-890FXA-UD7 (beta bios available tech support)
    11. MSI 890FXA-GD70 (from bios 1.7 and up)

    Integrated graphics

    Some members of the AMD 800 chipset family, the 880G and 890GX have integrated graphics (IGP) that support hardware-accelerated video playback at various levels. The IGP features are listed below:

    Updates for the AMD platform: test of motherboards based on AMD 8×0 chipsets

    It’s time for changes in the segment of motherboards for the AMD platform. The chipmaker has updated the chipsets, announcing the 800th series. We have already written about many of them, and now it’s time to conduct a comparative test of devices that have recently appeared on the market. The 870, 880G, 890GX and 890FX families of chips bring only minor innovations to the end products, among which one of the most noticeable to the consumer is support for the third generation SATA interface. The main thing, despite the cost of promising models (from $ 100), is that they will subsequently completely replace the representatives of the seven hundredth series. Already today, when assembling a progressive PC based on solutions from AMD, it is worth taking a closer look at promising configurations.

    ASRock 870 Extreme3 ​​

    Price $102

    Democratic price; excellent functionality; control buttons on the PCB

    Minor flaws in the firmware

    Verdict

    The new extreme series of motherboards from ASRock frankly pleases: even its younger representatives are equipped with control buttons on the PCB and a POST code indicator. The solution based on the AMD 870 chipset is no exception. The transistors of the power subsystem are equipped with a radiator, the layout is not satisfactory. Despite the low cost, the considered solution compares favorably with competing products based on similar chipsets. The board allows you to enable hidden processor cores, has powerful automatic overclocking capabilities.

    870 Extreme3 ​​has a good potential for forcing a PC, although engineers still have to work on the BIOS. It’s nice to see USB 3.0, eSATA and IEEE 1394 interfaces in a device in this price range. If you don’t need integrated graphics, ASRock’s brainchild will be a great option to purchase.

    Product provided by MTI

    ASRock 880GM-LE

    ASRock 880GM-LE Motherboards for

    Notify when available

    Price $81

    Price; the ability to unlock hidden cores; auto overclock

    No HDMI; sound subsystem; general equipment

    Verdict

    A very original solution from ASRock based on the AMD 880G chipset. However, the north bridge is adjacent to the south SB710 — such a combination is rare and only found in budget products. Because of this, the 880GM-LE does not support the third generation SATA interface. This model lacks an HDMI output to a monitor and has a cheap audio subsystem. USB 3.0 is out of the question, since the device is positioned in the initial segment. The four-pin CPU power connector hints that the product is not suitable for serious overclocking.

    The good news is that ASRock 880GM-LE supports automatic system boost and the ability to unlock the CPU. It is possible that this model will still appeal to someone, but it seems to us that for a similar amount it is better to buy a more functional product based on 785G.

    Product provided by MTI

    ASRock 890GX Extreme3 ​​

    Price $131

    Price; excellent functionality; control buttons and POST indicator

    No IDE

    Verdict

    Many people probably remember the period when the ASRock brand was associated exclusively with cheap, low-quality products, sometimes based on very exotic chipsets. However, times are changing. Today, the company is actively promoting its own motherboards to the enthusiast market. This is confirmed not only by marketing prospectuses, but also by real high-level models, looking at which you can’t believe that you have ASRock in front of you.

    9The 0002 890GX Extreme3 ​​is well-equipped and one of the most feature-packed in this test. The PCB has control buttons and an indicator, which will be useful for overclockers. The rear panel is full of numerous interfaces. The stylistic design of the product is also at a high level. A powerful graphics subsystem will allow you to do without a discrete graphics card. Of the conditional shortcomings, we note only the lack of an IDE.

    Product provided by MTI

    ASUS M4A88TD-M/USB3

    Price $105

    Good equipment; functionality; price

    Minor flaws in the firmware

    Verdict

    The model in question is a good option for use as the basis of NTRS. M4A88TD-M/USB3 is made in mATX form factor and has Spartan equipment. At the same time, the developers implemented the USB 3.0 interface, which, coupled with SATA 3, distinguishes this product from solutions of a similar class based on the 785G. The surcharge for functionality is relatively small, and some users need a backlog for the foreseeable future right now.

    ASUS, like other manufacturers, despite restrictions from AMD, has implemented its own technology for unlocking hidden processor cores — Core Unlocker. The M4A88TD-M/USB3 has pretty decent overclocking capabilities. And don’t be embarrassed by modest heatsinks without an abundance of heat pipes — such a CO is quite enough to remove heat from new chipsets.

    Product provided by MTI

    ASUS M4A89GTD PRO/USB3

    Price $150

    Functionality; high-quality CO; overclocking capabilities

    Cost

    Verdict

    Solutions based on AMD 890GX cost about $20-30 more than models based on 790GX. In return, the buyer gets a more powerful integrated video subsystem, third-generation SATA ports, and often, as in the case of ASUS M4A89GTD PRO/USB3, a USB 3.0 interface. We believe that such an overpayment is quite justified if the goal is to assemble an advanced mid-range or high-end system.

    The product in question, in addition to the mentioned functional features, boasts IEEE 1394 and eSATA connectors. The board has an excellent power subsystem. The capabilities of the model for forcing a PC will satisfy even demanding enthusiasts. Unlike the brainchild of ASRock, based on a similar M4A89GTD PRO/USB3 chipset, it is equipped with an IDE controller. At the same time, it does not have control buttons, a POST indicator, and the price bites a little.

    Product provided by MTI

    ASUS Crosshair IV Formula

    Price $230

    Excellent CO; good equipment; overclocking capabilities; control buttons on RSV

    Price; no IDE

    Verdict

    ASUS flagship model for the AMD platform represents the Republic of Gamers series. Characteristic black and red design, control buttons on the PCB, six full-size PCI Express slots set it apart from the competition. Separately, we note the effective CO, which is based on massive aluminum radiators. As befits top-class products, the board has excellent makings for boosting the system.

    The functional equipment of the Crosshair IV Formula is also at a high level. Let’s single out the sound subsystem on the Creative SupremeFX X-Fi chip, which is uncharacteristic for the rest of the devices presented in the test. However, there is no POST code indicator on the PCB, and it is quite difficult to diagnose problems using multi-colored LEDs. The model lacks an IDE-interface, and given the very solid cost, it will become the lot of only wealthy enthusiasts.

    Product provided by MTI

    Gigabyte GA-870A-UD3

    GIGABYTE GA-870A-UD3 Motherboards for

    Notify when available

    Price $110

    Informative BIOS; good equipment; affordable price

    Layout flaws

    Verdict

    Looking at the rear panel of this board, it’s hard to believe that we have a product based on AMD 870 costing only $110. Judge for yourself: this model is equipped with IEEE 1394 (two types of connectors), two eSATA, USB 3.0.

    GA-870A-UD3 is made in the traditional Gigabyte style: blue textolite and ports of the same color are the business card exclusively of this manufacturer. The device is equipped with simple heatsinks. A powerful subsystem is content only with airflow. When using bulky expansion cards in the lower PCI-E x16 slot, four of the six SATA connectors can be blocked — the only critical layout flaw.

    Taking into account the functionality of the product in question, it obviously lacks control buttons on the PCB and a radiator on the power circuit transistors. Otherwise, we have an excellent solution for the AMD platform.

    Product granted MTI

    Gigabyte GA-880GA-UD3H

    GIGABYTE GA-880GA-UD3H Maternal fees for

    Certificates 9000 $ 110

    price

    Heating of the power subsystem

    Verdict

    The AMD 880G chipset has an integrated subsystem that is only slightly inferior to that of the 890GX. At the same time, this set of system logic, as well as products based on it, is cheaper than its high-level counterpart.

    The GA-880GA-UD3H board has a balanced combination of features: a full-format design allows you to use expansion cards in your PC without fear of being left without the necessary slots. The original chipset heatsinks do the job. The PCB has a USB 3.0 controller, and the rear panel is equipped with all modern video connectors. This model has good makings for overclocking.

    One of the main trump cards of the Gigabyte brainchild under consideration is a very affordable price. If you’re on a tight budget but want to get a solution based on AMD’s 800-series chipset, the GA-880GA-UD3H is a great compromise.

    Product granted MTI

    Gigabyte GA-890FXA-UD7

    GIGABYTE GA-890FXA-UD7 Maternal fees for

    Price $ 283

    9000

    , Pressure powerful cooling system; overclocking capabilities; buttons Power, Reset, POST indicator

    Cost

    Verdict

    This model is the flagship of the Gigabyte product line based on AMD chipsets. The board impresses with functionality. Six full-size PCI Express slots will allow you to create the most incredible graphics configurations on its base, and two network controllers are a rarity today even for top-end AM3 devices. Thanks to the most powerful cooling system, you can replace the water block with a monstrous additional radiator with heat pipes. The model under consideration quite expectedly demonstrates excellent overclocking results and will allow reaching maximum heights in this matter. To GA-890FXA-UD7 it is difficult to put forward any requirements in terms of functional equipment.

    Whether a motherboard sold at the price of a six-core CPU is worthy of attention is up to users to decide. In any case, we give her the Editors’ Choice: Best Quality award.

    Product supplied by MTI

    MSI 880GMA-E45

    MSI 880GMA-E45 Motherboards for

    Notify when available

    Price $110 9017 balanced USB 3.0; video subsystem

    BIOS bugs

    Verdict

    The product in question, based on the AMD 880G chipset, is suitable for building balanced mass PCs, including the NTPC class. Model 880GMA-E45 is equipped with simple radiators, which, however, are enough to remove heat from the bridges. A full range of video outputs, SATA and third-generation USB interfaces add to the attractiveness of MSI’s brainchild. Here, unlike some solutions, an IDE port is implemented.

    A very competent balance of features, capabilities and cost of the product make it a good candidate for a purchase in the mass segment. Perhaps, minor flaws in the firmware and the lack of potential for fine-tuning the system are not critical in this case. The only thing I would like to see on the MSI 880GMA-E45 is an eight-pin CPU power connector to be sure about the stability of overclocking six-core Phenom II on this board.

    Product provided by MSI

    We also tested

    ASRock 890FX Deluxe3

    Price $173
    Excellent hardware; control buttons on the RSV; overclocking capabilities; additional CO airflow

    Minor firmware bugs

    Verdict

    ASRock traditionally offers as much as others, or even more, but at a lower price. The 890FX Deluxe3 board is almost as good as competing solutions based on this set of system logic, and sometimes even outperforms individual models.

    Product provided by MTI

    ASUS M4A89TD PRO

    Price $180

    Overclocking results; good CO; functionality

    Expensive

    Verdict

    This product is designed to build a high-level system based on the AMD platform. Excellent CO and overclocking results will please overclockers, but the control buttons on the PCB would not hurt.

    Product provided by MTI

    Gigabyte GA-890GPA-UD3H

    Price $136

    Democratic price; excellent functionality; control buttons on the PCB

    Not found

    Verdict

    An interesting board with a powerful graphics subsystem will allow you to assemble a productive PC and, if necessary, do without an external video adapter for some time.

    Product provided by MTI

    MSI 870A-G54

    MSI 870A-G54 Motherboards for

    Notify when available

    Price $110

    Good power base; the ability to unlock hidden CPU cores; IDE; knobs for setting the system on the RSV

    Very unsightly; the price doesn’t match the features

    Verdict

    MSI’s base solution based on the AMD 870 chipset is intended for building mid-range configurations. On the one hand, the board has a new set of logic and control knobs on the PCB, on the other hand, there are no zest, thanks to which one would definitely want to buy it.

    Product supplied by MTI

    MSI 890FXA-GD70

    MSI 890FXA-GD70 Motherboards for

    Notify when available

    Price $220 9002 Good equipment overclocking capabilities

    Cost

    Verdict

    This device is clearly aimed at enthusiasts — it is equipped with a powerful CO, has good makings for overclocking, a POST indicator and touch buttons on the PCB.

    However, the cost of the board against the background of the availability of alternatives can scare away the buyer.

    Product provided by MSI

    Results

    We provide data on the overclocking potential of the boards, separately for single/dual-core and quad-core processors. The study of the level of performance of the considered products was not carried out for a reason well known to experienced users. The controller of modern AMD solutions is built into the CPU core, and the default basic BIOS settings do not significantly affect system performance. Additional information is available on the magazine’s CD and will appear on dpk.com.ua shortly after the issue is published.

    Summing up, we note the dominance of three «old friends» on the market — ASUS, Gigabyte and MSI. Recently, active expansion after the break began ASRock. Products of other manufacturers are presented in a much smaller volume. However, with a close acquaintance, even with the capabilities of the considered products, the eyes run wide — the engineers did their best. AMD 800 series chipsets have «native» support for SATA 3. USB 3.0 implementation is coming into fashion. Leading market players are using more and more elements in top devices. Starting accents are shifting to the segment of functional solutions of the middle and higher levels. A very striking example of this is ASRock boards. At first, the company produced only budget and super-budget models. Today, looking at its products, it is hard to believe in such an attractive combination of price, quality and features.

    Evaluating the participants of our testing, we would like to especially note the Gigabyte GA-890FXA-UD7 board. It turned out to be one of the most functional and demonstrated excellent overclocking results, for which it receives the Editors’ Choice: Best Quality award. The new product from ASUS, Crosshair IV Formula, is aimed primarily at enthusiasts, so it has Spartan equipment. Its performance is also worthy of attention, but it will be more difficult for an ordinary user to assemble the most «stuffed» system on its basis. The Editors’ Choice: Best Buy award goes to the Asrock 870 Extreme3 ​​and ASUS M4A88TD-M/USB3 models, which combine a humane price with optimal features.

    be quiet! Dark Power Pro (BQT-P6 Pro) 1000W

    Spare parts for laptops North bridge 216-0752001 in Norilsk: 104-TOVARA: FREE DELIVING [READ]

    Partnership program Wizard

    Norilsk

    9000 9000 Catalog Catalog

    Clothing and footwear

    Clothing and footwear

    Building materials

    Building materials

    Health and beauty

    Health and beauty

    Textiles and leather

    Textiles and leather

    Electrical engineering

    Electrical engineering

    Children’s products

    Children’s products

    products and drinks

    products and drinks

    Agriculture

    Agriculture

    Trade and warehouse

    Trade and warehouse

    Industry

    Home & Garden

    Home & Garden

    All Categories

    LoginFavorites

    Laptop Parts Northbridge 216-0752001

    1 380

    1380

    microcircuit North MOST AMD 216-0752001 (RB) Type: microcircuit for phones, Length 4. 400

    in the price of prices and similar goods

    9129 9129

    Bridge for laptop 216-0752001, test reball, very high quality, completely, 10-11 years old, not remarked, original, rewind

    DETAILSMore prices and similar products for laptop Lenovo IdeaPad Z710, Essential G700 Series. 11×4.5 mm with needle. With cable 15 cm.

    In the price of prices and similar goods

    940

    1210

    connector for Laptop Lenovo B585 B485 B590 M590 V580A V582 and similar items

    Hinges for laptop Asus X55VD Type: Matrix hinges, Manufacturer XML: VbParts, Contents: 9Ol000 disassembled Part number: SLGQ3

    IN STOREMore prices and similar items

    north bridge nVidia NF6100, disassembled NF-6100-405-N-A2 Type: north bridge , Partymer:

    In the store prices and similar goods

    loops for laptop ASUS X55A Type, manufacturer XML: VBPARTS, Complementary:

    In the price of

    loops

    for the price of

    laptop Asus 13GNBh20M020 Type: Matrix hinges, Manufacturer XML: VbParts, Contents:

    IN STOREMore prices and similar items

    Hinges for laptop0172 Asus X55SV Type: Matrix hinges, Manufacturer XML: VbParts, Contents:

    IN STOREMore prices and similar items

    Hinges for laptop prices and similar items

    Hinges for notebook Asus X55C Type: Matrix hinges, Manufacturer XML: VbParts, Contents:

    IN STOREMore prices and similar items

    Hinges for laptop Asus F55A Type: Matrix hinges, Manufacturer XML: VbParts, Contents:

    : Kit

    IN STOREMore prices and similar items

    Hinges for laptop Asus X55U Type: Matrix hinges, Manufacturer XML: VbParts, Contents:

    IN STOREMore prices and similar items

    Hinges for laptop Asus X55V Type: Matrix hinges, Manufacturer XML: VbParts, Completeness:

    IN STOREMore prices and similar products VbParts, Completeness: Kit

    IN STOREMore prices and similar items

    Hinges for laptop Asus X55S Type: Matrix hinges, Manufacturer XML: VbParts, Completeness:

    In the store prices and similar goods

    loops for Laptop ASUS X55-JR Type: Matrix loops, manufacturer XML: VBPARTS, Complement:

    In the store

    loops for for for for Asus X55SA Type: Matrix Hinges, XML Manufacturer: VbParts, Contents:

    IN STOREMore prices and similar items

    Hinges for Notebook Asus U57 Type: Matrix Hinges, XML Manufacturer: VbParts, Contents: Kit 9Ol000 800

    B AMD chipset series 800 is a chipset designed by AMD released in 2009. The chipset series was featured on presentation slides during AMD Financial Analyst Day 2007 held on December 13, 2007. This chipset series also marks AMD’s return to the workstation/server market following ATI’s October 2006 acquisition of the first server chipsets.

    Content

    • 1 Obstation
      • 1.1 server
      • 1.2 Table and mobile
        • 1.2.1 890FX
        • 1.2.2 890GX
        • 1.2.3 880 g
        • 1.2.4 870 900

        9000 1.3 Southbridges

    • 2 Functions
      • 2.1 Desktop comparison matrix
      • 2.2 Integrated graphics
    • 3 Southbridge problems (SB9x0)
    • 0007 5 Recommendations
    • 6 external link

    Layout

    Server

    The chipset series targets three markets: workstation/server market, desktop PC market and notebook market. The current information about the chipset series is very scarce, while the officially published information about the series is server chipsets with two options available, AMD 890S chipset and AMD 870S chipset, all connected to the SB700S series southbridge. [1] The chipsets had to support a processor codenamed «Montreal», manufactured on a 45nm process, in a Socket G3 package supporting both unbuffered and buffered DDR3 (with Socket G3MX), HyperTransport 3.0 and IOMMU, all of which form a server platform codenamed «Piranha». However, as a result of the change in strategy, AMD completely abandoned plans for Socket G3 and G3MX and focused on the release of new server platforms. Also for the single-socket server platform, the combination of the SR5580 (originally codenamed «RS780») and the SP5100 formed a platform codenamed «Catalunya».

    Codenamed «Fiorano» platform consists of six-core processors codenamed «Istanbul», while «Istanbul» processors still have an F+ socket and support dual-channel registered DDR2 memory, the platform supports HyperTransport 3.0 and IOMMU. [2]

    The platform, codenamed Maranello, consists of six-core Sao Paulo or twelve-core Magny-Cours processors. The two processors support a new socket called socket G34 with support for quad-channel DDR3 memory and other platform features such as HyperTransport 3. 0 and IOMMU support. [2]

    The platform codenamed «Catalunya» consists of quad-core processors codenamed «Suzuka», Socket AM3 and supports dual-channel DDR3 registered memory, the platform supports HyperTransport 3.0. [2]

    Chipset code names «RD890S», «RD870S» and «SB700S» also changed to «SR5690», «SR5670» and «SP5100».

    • Codenamed RD890
    • AMD
    • single processor configuration Four physical PCIe 2.0 x16 @ x8 electrical slots that can be combined to create two PCIe 2.0 x16 @ x16 electrical slots, one PCIe 2.0 x4 slot and 6 PCIe 2.0 x1 slots, chipset provides a total of 42 PCIe 2.0 and 4 PCIe 2.0 lanes for A-Link Express III Northbridge only
    • Hypertransport 3.0 and PCI Express 2.0
    • ATI CrossFireX
    • AMD OverDrive
    • IMMU
    • PAKS SB850 South Bridge with support of up to six SATA 6.0 Gbit / s ports
    • Discrete multi -graphic segment for enthusiasts
    890GX
  • 9000 9000 9000 9000 9000 9000 9000 9000 physical PCIe 2. 0 x16 slots (one @ x16 or two @ x8 in Crossfire mode), one PCIe 2.0 x4 slot and two PCIe 2.0 x1 slots, the chipset provides a total of 22 PCIe 2.0 lanes and 4 PCIe 2.0 lanes for A-Link Express III only in Northbridge
  • Integrated graphics: Radeon HD 4290
    • Side memory as local frame buffer, supporting DDR3 chips up to DDR3-1333.
    • Technology ATI PowerPlay
  • Two PCI-E X16 physical slots (one 16x and one 8x electrically. In the Crossfire mode, both will return to 8x electrically)
  • Hypertransport 3.0 and PCI Express 2.0
  • ATI CROSS
  • AMD OverDrive
  • Performance Hybrid Multi Graphics Segment
  • 880g
    • Codenamed RS880 [4]
    • AMD single processor configuration
    • One physical PCIe 2.0 slot and two PCIe x16. a total of 22 PCIe 2.0 lanes and 4 PCIe 2.0 lanes for A-Link Express III in the northbridge only.
    • Integrated graphics: Radeon HD 4250
      • Side memory as local framebuffer, supporting DDR3 modules up to DDR3-1333.
      • HyperTransport 3.0 and PCI Express 2.0

      Southbridges

      During the same internal event mentioned above, AMD released a preview of the SB8xx family of southbridges, namely: [5]

        «A-Link Express 3.0 now uses four PCI Express 2.0 2 GB/s bandwidths
      • Supports C6 power state as shown in Fusion Processors
      • Includes Gigabit Ethernet MAC
      • Supports internal clock as an optional feature
      • Support for AHCI 1.2 with SATA FIS-based switching support
      • Mandatory support for SATA 1.5 Gb/s, 3.0 Gb/s, and SATA 6.0 Gb/s (no support for Sata 6.0Gb/s in SB810)
      • Two built-in 8051 controllers, and one dedicated for RAP accord
      • Support 14 USB 2.0 ports, 2 USB 1.1 ports and 3 built-in EHCI controllers starting products)
      • Double video stream may include the following at the maximum total data rate of 40 Mbps:
        • 2 HD video streams or
        • 1 video stream HD + 1 SD-video stream + 1 Audio-Office HD

    Southbridge issues (SB8x0)

    AMD does not publicly report any SB8x0 bugs.