Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jan 2021 22:14:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243401] [patch] ahci driver problems with Marvell 88SE9230 (Dell BOSS-S1)
Message-ID:  <bug-243401-227-ZVUZjltIIO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243401-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243401

--- Comment #7 from Peter Eriksson <pen@lysator.liu.se> ---
Btw, I noticed one other little thing while reading the source code for ahci.c:

ahci_start(ch, fbs) gets called with fbs=1 in all spots in the code, except one
spot in ahci_execute_transaction() around line 1650 or so when it receives an
ATA_A_RESET - then it sets fbs to 0 (zero). If I'm reading the code correctly
then this would cause "FIS-based switched" to be disabled from that time on -
if that ever happens? 

Just for testing I changed that to 1 - but I don't see much of a difference in
behaviour. Granted I haven't tested _that_ much. Probably unrelated to this
issue anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243401-227-ZVUZjltIIO>