|
@@ -65,9 +65,7 @@ static u32 gart_unmapped_entry;
|
|
|
|
|
|
#define for_all_nb(dev) \
|
|
#define for_all_nb(dev) \
|
|
dev = NULL; \
|
|
dev = NULL; \
|
|
- while ((dev = pci_get_device(PCI_VENDOR_ID_AMD, 0x1103, dev))!=NULL)\
|
|
|
|
- if (dev->bus->number == 0 && \
|
|
|
|
- (PCI_SLOT(dev->devfn) >= 24) && (PCI_SLOT(dev->devfn) <= 31))
|
|
|
|
|
|
+ while ((dev = pci_get_device(PCI_VENDOR_ID_AMD, 0x1103, dev))!=NULL)
|
|
|
|
|
|
static struct pci_dev *northbridges[MAX_NB];
|
|
static struct pci_dev *northbridges[MAX_NB];
|
|
static u32 northbridge_flush_word[MAX_NB];
|
|
static u32 northbridge_flush_word[MAX_NB];
|