From 234db98bbbfd10b66fcc2ca3276af9798c25ec79 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 24 Oct 2018 06:53:26 +0000 Subject: only include ata_recovery.c with atabus (same as ata.c which provides ata_thread_run() used here) --- sys/dev/ata/files.ata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ata/files.ata b/sys/dev/ata/files.ata index 1f449a94def..b90b8d922a4 100644 --- a/sys/dev/ata/files.ata +++ b/sys/dev/ata/files.ata @@ -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]} -- cgit