Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2010 20:00:21 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/pci schizo.c schizoreg.h schizovar.h
Message-ID:  <201005142000.o4EK0ick053907@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-05-14 20:00:21 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/pci      schizo.c schizoreg.h schizovar.h 
  Log:
  SVN rev 208097 on 2010-05-14 20:00:21Z by marius
  
  - Enable DMA write parity error interrupts on Schizo with a working
    implementation.
  - Revert the Sun Fire V890 WAR of r205254. Instead let schizo_pci_bus()
    only panic in case of fatal errors as the interrupt triggered by the
    error the firmware of these and also Sun Fire 280R with version 7
    Schizo caused may happen as late as using the HBA and not only prior
    to touching the PCI bus (in the former case the actual error still is
    fatal but we clear it before touching the PCI bus).
    While at it count and export non-fatal error interrupts via sysctl(9).
  - Remove unnecessary locking from schizo_ue().
  
  Revision  Changes    Path
  1.15      +76 -38    src/sys/sparc64/pci/schizo.c
  1.3       +10 -0     src/sys/sparc64/pci/schizoreg.h
  1.5       +5 -3      src/sys/sparc64/pci/schizovar.h



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