Module Name: src Committed By: jdolecek Date: Wed Oct 24 06:53:26 UTC 2018
Modified Files: src/sys/dev/ata: files.ata Log Message: only include ata_recovery.c with atabus (same as ata.c which provides ata_thread_run() used here) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 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.28 src/sys/dev/ata/files.ata:1.29 --- src/sys/dev/ata/files.ata:1.28 Mon Oct 22 20:13:47 2018 +++ src/sys/dev/ata/files.ata Wed Oct 24 06:53:26 2018 @@ -1,4 +1,4 @@ -# $NetBSD: files.ata,v 1.28 2018/10/22 20:13:47 jdolecek Exp $ +# $NetBSD: files.ata,v 1.29 2018/10/24 06:53:26 jdolecek Exp $ # # Config file and device description for machine-independent devices # which attach to ATA busses. Included by ports that need it. Ports @@ -16,7 +16,7 @@ defflag opt_wd.h WD_CHAOS_MONKEY file dev/ata/ata.c (ata_hl | atapi) & atabus file dev/ata/ata_subr.c (ata_hl | atapi) -file dev/ata/ata_recovery.c (ata_hl | atapi) +file dev/ata/ata_recovery.c (ata_hl | atapi) & atabus # ATA RAID configuration support defpseudodev ataraid {[vendtype = -1], [unit = -1]}