diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2018-10-24 06:53:26 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2018-10-24 06:53:26 +0000 |
| commit | 234db98bbbfd10b66fcc2ca3276af9798c25ec79 (patch) | |
| tree | 868acbd779bd5ba16b20b939419c9baa91c0c350 /sys | |
| parent | df3a69fa391671a3cd890dd1a354d98dd40a00d9 (diff) | |
only include ata_recovery.c with atabus (same as ata.c which provides
ata_thread_run() used here)
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ata/files.ata | 4 |
1 files changed, 2 insertions, 2 deletions
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]} |
