Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/08/2003 21:18:43
Module Name:	src
Committed By:	martin
Date:		Thu May  8 21:18:43 UTC 2003

Modified Files:
	src/sys/dev/pci: isic_pci_elsa_qs1p.c iwic_pci.c

Log Message:
We are getting passed an integer value via a void* arg (in an ioctl() like
function) - cast it to an intptr_t.
Addresses parts of PR kern/21448 by Frank Kardel.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/pci/isic_pci_elsa_qs1p.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/iwic_pci.c

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