Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/28/2006 18:26:15
Module Name:	src
Committed By:	tsutsui
Date:		Sat Oct 28 18:26:15 UTC 2006

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

Log Message:
- use continue for an empty statement in for() loop
- remove an empty statement in if() clause by inverting logic
- use KDASSERT(9) rather than #ifdef DEBUG + KASSERT(9)
- replace commented out M_WRITABLE() with !M_READONLY(9)


To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/dev/pci/if_bge.c

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