cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h
Søren Schmidt
sos at DeepCore.dk
Wed Jun 16 14:47:32 GMT 2004
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
More information about the cvs-src
mailing list