Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2011 16:52:31 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/pci psycho.c psychovar.h
Message-ID:  <201103261652.p2QGqoZu050055@repoman.freebsd.org>

index | next in thread | raw e-mail

marius      2011-03-26 16:52:31 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/pci      psycho.c psychovar.h 
  Log:
  SVN rev 220039 on 2011-03-26 16:52:31Z by marius
  
  - A closer inspection of the OpenSolaris code indicates that the DMA
    syncing for Hummingbird and Sabre bridges should be applied with every
    BUS_DMASYNC_POSTREAD instead of in a wrapper around interrupt handlers
    for devices behind PCI-PCI bridges only as suggested by the documentation
    (code for the latter actually exists in OpenSolaris but is disabled by
    default), which also makes more sense.
  - Take advantage of the ofw_pci_setup_device method introduced in r220038
    for disabling bus parking for certain EBus bridges in order to
  - Mark some unused parameters as such.
  
  Revision  Changes    Path
  1.92      +50 -158   src/sys/sparc64/pci/psycho.c
  1.22      +2 -0      src/sys/sparc64/pci/psychovar.h


help

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