diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-08-24 20:16:40 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-08-24 20:16:40 +0000 |
commit | d1003cbd87479d4962fe017c0f913dde9c4d026a (patch) | |
tree | b2cd677c6695d1cdf0d17d5cc50f9f9087dfe558 /arch/mips64 | |
parent | a5dfa8538643365387c5dbf31284a9abd3ea37dc (diff) |
Do the bare minimum pci fixups needed for the IOC3, not more ...
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-pci.c b/arch/mips64/sgi-ip27/ip27-pci.c index b4cd6cabf..eaf944943 100644 --- a/arch/mips64/sgi-ip27/ip27-pci.c +++ b/arch/mips64/sgi-ip27/ip27-pci.c @@ -314,9 +314,6 @@ pci_fixup_ioc3(struct pci_dev *d) d->resource[i].end = 0UL; d->resource[i].flags = 0UL; } - d->subsystem_vendor = 0; - d->subsystem_device = 0; - d->irq = 1; pci_disable_swapping(d); } |