cvs commit: src/sys/conf files.sparc64 options.sparc64 src/sys/sparc64/pci schizo.c schizoreg.h schizovar.h

Marius Strobl marius at FreeBSD.org
Sun Sep 28 00:08:54 UTC 2008


marius      2008-09-28 00:07:05 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.sparc64 options.sparc64 
  Added files:
    sys/sparc64/pci      schizo.c schizoreg.h schizovar.h 
  Log:
  SVN rev 183423 on 2008-09-28 00:07:05Z by marius
  
  Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'
  JBus to PCI 2.2 bridges. In theory, this driver should also handle
  `XMITS' Fireplane/Safari to PCI-X bridges but due to lack of access
  to such hardware, support for these hasn't be fleshed out, yet.
  
  Revision  Changes    Path
  1.100     +1 -0      src/sys/conf/files.sparc64
  1.18      +2 -0      src/sys/conf/options.sparc64
  1.1       +1266 -0   src/sys/sparc64/pci/schizo.c (new)
  1.1       +312 -0    src/sys/sparc64/pci/schizoreg.h (new)
  1.1       +71 -0     src/sys/sparc64/pci/schizovar.h (new)


More information about the cvs-src mailing list