Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 08/25/2006 02:34:31
Module Name:	src
Committed By:	riz
Date:		Fri Aug 25 02:34:31 UTC 2006

Modified Files:
	src/sys/dev/pci: if_sk.c

Log Message:
Cleanup, with no functional changes:

	- remove unused code
	- KNF
	- ANSI function declarations
	- replace printf() with aprint_error() except in debug functions
	- a few minor indentation/whitespace changes


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/dev/pci/if_sk.c

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