cvs commit: src/sys/sparc64/include bus_common.h iommuvar.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 counter.c iommu.c

Marius Strobl marius at FreeBSD.org
Wed May 14 21:23:15 UTC 2008


marius      2008-05-14 21:23:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sparc64/include  bus_common.h iommuvar.h 
    sys/sparc64/pci      psycho.c 
    sys/sparc64/sbus     sbus.c 
    sys/sparc64/sparc64  counter.c iommu.c 
  Log:
  MFC: bus_common.h 1.9; iommuvar.h 1.17; psycho.c 1.77; sbus.c 1.48;
       counter.c 1.7; iommu.c 1.47
  
  - Use the name returned by device_get_nameunit(9) for the name of the
    counter-timer timecounter so the associated SYSCTL nodes don't clash on
    machines having multiple U2P and U2S bridges as well as establishing a
    clear mapping between these bridges and their timecounter device.
  - Don't bother setting up a "nice" name for the IOMMU, just use the name
    returned by device_get_nameunit(9), too.
  - Fix some minor style(9) bugs.
  - Use __FBSDID in counter.c
  
  Revision  Changes    Path
  1.7.2.1   +2 -2      src/sys/sparc64/include/bus_common.h
  1.16.2.1  +8 -7      src/sys/sparc64/include/iommuvar.h
  1.70.2.3  +19 -25    src/sys/sparc64/pci/psycho.c
  1.46.2.1  +3 -9      src/sys/sparc64/sbus/sbus.c
  1.6.10.1  +13 -11    src/sys/sparc64/sparc64/counter.c
  1.45.2.2  +4 -4      src/sys/sparc64/sparc64/iommu.c


More information about the cvs-src mailing list