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 20:52:32
Module Name:	src
Committed By:	thorpej
Date:		Fri Aug 20 20:52:31 UTC 2004

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

Log Message:
- Add an atac_bustype_ata member to atac_softc to hold a pointer to
  the ata_bustype for the controller.  Fill it in and use it instead
  of referencing wdc_ata_bustype directly.
- Add an atac_atapibus_attach member to atac_softc to hold a pointer
  to the function that attaches the ATAPI bus for the controller.  Fill
  it in and use it instead of referencing wdc_atapibus_attach directly.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/dev/ata/atavar.h
cvs rdiff -r1.207 -r1.208 src/sys/dev/ic/wdc.c

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