From 4ca12119c31e0cd42b3cb4b28dd898b8218290dc Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sat, 3 Jan 2009 19:38:47 +0000 Subject: Fix the OFW interrupt map parser to use its own idea of the number of interrupt cells in the map, instead of using a value passed to it and then panicing if it disagrees. This fixes interrupt map parsing for PCI bridges on some Apple Uninorth PCI controllers. Reported by: marcel Tested on: G4 iBook, Sun Ultra 5 --- sys/powerpc/powermac/uninorthvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/powerpc/powermac/uninorthvar.h') diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index 6bb4024..4480eb8 100644 --- a/sys/powerpc/powermac/uninorthvar.h +++ b/sys/powerpc/powermac/uninorthvar.h @@ -64,7 +64,6 @@ struct uninorth_softc { struct ofw_bus_iinfo sc_pci_iinfo; int sc_u3; - int sc_icells; }; struct unin_chip_softc { -- cgit v1.1