Steven Scholz wrote:
> Hi all,
> 
> I get the following lines when starting my ide driver:
> 
> Probing IDE interface ide0...
> hda: probing with STATUS(0x50) instead of ALTSTATUS(0xff)
> hda: ST940813AM, ATA DISK drive
> ide0 at 0xc3866000-0xc3866007,0xc3866010 on irq 30
> hda: max request size: 1024KiB
> hda: Host Protected Area detected.
>         current capacity is 78140160 sectors (40007 MB)
>         native  capacity is 185074430006016 sectors (94758108163 MB)
> hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: task_no_data_intr: error=0x04 { DriveStatusError }
> ide: failed opcode was: 0x37
> hda: 78140160 sectors (40007 MB) w/8192KiB Cache, CHS=16383/255/63
> hda: cache flushes supported
>  hda: hda1
> 
> 
> My quetsions are:
> 
> 1. what's that 185074430006016 sectors native capacity about?

Sectors written in hex:
current capacity is 78140160 sectors would be           0x000004A85300
native  capacity is 185074430006016 sectors would be    0xA852FFA85300

Any clues?

--
Steven


-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to