Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/10/2008 07:44:08
Module Name:	src
Committed By:	dyoung
Date:		Thu Jan 10 07:44:08 UTC 2008

Modified Files:
	src/sys/dev/ic: wdc.c wdcvar.h
	src/sys/dev/isa: wdc_isa.c

Log Message:
Let us detach atabus* from wdc*, and wdc* from isa*.

Use device_t, device_private().


To generate a diff of this commit:
cvs rdiff -r1.249 -r1.250 src/sys/dev/ic/wdc.c
cvs rdiff -r1.87 -r1.88 src/sys/dev/ic/wdcvar.h
cvs rdiff -r1.52 -r1.53 src/sys/dev/isa/wdc_isa.c

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