Date: Sat, 3 Jan 2009 19:38:47 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ofw ofw_bus_subr.c openfirm.c openfirm.h src/sys/powerpc/powermac grackle.c gracklevar.h macio.c uninorth.c uninorthvar.h Message-ID: <200901042359.n04NxJxv085135@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2009-01-03 19:38:47 UTC
FreeBSD src repository
Modified files:
sys/dev/ofw ofw_bus_subr.c openfirm.c openfirm.h
sys/powerpc/powermac grackle.c gracklevar.h macio.c uninorth.c
uninorthvar.h
Log:
SVN rev 186728 on 2009-01-03 19:38:47Z by nwhitehorn
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
Revision Changes Path
1.3 +5 -18 src/sys/dev/ofw/ofw_bus_subr.c
1.23 +17 -0 src/sys/dev/ofw/openfirm.c
1.17 +2 -0 src/sys/dev/ofw/openfirm.h
1.16 +4 -13 src/sys/powerpc/powermac/grackle.c
1.4 +0 -1 src/sys/powerpc/powermac/gracklevar.h
1.29 +3 -5 src/sys/powerpc/powermac/macio.c
1.23 +4 -11 src/sys/powerpc/powermac/uninorth.c
1.7 +0 -1 src/sys/powerpc/powermac/uninorthvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901042359.n04NxJxv085135>
