Module Name:    src
Committed By:   riastradh
Date:           Mon Jul 17 21:12:19 UTC 2023

Modified Files:
        src/sys/dev/ata: files.ata

Log Message:
ata(4): Add ATA_DOWNGRADE_MODE to opt_ata.h.

This way adding it to kernel config will trigger recompilation.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ata/files.ata

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

Modified files:

Index: src/sys/dev/ata/files.ata
diff -u src/sys/dev/ata/files.ata:1.30 src/sys/dev/ata/files.ata:1.31
--- src/sys/dev/ata/files.ata:1.30	Wed Oct 24 07:42:12 2018
+++ src/sys/dev/ata/files.ata	Mon Jul 17 21:12:19 2023
@@ -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

Reply via email to