Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jul 1998 15:52:41 -0400 (EDT)
From:      Simon Shapiro <shimon@simon-shapiro.org>
To:        David Ramahefason <rama@easynet.fr>
Cc:        FreeBSD-SCSI@FreeBSD.ORG
Subject:   Re: DPT Install big problem
Message-ID:  <XFMail.980701155241.shimon@simon-shapiro.org>
In-Reply-To: <19980701135509.D19385@easynet.fr>

next in thread | previous in thread | raw e-mail | index | archive | help

On 01-Jul-98 David Ramahefason wrote:
> On Tue, Jun 30, 1998 at 11:30:41PM -0400, Simon Shapiro wrote:
>> 
>> On 30-Jun-98 David Ramahefason wrote:
>> > Hi, 
>> > 
>> > We have a 3334UW plus a 7 slot DPT cabinet with hot plus HD.
>> > The dptmgr create all the array without any problem...
>> > But when we start to install FreeBSD, the card hangs during
>> > the filesystem creation.... with LED 1 on...
>> > I've called DPT to have some advice... but the only thing
>> > they told me was to lower the xfer rate on the SCSI bios.
>> > I've lowered it to 5Mhz.. it didn't change anything.
>> > We've tryied to install Redhat, and it worked...
>> > Do we have to do special things to have the DPT system
>> > working under FreeBSD (which is want we really want)
>> 
>> LED 1 stuck on means the PCI bus is hung, or the DPT is hung on the bus.
>> I need a bit more data:
>> 
>> Exact kernel configuration and version
> 
> It's the generic kernel with all the DPT options enabled (version 2.2.6)
> 
>> Motherboard details
> It's an ASUS P2B-DS
> 
>> DPT firmware and BIOS versions - not the same!
> Firmware is 07L0 uhhh the bios... dunno...
> 
>> Any kernel messages that show during the hang
> mmm... don't remember exactly... I'll mail when I'll have them
>> 
>> There are some special options to compile for kernels that tax the PCI
>> bus,
>> but let's see what you have first.
> 
> Don't have any options concerning the PCI bus...

Make sure the kernel is compiled with:

options DPT_VERIFY_HINTR
options DPT_HANDLE_TIMEOUTS
options "DPT_TIMEOUT_FACTOR=5"

These will make sure that even if there are severe bus problems, the driver
will eiher recover or say where the problem is.

These options are BAD for heavy laod and intense computing.  They do
nothing good for perfromance either.  Do NOT use, except for debugging.

To see  what the driver does, enable debugging options, as per sys/sys/dpt.h

The kernel should always be compiled with:
options DPT_MEASURE_PERFORMANCE
options DPT_LOST_IRQ
options DDB
options KTRACE



----------


Sincerely Yours, 

Simon Shapiro
Shimon@Simon-Shapiro.ORG                      Voice:   770.265.7340

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980701155241.shimon>