From owner-cvs-all@FreeBSD.ORG Wed Jun 16 14:47:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB0016A4CE; Wed, 16 Jun 2004 14:47:32 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7EA43D54; Wed, 16 Jun 2004 14:47:31 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk ([192.168.0.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i5GEkh8g088623; Wed, 16 Jun 2004 16:46:48 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40D05D53.2050307@DeepCore.dk> Date: Wed, 16 Jun 2004 16:46:43 +0200 From: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200406151102.i5FB29Wm025585@repoman.freebsd.org> <20040616135822.GK12007@darkness.comp.waw.pl> In-Reply-To: <20040616135822.GK12007@darkness.comp.waw.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: =?UTF-8?B?U8WZcmVuIFNjaG1pZHQ=?= Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 14:47:32 -0000 Pawel Jakub Dawidek wrote: > On Tue, Jun 15, 2004 at 11:02:09AM +0000, Søren Schmidt wrote: > +> sos 2004-06-15 11:02:09 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h > +> Log: > +> Increase robustness of SATA handling. > > This breaks SiI controller. I've two: > > What model ? this cannot be the exact probe message... > one onboard and one in PCI and when booting with this change no disks > show up. Hmm, what disks are on there ? (model etc) A *full* dmesg from the system, evt before the change that fails, is an absolute minimum of info I need to be able to tell anything... In any case, try the change below and let me know if that helps. Index: ata-chipset.c =================================================================== RCS file: /home/ncvs/src/sys/dev/ata/ata-chipset.c,v retrieving revision 1.73 diff -r1.73 ata-chipset.c 2155c2155 < DELAY(100000); --- > DELAY(1000000); -- -Søren