Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/03/2005 03:25:06
Module Name:	src
Committed By:	dyoung
Date:		Mon Jan  3 03:25:06 UTC 2005

Modified Files:
	src/sys/dev/ic: rtw.c rtwvar.h

Log Message:
sys/dev/ic/rtw.c:

        Cosmetic: remove two short ladders from rtw_init.  Fit the
        NIC registers print-out onto one line using the RTW_PRINT_REGS
        macro.

sys/dev/ic/rtwvar.h:

        Add RTW_PRINT_REGS wrapper macro for rtw_print_regs.  It
        is a null op unless defined(RTW_DEBUG).


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/dev/ic/rtw.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/ic/rtwvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.