Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/16/2006 12:58:54
Module Name:	src
Committed By:	pooka
Date:		Mon Oct 16 12:58:54 UTC 2006

Modified Files:
	src/sys/dev/isa: isic_isa.c

Log Message:
make compile by using __unused & other necessary tricks

and remove <0 comparisons for bus_size_t.  if a port wants signed
bus_size_t, it just might have to accept it can't use this driver.  *snif*


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/isa/isic_isa.c

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