Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Shin Takemura <takemura@netbsd.org>
List: source-changes
Date: 01/06/2001 16:55:51
Module Name:	syssrc
Committed By:	takemura
Date:		Sat Jan  6 14:55:50 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: wdc.c wdcvar.h
	syssrc/sys/dev/pcmcia: wdc_pcmcia.c

Log Message:
Add WDC_CAPABILITY_SINGLE_DRIVE to ignore secound drive. Wdc on pcmcia will
be attached with this flag.
Some CF Card (for ex. IBM MicroDrive and SanDisk) doesn't seem to implement
drive select command. In this case, you can't eliminate ghost drive properly.
So you should use this flag to ignore the ghost by force.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 syssrc/sys/dev/ic/wdc.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/ic/wdcvar.h
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/pcmcia/wdc_pcmcia.c

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