[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+QBN9BPbTHojQcSQZM1KmfsUMkajhLhmJ6jye4PdK8uXO9NcQ@mail.gmail.com>
Date: Sat, 25 May 2019 10:59:27 +0200
From: Carlo Pisani <carlojpisani@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Parisc List <linux-parisc@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: C3600, sata controller
guys?
yahoooooooooooooooo, SYBA-SY-PCX40009 does woooork :D :D
02:03.0 RAID bus controller: Silicon Image, Inc. SiI 3124 PCI-X Serial
ATA Controller (rev 01)
10 hours burn-in test passed!!!!
while [ 1 ]
do
for item in `ls *.bin`
do
rm -f $copy.out
echo -n "$item ... "
time cp_and_check_md5sum $item $copy.out
echo "done"
done
done
kernel 5.1, from the git repository, compiled with SMP
dmesg | grep altern
[ 2.551002] alternatives: applied 156 out of 175 patches
only applied this patch:
--- a/arch/parisc/include/asm/cache.h
+++ b/arch/parisc/include/asm/cache.h
@@ -52,7 +52,6 @@ void parisc_setup_cache_timing(void);
#define asm_io_fdc(addr) asm volatile("fdc %%r0(%0)" \
ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \
- ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) \
: : "r" (addr) : "memory")
#define asm_io_sync() asm volatile("sync" \
ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \
Powered by blists - more mailing lists