Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf defparam ATADEBUG_MASK



details:   https://anonhg.NetBSD.org/src/rev/bf817fe56f64
branches:  trunk
changeset: 789810:bf817fe56f64
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Sep 08 12:51:14 2013 +0000

description:
defparam ATADEBUG_MASK

diffstat:

 sys/conf/files |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 95f87054851a -r bf817fe56f64 sys/conf/files
--- a/sys/conf/files    Sun Sep 08 12:11:56 2013 +0000
+++ b/sys/conf/files    Sun Sep 08 12:51:14 2013 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index