Date: Fri, 4 Mar 2005 16:01:57 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h Message-ID: <200503041601.j24G1vgr084614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503041601.j24G1vgr084614>