Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ata only include ata_recovery.c with atabus (same as...
details: https://anonhg.NetBSD.org/src/rev/2a20c06fe8b3
branches: trunk
changeset: 836568:2a20c06fe8b3
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Oct 24 06:53:26 2018 +0000
description:
only include ata_recovery.c with atabus (same as ata.c which provides
ata_thread_run() used here)
diffstat:
sys/dev/ata/files.ata | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bd09c76ca026 -r 2a20c06fe8b3 sys/dev/ata/files.ata
--- a/sys/dev/ata/files.ata Wed Oct 24 03:59:33 2018 +0000
+++ b/sys/dev/ata/files.ata Wed Oct 24 06:53:26 2018 +0000
@@ -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 @@
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]}
Home |
Main Index |
Thread Index |
Old Index