Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/14/2003 05:33:29
Module Name:	src
Committed By:	thorpej
Date:		Sun Dec 14 05:33:29 UTC 2003

Modified Files:
	src/sys/dev/ata: ata_wdc.c atavar.h wd.c
	src/sys/dev/usb: umass_isdata.c

Log Message:
Instead of calling wddone() directly, set a (*drv_done)() callback in
the ata_drive_datas structure and invoke that.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/dev/ata/ata_wdc.c
cvs rdiff -r1.34 -r1.35 src/sys/dev/ata/atavar.h
cvs rdiff -r1.269 -r1.270 src/sys/dev/ata/wd.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/usb/umass_isdata.c

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