diff options
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/pi/00730F01/pci_devs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/amd/pi/00730F01/pci_devs.h b/src/northbridge/amd/pi/00730F01/pci_devs.h index f2633d8af2..92f6ac5c57 100644 --- a/src/northbridge/amd/pi/00730F01/pci_devs.h +++ b/src/northbridge/amd/pi/00730F01/pci_devs.h @@ -6,13 +6,11 @@ /* Graphics and Display */ #define GFX_DEV 0x1 #define GFX_FUNC 0 -#define GFX_DEVID 0x9850 #define GFX_DEVFN PCI_DEVFN(GFX_DEV, GFX_FUNC) /* Internal Audio controller */ #define ACTL_DEV 0x1 #define ACTL_FUNC 1 -#define ACTL_DEVID 0x9840 #define ACTL_DEVFN PCI_DEVFN(ACTL_DEV, ACTL_FUNC) /* PCIe Ports */ @@ -23,7 +21,6 @@ #define NB_PCIE_FUNC3 3 #define NB_PCIE_FUNC4 4 #define NB_PCIE_FUNC5 5 -#define NB_PCIE_PORT_DEVID 0x1439 #define NB_PCIE_PORT0_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC0) #define NB_PCIE_PORT1_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC1) #define NB_PCIE_PORT2_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC2) |