Module Name:    src
Committed By:   jmcneill
Date:           Sun Sep  8 12:51:14 UTC 2013

Modified Files:
        src/sys/conf: files

Log Message:
defparam ATADEBUG_MASK


To generate a diff of this commit:
cvs rdiff -u -r1.1078 -r1.1079 src/sys/conf/files

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

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1078 src/sys/conf/files:1.1079
--- src/sys/conf/files:1.1078	Sat Jul 27 07:02:03 2013
+++ src/sys/conf/files	Sun Sep  8 12:51:14 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1078 2013/07/27 07:02:03 kiyohara Exp $
+#	$NetBSD: files,v 1.1079 2013/09/08 12:51:14 jmcneill Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20100430
@@ -956,8 +956,9 @@ define	ata_udma
 define	ata_piobm
 device	wdc: ata, wdc_common
 
-defflag	opt_ata.h	ATADEBUG
-defflag	opt_wdc.h	WDC_NO_IDS
+defflag opt_ata.h	ATADEBUG
+defparam opt_ata.h	ATADEBUG_MASK
+defflag opt_wdc.h	WDC_NO_IDS
 
 device	atabus: atapi,ata_hl
 attach	atabus at ata

Reply via email to