[Illumos-team] [OpenIndiana Distribution - Bug #1423] ata_id_common: BUSY status 0xfe error 0x0

illumos project devnull at illumos.org
Tue Aug 30 20:43:19 UTC 2011


Issue #1423 has been updated by Chris Jordan.

Category set to OS/Net (Kernel and Userland)
Assignee set to OI illumos
Priority changed from Normal to Low
Tags changed from needs-triage to ata_id_common


----------------------------------------
Bug #1423: ata_id_common: BUSY status 0xfe error 0x0
https://www.illumos.org/issues/1423

Author: Richard PALO
Status: New
Priority: Low
Assignee: OI illumos
Category: OS/Net (Kernel and Userland)
Target version: 
Difficulty: Medium
Tags: ata_id_common


frequently upon reboot I noticed this error since installing oi_151, although I noticed it on nexenta 3.1 as well:
<pre>
Aug 28 17:30:56 amilo genunix: [ID 386595 kern.notice] ata_id_common: BUSY status 0xfe error 0x0
</pre>
mostly twice.

I found the following g$$gle https://defect.opensolaris.org/bz/show_bug.cgi?format=multiple;id=2368

I tried changing ata.conf to the following:
<pre>
#
# don't change these
#
device_type="ide";
flow_control="dmult";
queue="qfifo";
max_transfer=0x100;

# Enable dma
ata-options=0x1;

#
# for PIO performance upgrade - set block factor to 0x10
#
#drive0_block_factor=0x1;
#drive1_block_factor=0x1;
drive0_block_factor=0x10;
drive1_block_factor=0x10;
#
# some laptop systems require setting this flag
#
#timing_flags=0x0;
timing_flags=0x1;
</pre>

so far seems ok, perhaps the defaults (like in many other areas) are not very good.


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Illumos-team mailing list