-
pjustice
Are there issues with the SiI 3112 chipset and SmartOS? I have a Supermicro machine (SYS-120C-TR) that has been kinda flaky about disks, and I'm pretty sure that not ALL the drives it's gotten unhappy about are bad. Exploring possibilities.
-
pjustice
The current problem is generating sequences of these, then marking the drive out for too many errors:
-
pjustice
2024-10-24T00:08:41.277383+00:00 copacabana ahci: [ID 777486 kern.warning] WARNING: ahci1: ahci port 3 has interface fatal error
-
pjustice
2024-10-24T00:08:41.277409+00:00 copacabana ahci: [ID 687168 kern.warning] WARNING: ahci1: ahci port 3 is trying to do error recovery
-
pjustice
2024-10-24T00:08:41.277419+00:00 copacabana ahci: [ID 551337 kern.warning] WARNING: ahci1: #011Transient Data Integrity Error (T)#012#01110B to 8B Decode Error (B)#012#011CRC Error (C)#012
-
pjustice
2024-10-24T00:08:41.368466+00:00 copacabana ahci: [ID 657156 kern.warning] WARNING: ahci1: error recovery for port 3 succeed
-
jbk
not that i'm aware of -- i mean.. if it's ahci, it's the same ahci driver used pretty much elsewhere...
-
jbk
unless it's wanting something special others don't...
-
jbk
though i do see in freebsd a reference about what appears to be some DMA bugs in early 3112 chips
-
pjustice
How would I examine the version of the 3112 in this system?
-
jbk
you could try prtconf -vd | grep AHCI
-
jbk
or pipe it through less and search for it, then scroll down under the entry and look for the revision id
-
jbk
.... or
-
pjustice
Hmm, that's telling me this is integrated in the intel C620 chipset.
-
jbk
/usr/lib/pci/pcieadm show-devs | grep ahci1
-
jbk
that might be a bit easier
-
jbk
or can confirm the above
-
pjustice
revision id 00...0a
-
pjustice
0/17/0 PCI ahci1 C620 Series Chipset Family SATA Controller [AHCI mode]
-
jbk
ok.. so that's what's generating the errors
-
jbk
so the 3112 is probably not relevant
-
jbk
are the errors always the same port?
-
pjustice
No
-
pjustice
Although port 3 seems to be the worst
-
pjustice
and it's the current round
-
jbk
i'm not aware of any issues with that chip...
-
jbk
maybe check power or cabling
-
pjustice
I mean, it could be all sorts of things, headers, cables, drive backplane, yadda yadda
-
pjustice
Just figured I'd explore chipset issues.
-
pjustice
Thanks for your help!