ATA driver cannot detect the Serial ATA disk in FreeBSD/AMD64-Current

SungGON Yi. skon at kr.FreeBSD.org
Fri Apr 2 00:45:34 PST 2004


Thank you.
It works well.

SungGON Yi.
skon at kr.FreeBSD.org


----- Original Message ----- 
From: "Søren Schmidt" <sos at DeepCore.dk>
To: "SungGON Yi." <skon at kr.FreeBSD.org>
Cc: <freebsd-current at freebsd.org>; <freebsd-amd64 at freebsd.org>
Sent: Thursday, April 01, 2004 11:40 PM
Subject: Re: ATA driver cannot detect the Serial ATA disk in
FreeBSD/AMD64-Current


> SungGON Yi. wrote:
> > My system is consisted in Tyan S2885 opteron dual board and Seagate 7200.1
SATA
> > disk with
> > FreeBSD/AMD64 5.2-Current.
> >
> > Old ata driver could detect the disk. Below the verbose message on
bootstrap:
>
> Please try this patch:
>
> Index: ata-pci.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/ata/ata-pci.c,v
> retrieving revision 1.77
> diff -u -r1.77 ata-pci.c
> --- ata-pci.c   17 Mar 2004 17:50:27 -0000      1.77
> +++ ata-pci.c   1 Apr 2004 14:40:00 -0000
> @@ -546,8 +546,6 @@
>       ch->device[MASTER].setmode = ctlr->setmode;
>       ch->device[SLAVE].setmode = ctlr->setmode;
>       ch->locking = ctlr->locking;
> -    if (ch->reset)
> -       ch->reset(ch);
>       return ata_probe(dev);
>   }
>
>
> -- 
> -Søren
>
>



More information about the freebsd-current mailing list