Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf (untested) attempt to fix b5 evbarm-earmv7hf build ...



details:   https://anonhg.NetBSD.org/src/rev/a9b19c4a1b27
branches:  trunk
changeset: 356722:a9b19c4a1b27
user:      kre <kre%NetBSD.org@localhost>
date:      Mon Oct 09 10:28:33 2017 +0000

description:
(untested) attempt to fix b5 evbarm-earmv7hf build - please revert if this
is incorrect, or harms anything else...

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 65f825e481c4 -r a9b19c4a1b27 sys/conf/files
--- a/sys/conf/files    Mon Oct 09 05:24:26 2017 +0000
+++ b/sys/conf/files    Mon Oct 09 10:28:33 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1181 2017/09/13 22:24:46 sevan Exp $
+#      $NetBSD: files,v 1.1182 2017/10/09 10:28:33 kre Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20170615
@@ -1037,7 +1037,7 @@
 # Marvell Serial-ATA Host Controller
 define mvsata
 file dev/ic/mvsata.c                   mvsata
-device mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_pmp, mvsata
+device mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_fis, sata_pmp, mvsata
 defflag opt_mvsata.h           MVSATA_WITHOUTDMA
 
 # DECchip 21x4x Ethernet controller family, and assorted clones.



Home | Main Index | Thread Index | Old Index