Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/12/2004 19:42:03
Module Name:	src
Committed By:	mycroft
Date:		Thu Aug 12 19:42:03 UTC 2004

Modified Files:
	src/sys/dev/pcmcia: if_xi.c if_xireg.h if_xivar.h

Log Message:
Remove sc_offset.  It's always 0, and if we did want to use it, "that's what
bus_space_subregion() is for".


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/dev/pcmcia/if_xi.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/pcmcia/if_xireg.h
cvs rdiff -r1.1 -r1.2 src/sys/dev/pcmcia/if_xivar.h

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