Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/28/2005 02:05:20
Module Name:	src
Committed By:	dyoung
Date:		Thu Jul 28 02:05:20 UTC 2005

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

Log Message:
Export ath_sysctl_instance for the SampleRate rate-control module
to use.

Also, add sysctl helper macro SYSCTL_PFX_INT (for SampleRate) that
prepends an arbitrary prefix to the sysctl name, instead of sc->sc_
like SYSCTL_INT.  Factor with SYSCTL_INT.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/ic/ath_netbsd.c 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.