Re: UPDATE3: ATA/ATAPI driver new version available.

1999-03-09 Thread S�ren Schmidt
It seems Maxim Sobolev wrote:
>Driver works fine, but on my notebook, when HDD awake from sleep I see
>"at0: unvanted interrupt" message. Maybe we need flag similar to
>"SLEEP_HACK" on wd driver?

I'm not sure how I'm going to handle this yet, but it is on my TODO
list...

-Søren


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: UPDATE3: ATA/ATAPI driver new version available.

1999-03-09 Thread Maxim Sobolev
Driver works fine, but on my notebook, when HDD awake from sleep I see
"at0: unvanted interrupt" message. Maybe we need flag similar to
"SLEEP_HACK" on wd driver?

Sincerely,

Maxim

"S?ren Schmidt" wrote:

> Third update to the new ATA/ATAPI driver:
>
> ZIP drives should now be working, I'm not sure about LS120 drives,
> reports on those most welcome!
>
> Fixed problems:
>
> ??? Hang on probe on "fantom" devices.
> ??? The probe now use a timeout to avoid hangs if no interrupt
> ??? is received.
>
> There has also been more general code clenaups, and some reorgs.
>
> As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code.
>
> But please tell me how it works for you!
>
> Enjoy!
>
> -S?ren
>
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: UPDATE3: ATA/ATAPI driver new version available.

1999-03-08 Thread Pierre Beyssac
On Sun, Mar 07, 1999 at 10:49:39PM +0100, Søren Schmidt wrote:
> Third update to the new ATA/ATAPI driver:

I tried your driver (update 2), and I solves all my CDROM problems
(hanged after mount). I keep it. Great work, thanks!

ata-pci0:  rev 0x01 on pci0.7.1
ata0 at 0x01f0 irq 14 on ata-pci0
ata1 at 0x0170 irq 15 on ata-pci0
acd0:  CDROM drive at ata1 as master
acd0: drive speed 2412KB/sec, 128KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA, packet track
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 80mm data disc loaded, unlocked
-- 
Pierre Beyssac  p...@enst.fr


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: UPDATE3: ATA/ATAPI driver new version available.

1999-03-07 Thread S�ren Schmidt
It seems Brian Feldman wrote:
>> Third update to the new ATA/ATAPI driver:
>> 
>> ZIP drives should now be working, I'm not sure about LS120 drives,
>> reports on those most welcome!
>
>It doesn't lock up like before, but on my LS-120
>wdc1: unit 0 (atapi): ,
>removable, iordy
>it seems to have "corrupt" reads. In addition, much of the time the ATA
>code now will not boot my system, failing at atapi_transfer: bad command phase.

Hmm, you could try to increase the timeout at line 230 in atapi-all.c, se
if that helps.

-Søren


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: UPDATE3: ATA/ATAPI driver new version available.

1999-03-07 Thread Brian Feldman
On Sun, 7 Mar 1999, S?ren Schmidt wrote:

> 
> Third update to the new ATA/ATAPI driver:
> 
> ZIP drives should now be working, I'm not sure about LS120 drives,
> reports on those most welcome!

It doesn't lock up like before, but on my LS-120
wdc1: unit 0 (atapi): , 
removable, iordy
it seems to have "corrupt" reads. In addition, much of the time the ATA code
now will not boot my system, failing at atapi_transfer: bad command phase.

> 
> Fixed problems:
> 
> Hang on probe on "fantom" devices.
>   The probe now use a timeout to avoid hangs if no interrupt
>   is received.
> 
> There has also been more general code clenaups, and some reorgs.
> 
> As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code.
> 
> But please tell me how it works for you!
> 
> Enjoy!
> 
> -S?ren
> 
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message
> 

 Brian Feldman_ __  ___ ___ ___  
 gr...@unixhelp.org   _ __ ___ | _ ) __|   \ 
 http://www.freebsd.org/ _ __ ___  | _ \__ \ |) |
 FreeBSD: The Power to Serve!  _ __ ___  _ |___/___/___/ 



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



UPDATE3: ATA/ATAPI driver new version available.

1999-03-07 Thread S�ren Schmidt

Third update to the new ATA/ATAPI driver:

ZIP drives should now be working, I'm not sure about LS120 drives,
reports on those most welcome!

Fixed problems:

Hang on probe on "fantom" devices.
The probe now use a timeout to avoid hangs if no interrupt
is received.

There has also been more general code clenaups, and some reorgs.

As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code.

But please tell me how it works for you!

Enjoy!

-Søren


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message