Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 03/17/2007 06:41:37
Module Name:	src
Committed By:	dyoung
Date:		Sat Mar 17 06:41:37 UTC 2007

Modified Files:
	src/sys/conf: files
	src/sys/dev/ata: ata.c
	src/sys/dev/ic: wdc.c

Log Message:
Let config(1) know that #define ATADEBUG goes in opt_ata.h.  In
dev/ic/wdc.c and in dev/ata/ata.c, #include "opt_ata.h", and make
both the files compile with or *without* ATADEBUG.  Do not compile
with ATADEBUG by default.


To generate a diff of this commit:
cvs rdiff -r1.834 -r1.835 src/sys/conf/files
cvs rdiff -r1.87 -r1.88 src/sys/dev/ata/ata.c
cvs rdiff -r1.246 -r1.247 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.