Need some insight on error messages that I am getting.
Sergey 'DoubleF' Zaharchenko
doublef at tele-kom.ru
Fri Oct 24 03:49:43 PDT 2003
On Thu, 23 Oct 2003 15:20:37 -0400 Marshall Heartley <heartley at earthlink.net> probably wrote:
> <snip>
> > \From ata(4) manpage:
> >
> > man> The use of UDMA4(66MHz) and higher together with non-UDMA4 devices on the
> > man> same ATA channel is not recommended, unless they are run at the non-UDMA4
> > man> device's lower speed. The driver has been designed to handle that kind
> > man> of setup but lots of older devices do not like this.
>
> This definitely would explain it. Shows how new I am to FreeBSD.
> Thanks!
>
> Is there a way to put the proper atacontrol command in somewhere so that
> it will slow the first hdd (ad0) down to UDMA33?
Perhaps a script in "/usr/local/etc/rc.d"... but before it is run, ad0
will be UDMA66.
Wherever you put an atacontrol command, ad0 will be UDMA66 before that
(outside of modifying the kernel), which might cause some trouble.
A solution might be to first set all drives into PIO (by adding
hw.ata.ata_dma=0 in the loader config) and `atacontrol' them in rc.d to
their speeds (both to UDMA33). This may cause the boot to be somewhat
slower.
> Thank you!
>
> Marshall
>
>
--
DoubleF
Nondeterminism means never having to say you are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031024/fcb18f69/attachment.bin
More information about the freebsd-questions
mailing list