summaryrefslogtreecommitdiff
path: root/drivers/ns8382x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ns8382x.c')
-rw-r--r--drivers/ns8382x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ns8382x.c b/drivers/ns8382x.c
index 978080e..154d6ca 100644
--- a/drivers/ns8382x.c
+++ b/drivers/ns8382x.c
@@ -321,7 +321,7 @@ ns8382x_initialize(bd_t * bis)
if ((devno = pci_find_devices(supported, idx++)) < 0)
break;
- pci_read_config_dword(devno, PCI_BASE_ADDRESS_0, &iobase);
+ pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase);
iobase &= ~0x3; /* 1: unused and 0:I/O Space Indicator */
#ifdef NS8382X_DEBUG