cvs commit: src/sys/sparc64/pci ofw_pcibus.c psycho.c psychovar.h

Marius Strobl marius at FreeBSD.org
Fri Nov 30 15:02:43 PST 2007


marius      2007-11-30 23:02:43 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/pci      ofw_pcibus.c psycho.c psychovar.h 
  Log:
  - Add the PCI side of the HOST-PCI bridge itself to the bus. This
    is required by the X.Org PCI domains code and additionally needs
    a workaround for Hummingbird and Sabre bridges as these don't
    allow their config headers to be read at any width, which is an
    unusual behavior.
  - In psycho(4) take advantage of DEFINE_CLASS_0 and use more
    appropriate types for some softc members.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.17      +13 -0     src/sys/sparc64/pci/ofw_pcibus.c
  1.71      +58 -11    src/sys/sparc64/pci/psycho.c
  1.17      +5 -3      src/sys/sparc64/pci/psychovar.h


More information about the cvs-src mailing list