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 22:17:06
Module Name:	src
Committed By:	thorpej
Date:		Fri Aug 20 22:17:06 UTC 2004

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

Log Message:
Move common parts of attaching an ata_channel to a new ata_channel_attach()
function.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/ata/ata.c
cvs rdiff -r1.62 -r1.63 src/sys/dev/ata/atavar.h
cvs rdiff -r1.209 -r1.210 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.