]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/natsemi.c
* Patches by Yuli Barcohen, 13 Jul 2003:
[people/ms/u-boot.git] / drivers / natsemi.c
index 0bed04dbbdf7760719e2fea7b2f2aacebfc12454..1c1b9a09b802af2d97cd2ed08214701e556de0dd 100644 (file)
@@ -306,8 +306,8 @@ natsemi_initialize(bd_t * bis)
                        break;
                }
 
-               pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase);
-               iobase &= ~0xF; /* Masked out the low bits that are addresses. */
+               pci_read_config_dword(devno, PCI_BASE_ADDRESS_0, &iobase);
+               iobase &= ~0x3; /* bit 1: unused and bit 0: I/O Space Indicator */
 
                pci_write_config_dword(devno, PCI_COMMAND,
                                       PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);