Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/27/2004 02:23:12
Module Name:	src
Committed By:	thorpej
Date:		Thu May 27 02:23:12 UTC 2004

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

Log Message:
Clean-up of use of "precomp".  It is used as "features" everywhere, so
rename the fields in wdc_command as appropriate.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dev/ata/ata.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/ata/atavar.h
cvs rdiff -r1.276 -r1.277 src/sys/dev/ata/wd.c
cvs rdiff -r1.177 -r1.178 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.