Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/31/2002 17:37:00
Module Name:	syssrc
Committed By:	martin
Date:		Sun Mar 31 14:37:00 UTC 2002

Modified Files:
	syssrc/sys/dev/scsipi: atapi_wdc.c

Log Message:
Don't clear the adapt structure of the attaching channel - this nukes
all function pointers passed in from the adapter driver.

This partly fixes PR 13480, i.e. the FREECOM CD driver works now in pcmcia
adapters.

The remaining issue (timing problems with slow cards and cardbus bridges)
is probably the cause of several other PRs too.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 syssrc/sys/dev/scsipi/atapi_wdc.c

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