Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 18:29:15 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/pci schizo.c
Message-ID:  <200812181829.mBIITXZ2018798@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2008-12-18 18:29:15 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/pci      schizo.c 
  Log:
  SVN rev 186290 on 2008-12-18 18:29:15Z by 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]
  
  Revision  Changes    Path
  1.5       +35 -10    src/sys/sparc64/pci/schizo.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812181829.mBIITXZ2018798>