On Wed, Jan 18, 2017 at 03:04:21AM +0000, Sanka Coffie wrote:
> Just installed -current and am hitting a kernel panic on boot:
> 
> panic: kernel diagnostic assertion "ccb->ccb_xa.state =3D=3D ATA_S_ONCHIP"
> failed: file "../../../../dev/ic/ahci.c", line 2174

This indicates the SATA controller reported an error for a command that had
already completed, or for a command slot that wasn't in use at all.
Can you narrow it down to one of the SSDs in that system?  Do those SSDs
work properly in other machines?

Are you able to build a custom kernel and boot it on the APU?  If so, the first
thing to do would be to enable ahci debug output by changing the
#define NO_AHCI_DEBUG line at the top of src/sys/dev/ic/ahcivar.h - this won't
fix the panic but it'll tell us where the error information is coming from.
Depending on what output you get from that, there are a few more things to try.

Reply via email to