--- Soren Schmidt <s...@freebsd.dk> wrote:
> It seems Valentin Shopov wrote:
> > I just tried the new ATA driver on my old ISA only
> > notebook. 
> > After correct recognition of the hard disk:
> > 
> > ....
> > ad0: invalid primary partition table: no magic
> > error 22: panic:.....
> 
> Hmm, sounds like it has trouble talking to the disk,
> try changeing the
> two #if 0's in ata-disk.c so that it uses 16 bit
> transfers..
> If that fails, try to make it only use singlesector
> transfers, quite
> a lot older disks messes up there...
> 
> -Søren
> 

you're right, it's 16 bit transfer. After changing #if
0's it's working. Thanks.
BTW, is it possible to define this in the "flags" of
ata[12]?
 
Val
_____________________________________________________________
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com


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

Reply via email to