Date: Tue, 4 May 2004 21:35:33 +0200 From: Marc Olzheim <marcolz@stack.nl> To: S??ren Schmidt <sos@DeepCore.dk> Cc: freebsd-amd64@freebsd.org Subject: Re: ATA driver cannot detect the Serial ATA disk in FreeBSD/AMD64-Current Message-ID: <20040504193533.GA92558@stack.nl> In-Reply-To: <406C29F9.3070705@DeepCore.dk> References: <007e01c417eb$6691ef90$122aa8c0@skon2> <406C29F9.3070705@DeepCore.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 01, 2004 at 04:40:57PM +0200, S??ren Schmidt wrote: > >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); > } This patch still has to be applied to be able to boot on my AMD64... Maybe it should be committed ? Marc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040504193533.GA92558>