CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/03/28 11:12:41
Modified files:
sys/arch/sgi/xbow: xbridge.c
Log message:
Correctly account devio usage, instead of relying upon unused devio registers
being set to zero; this allows a full PIC bus to correctly configure I/O
resources.
While there, when initializing a ppb, setup I/O resources before memory
resources; without this a ppb connected to a PIC could not get I/O resources
if devices behind it would use both I/O and memory resources.