cvs commit: src/sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h

Marius Strobl marius at FreeBSD.org
Fri Mar 4 16:01:58 GMT 2005


marius      2005-03-04 16:01:57 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/fhc      fhc.c fhc_central.c fhc_nexus.c fhcvar.h 
  Log:
  Minor changes:
  - Use FBSDID.
  - Remove unused macro.
  - Use auto-generated typedefs for the prototypes of the bus and device
    interface functions.
  - Terminate the output of device_printf(9) with a newline char.
  - Honour the return values of malloc(), OF_getprop(), etc.
  - Use __func__ instead of hardcoded function names.
  - Print the physical slot number and the board model on attach.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.10      +17 -10    src/sys/sparc64/fhc/fhc.c
  1.5       +7 -6      src/sys/sparc64/fhc/fhc_central.c
  1.5       +12 -7     src/sys/sparc64/fhc/fhc_nexus.c
  1.4       +9 -10     src/sys/sparc64/fhc/fhcvar.h


More information about the cvs-src mailing list