Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 15:08:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202712] System doesn't recognize older hdd after boot
Message-ID:  <bug-202712-8-aqmh6zWUyr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202712-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202712-8@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=202712

--- Comment #3 from cab902@yahoo.com ---
The problem is that the new ATA_CAM implementation don't handle the drive in
the correct way. The current workaround is to disable the ATA_CAM and activate
the old atadisk code in the custom kernel.

--
Example of working MYKERNEL file:

include GENERIC
ident MYKERNEL

nooptions ATA_CAM
device atadisk
device atapicd

--
system message buffer content:

ad3: FAILURE - SETFEATURES SET TRANSFER MODE status=51<READY,DSC,ERROR>
error=4<ABORTED>
ad3: 405MB <WDC AC2420F 06.16K25> at ata1-slave WDMA1

--
Disc is functioning normally with this kernel configuration.

-- 
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-202712-8-aqmh6zWUyr>