[SPARC64]: Fix 2 bugs in PCI Sabre bus scanning.
authorDavid S. Miller <davem@ultra5.davemloft.net>
Wed, 6 Jun 2007 21:03:08 +0000 (14:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 23:59:46 +0000 (16:59 -0700)
If we are on hummingbird, bus runs at 66MHZ.

pbm->pci_bus should be setup with the result of pci_scan_one_pbm()
or else we deref NULL pointers in the error interrupt handlers.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found