commit | a39cf72ceb406e152c4682c0b635a96f1439c5ed | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@parisc-linux.org> | Thu Nov 17 16:44:57 2005 -0500 |
committer | Kyle McMartin <kyle@parisc-linux.org> | Thu Nov 17 16:44:57 2005 -0500 |
tree | cf76a662ff99250ac93484ed96d837bfb5251d98 | |
parent | 29a622dd2b577d98731d325954f328b810826cfa [diff] |
[PARISC] Make superio.c initialize before any driver needs it Convert superio_init to use PCI_FIXUP_FINAL as ohci_pci being called before superio_probe really makes a mess. superio_init will then fail to register irq 20 (the "SuperIO" irq) and BUG() because ohci_pci has stolen it before superio_fixup_irq can be moved USB to irq 1. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>