Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/12/2004 21:34:52
Module Name:	src
Committed By:	thorpej
Date:		Thu Aug 12 21:34:52 UTC 2004

Modified Files:
	src/sys/dev/ata: ata.c ata_wdc.c atavar.h
	src/sys/dev/ic: wdc.c wdcvar.h
	src/sys/dev/scsipi: atapi_wdc.c

Log Message:
- Move wdc_xfer_pool, wdc_get_xfer(), wdc_free_xfer() to ata.c, and rename
  to ata_*.
- Use a static initializer for the ata_xfer_pool.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/dev/ata/ata.c
cvs rdiff -r1.64 -r1.65 src/sys/dev/ata/ata_wdc.c
cvs rdiff -r1.53 -r1.54 src/sys/dev/ata/atavar.h
cvs rdiff -r1.197 -r1.198 src/sys/dev/ic/wdc.c
cvs rdiff -r1.68 -r1.69 src/sys/dev/ic/wdcvar.h
cvs rdiff -r1.80 -r1.81 src/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.