diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-08 13:13:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-08 13:13:57 +0000 |
commit | 705ed4635a04bd8b0f03370ac939bedd41e29560 (patch) | |
tree | 172824d09aa69bd8c6e6778d268eeb80c65a4c7e /arch/mips/gt64120/momenco_ocelot/pci.c | |
parent | 8f5a3aa1e813b353465af9d481a391e90c810720 (diff) |
Asorted fixes.
Diffstat (limited to 'arch/mips/gt64120/momenco_ocelot/pci.c')
-rw-r--r-- | arch/mips/gt64120/momenco_ocelot/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/gt64120/momenco_ocelot/pci.c b/arch/mips/gt64120/momenco_ocelot/pci.c index 0c1d0a7b0..04727f885 100644 --- a/arch/mips/gt64120/momenco_ocelot/pci.c +++ b/arch/mips/gt64120/momenco_ocelot/pci.c @@ -35,7 +35,7 @@ void __init gt64120_board_pcibios_fixup_bus(struct pci_bus *bus) /* * Slot 1 is primary ether port, i82559 * we double-check against that assumption - / + */ if ((devices->vendor != 0x8086) || (devices->device != 0x1209) ) { panic("gt64120_board_pcibios_fixup_bus: found " @@ -55,7 +55,7 @@ void __init gt64120_board_pcibios_fixup_bus(struct pci_bus *bus) devices->irq = 3; /* irq_nr is 3 for INT1 */ } else { /* We don't have assign interrupts for other devices. */ - devices->irq = 0; /* irq_nr is 3 for INT1 */ + devices->irq = 0xff; } /* Assign an interrupt number for the device */ |