Re: C3600, sata controller

2019-05-25 Thread Carlo Pisani
guys? yah, SYBA-SY-PCX40009 does wrk :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 ... "

Re: C3600, sata controller

2019-05-13 Thread John David Anglin
On 2019-05-12 5:15 p.m., Carlo Pisani wrote: >> The c3600 doesn't have any PCI-X slots (only PCI) as far as I can tell from >> user manuals. > PCI-32/33 device I/O bus > PCI-64/33 high-performance device I/O bus <- this is > PCI-X, 64bit 5V > PCI-64/66 high-performance graphics I/O

Re: C3600, sata controller

2019-05-13 Thread Carlo Pisani
hi, good news! after a burn-in test of 8hours, we can affirm that Adaptec 1210SA does work The chip is "Silicon Image Sil31122", so the kernel module is "sata_sil" (not sata_sil24) while [ 1 ] do for item in `ls *.bin` do rm -f $copy.out echo -n "$item ... " mycp $item

Re: C3600, sata controller

2019-05-12 Thread John David Anglin
The c3600 doesn't have any PCI-X slots (only PCI) as far as I can tell from user manuals. The SY-PCX40009 PCI-X card that I have says it supports two models: 32-bit at 66 MHz and 64-bit at 133 MHz.  The 32-bit slots in c3600 are 33 MHz.  Whether the card will work at 33 MHz is not clear.  The c

Re: C3600, sata controller

2019-05-12 Thread Carlo Pisani
> The c3600 doesn't have any PCI-X slots (only PCI) as far as I can tell from > user manuals. PCI-32/33 device I/O bus PCI-64/33 high-performance device I/O bus <- this is PCI-X, 64bit 5V PCI-64/66 high-performance graphics I/O bus <- this is PCI-X, 64bit 3.3V htt

Re: C3600, sata controller

2019-05-12 Thread Carlo Pisani
kernel's config and dmesg are here http://www.downthebunker.com/chunk_of/stuff/public/projects/workstations/hppa/c3600/kernel/5.1-git-v5.2-64bit/ http://www.downthebunker.com/chunk_of/stuff/public/projects/workstations/hppa/c3600/kernel/4.16.2-64bit/ Il giorno dom 12 mag 2019 alle ore 22:44 Carl