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
- Re: wd0: interrupt timeout (status 58<rdy,seekdone,dr... Oliver Fromme
- Re: wd0: interrupt timeout (status 58<rdy,seekdo... Doug White
- Re: wd0: interrupt timeout (status 58<rdy,se... Garrett Wollman
- Re: wd0: interrupt timeout (status 58<rd... Poul-Henning Kamp
- Re: wd0: interrupt timeout (status 58<rdy,se... Soren Schmidt
- Re: wd0: interrupt timeout (status 58<rd... Francis Jordan
- Re: wd0: interrupt timeout (status 58&l... Soren Schmidt
- Re: wd0: interrupt timeout (status... Francis Jordan
- Re: wd0: interrupt timeout (st... Soren Schmidt
- Re: wd0: interrupt timeout... Francis Jordan
- Re: wd0: interrupt timeout... Soren Schmidt
- Re: wd0: interrupt timeout (status 58<rd... Thierry Herbelot
- Re: wd0: interrupt timeout (status 58&l... Soren Schmidt
- Re: wd0: interrupt timeout (status... Thierry Herbelot
- Re: wd0: interrupt timeout (st... Soren Schmidt
- Re: wd0: interrupt timeout (status 58&l... Mike Holling