Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2004 16:46:43 +0200
From:      =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= <sos@DeepCore.dk>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.ORG>
Cc:        =?UTF-8?B?U8WZcmVuIFNjaG1pZHQ=?= <sos@FreeBSD.ORG>
Subject:   Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h
Message-ID:  <40D05D53.2050307@DeepCore.dk>
In-Reply-To: <20040616135822.GK12007@darkness.comp.waw.pl>
References:  <200406151102.i5FB29Wm025585@repoman.freebsd.org> <20040616135822.GK12007@darkness.comp.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
> 
> <SiI SATA150 controller>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D05D53.2050307>