From owner-freebsd-current@FreeBSD.ORG Fri Apr 2 00:45:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 388E716A4CE for ; Fri, 2 Apr 2004 00:45:34 -0800 (PST) Received: from biostats.snu.ac.kr (bibs.snu.ac.kr [147.46.42.54]) by mx1.FreeBSD.org (Postfix) with SMTP id 8526243D2F for ; Fri, 2 Apr 2004 00:45:33 -0800 (PST) (envelope-from skon@kr.FreeBSD.org) Received: (qmail 81466 invoked from network); 2 Apr 2004 08:45:04 -0000 Received: from unknown (HELO skon2) (192.168.42.18) by 192.168.42.17 with SMTP; 2 Apr 2004 08:45:04 -0000 Message-ID: <007601c4188f$886bc290$122aa8c0@skon2> From: "SungGON Yi." To: =?utf-8?Q?S=C3=B8ren_Schmidt?= References: <007e01c417eb$6691ef90$122aa8c0@skon2> <406C29F9.3070705@DeepCore.dk> Date: Fri, 2 Apr 2004 17:50:21 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-current@freebsd.org Subject: Re: ATA driver cannot detect the Serial ATA disk in FreeBSD/AMD64-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 08:45:34 -0000 Thank you. It works well. SungGON Yi. skon@kr.FreeBSD.org ----- Original Message ----- From: "Søren Schmidt" To: "SungGON Yi." Cc: ; 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 > >