cvs commit: src/sys/sparc64/include bus.h src/sys/sparc64/sparc64 bus_machdep.c ofw_machdep.c src/sys/sun4v/include bus.h src/sys/sun4v/sun4v bus_machdep.c

Marius Strobl marius at FreeBSD.org
Thu Jan 18 18:32:27 UTC 2007


marius      2007-01-18 18:32:26 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/include  bus.h 
    sys/sparc64/sparc64  bus_machdep.c ofw_machdep.c 
    sys/sun4v/include    bus.h 
    sys/sun4v/sun4v      bus_machdep.c 
  Log:
  - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)
    may also reflect a Fireplane/Safari or JBus bus (or a virtual bus which
    in turn reflects a JBus bus or something like that...).
  - In the both the sparc64 and sun4v bus_machdep.c use __FBSDID.
  - Spell SBus the official way in comments.
  - Replace hardcoded function names (all of which were actually outdated)
    in panic and status strings with __func__.
  - Fix whitespace nits.
  
  Revision  Changes    Path
  1.41      +2 -2      src/sys/sparc64/include/bus.h
  1.44      +18 -18    src/sys/sparc64/sparc64/bus_machdep.c
  1.16      +2 -2      src/sys/sparc64/sparc64/ofw_machdep.c
  1.3       +2 -2      src/sys/sun4v/include/bus.h
  1.2       +18 -18    src/sys/sun4v/sun4v/bus_machdep.c


More information about the cvs-src mailing list