Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ata ata(4): Add ATA_DOWNGRADE_MODE to opt_ata.h.



details:   https://anonhg.NetBSD.org/src/rev/02eb0e586434
branches:  trunk
changeset: 377568:02eb0e586434
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Jul 17 21:12:19 2023 +0000

description:
ata(4): Add ATA_DOWNGRADE_MODE to opt_ata.h.

This way adding it to kernel config will trigger recompilation.

diffstat:

 sys/dev/ata/files.ata |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 02539775c80c -r 02eb0e586434 sys/dev/ata/files.ata
--- a/sys/dev/ata/files.ata     Mon Jul 17 15:41:05 2023 +0000
+++ b/sys/dev/ata/files.ata     Mon Jul 17 21:12:19 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ata,v 1.30 2018/10/24 07:42:12 jdolecek Exp $
+#      $NetBSD: files.ata,v 1.31 2023/07/17 21:12:19 riastradh Exp $
 #
 # Config file and device description for machine-independent devices
 # which attach to ATA busses.  Included by ports that need it.  Ports
@@ -14,6 +14,8 @@ file  dev/ata/ata_wdc.c               wd & atabus & wd
 defflag        opt_wd.h        WD_SOFTBADSECT
 defflag        opt_wd.h        WD_CHAOS_MONKEY
 
+defflag        opt_ata.h       ATA_DOWNGRADE_MODE
+
 file   dev/ata/ata.c                   (ata_hl | atapi) & atabus
 file   dev/ata/ata_subr.c              (ata_hl | atapi) & atabus
 file   dev/ata/ata_recovery.c          (ata_hl | atapi) & atabus



Home | Main Index | Thread Index | Old Index