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/> References: <bug-243401-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243401 --- Comment #7 from Peter Eriksson <pen@lysator.liu.se> --- Btw, I noticed one other little thing while reading the source code for ahc= i.c: ahci_start(ch, fbs) gets called with fbs=3D1 in all spots in the code, exce= pt 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 correct= ly then this would cause "FIS-based switched" to be disabled from that time on= - if that ever happens?=20 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243401-227-ZVUZjltIIO>