Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/26/2007 23:48:37
Module Name:	src
Committed By:	dyoung
Date:		Mon Nov 26 23:48:37 UTC 2007

Modified Files:
	src/sys/dev/ic: ath.c ath_netbsd.c ath_netbsd.h

Log Message:
Use device_xname().  Make device_printf() take a device_t argument.
Add __attribute__((__format__(__printf__,2,3))) to device_printf()
so that the compiler will help us detect bad arguments.

Retire unused subroutine m_defrag(), and unused declaration m_getcl().


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/dev/ic/ath.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/ath_netbsd.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/ath_netbsd.h

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