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

--- Comment #3 from cab...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to