Soren Schmidt wrote:
>
> Hmm try the patch below so we can tell what command it is failing on..
>
> Index: ata-all.c
> --- ata-all.c   1999/08/06 17:39:37     1.16
> +++ ata-all.c   1999/08/11 07:00:09
> @@ -693,7 +693,8 @@
>          scp->active = ATA_WAIT_INTR;
>          outb(scp->ioaddr + ATA_CMD, command);
>         if (tsleep((caddr_t)scp, PRIBIO, "atacmd", 500)) {
> -           printf("ata_command: timeout waiting for interrupt\n");
> +           printf("ata_command: timeout waiting for interrupt (cmd=0x%02x)\n,
> +                  command");
>             scp->active = ATA_IDLE;
>             return -1;
>         }


After removing the quotation mark after the word command in the above
patch (smile), it prints:

ata_command: timeout waiting for interrupt (cmd=0xa1)

What is command 0xa1?

Frank


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to