Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jan 2005 10:34:02 +0100
From:      Heinrich Rebehn <rebehn@ant.uni-bremen.de>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        questions@freebsd.org
Subject:   Re: cam_simq_alloc undefined
Message-ID:  <41DD060A.6060501@ant.uni-bremen.de>
In-Reply-To: <20050105190455.GA1566@xor.obsecurity.org>
References:  <41DC0714.2000408@ant.uni-bremen.de> <20050105190455.GA1566@xor.obsecurity.org>

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

Kris Kennaway wrote:
> On Wed, Jan 05, 2005 at 04:26:12PM +0100, Heinrich Rebehn wrote:
> 
>>Hi list,
>>
>>i use 5.3-RELEASE-p2.
>>When i try to load module iir for my ICP raid controller, i get:
>>
>>root@antsrv1 [~] # kldload iir
>>kldload: can't load iir: No such file or directory
>>root@antsrv1 [~] #
>>
>>dmesg shows that 'cam_simq_alloc' is undefined. However, module cam.ko, 
>>which exports cam_simq_alloc is loaded:
>>
>>root@antsrv1 [~] # kldstat
>>Id Refs Address    Size     Name
>> 1    4 0xc0400000 37a5b0   kernel
>> 2   14 0xc077b000 537f0    acpi.ko
>> 3    1 0xc37f1000 31000    cam.ko
>>root@antsrv1 [~] #
>>root@antsrv1 [/boot/kernel] # nm cam.ko|grep cam_simq_alloc
>>0000e70c T cam_simq_alloc
>>root@antsrv1 [/boot/kernel] #
>>
>>What am i missing here?
>>
>>I need to load the scsi stuff as modules, because otherwise i have to 
>>reboot after every change to the raid controller's configuration (which 
>>i am playing with ATM). Or is there another way to have the kernel 
>>rescan the raid controller for disks?
> 
> 
> camcontrol rescan? ;)
> 
> Kris

Hi Kris,

i tried 'camcontrol rescan all' but it did not work. New drives were not 
recognized. Seems like reboot is the way to go..

Heinrich


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DD060A.6060501>