Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/20/2004 23:26:54
Module Name:	src
Committed By:	thorpej
Date:		Fri Aug 20 23:26:54 UTC 2004

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

Log Message:
- Add an (*ata_reset_channel)() member to ata_bustype.
- Add an ata_reset_channel() function that performs the common parts
  of resetting an ATA channel, which uses the (*ata_reset_channel)()
  callback to do the heavy lifting.  Adjust callers to use ata_reset_channel()
  instead of wdc_reset_channel().

This removes the last wdc-specific code from ata.c!


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/sys/dev/ata/ata.c
cvs rdiff -r1.73 -r1.74 src/sys/dev/ata/ata_wdc.c
cvs rdiff -r1.63 -r1.64 src/sys/dev/ata/atavar.h
cvs rdiff -r1.210 -r1.211 src/sys/dev/ic/wdc.c
cvs rdiff -r1.12 -r1.13 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.