summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/uninorthvar.h
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-01-03 19:38:47 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-01-03 19:38:47 +0000
commit4ca12119c31e0cd42b3cb4b28dd898b8218290dc (patch)
tree098db494b106fc2ba6859a08899f153876ecd41f /sys/powerpc/powermac/uninorthvar.h
parent6299d1e736cea0af7a3dba4c67151b374fa64885 (diff)
downloadFreeBSD-src-4ca12119c31e0cd42b3cb4b28dd898b8218290dc.zip
FreeBSD-src-4ca12119c31e0cd42b3cb4b28dd898b8218290dc.tar.gz
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
Diffstat (limited to 'sys/powerpc/powermac/uninorthvar.h')
-rw-r--r--sys/powerpc/powermac/uninorthvar.h1
1 files changed, 0 insertions, 1 deletions
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 {
OpenPOWER on IntegriCloud