Searched hist:186290 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/sparc64/pci/
H A Dschizo.cdiff 186290 Thu Dec 18 18:41:53 MST 2008 marius - Failing to register as interrupt controller during attach shouldn't
be fatal so just inform about this instead of panicing.
- Ensure we use the right softc in case the interrupt of a child is
is routed to the companion PBM instead. This hasn't been seen in the
wild so far but given that it's the case for the Schizo interrupts,
handling this situation also for child interrupts as a precaution
seemed a good idea.
- Deal with broken firmware versions which miss child entries in the
ino-bitmap as seen on V880 by belatedly registering as interrupt
controller in schizo_setup_intr(). [1]
- Add missing '\n' when printing the warning regarding Schizo Errata
I-13.

Reported and tested by: Beat Gaetzi [1]

Completed in 41 milliseconds