Subject: CVS commit: src/sys/arch/hpcsh/dev/hd64461
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 10/23/2003 02:34:07
Module Name:	src
Committed By:	uwe
Date:		Thu Oct 23 02:34:07 UTC 2003

Modified Files:
	src/sys/arch/hpcsh/dev/hd64461: hd64461pcmcia.c

Log Message:
In hd64461pcmcia_chip_io_map set *windowp to 0.

This driver ignores i/o window handle, but most 'at pcmcia'
attachments init their sc_io_window to -1 and then check at detach
time if it was changed from the "bad" value.  Keep them happy, so that
they can correctly clean up when card is detached.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c

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