From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 19:04:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50FAA16A4CE for ; Wed, 5 Jan 2005 19:04:27 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DD243D45 for ; Wed, 5 Jan 2005 19:04:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 35D93519EB; Wed, 5 Jan 2005 11:04:56 -0800 (PST) Date: Wed, 5 Jan 2005 11:04:56 -0800 From: Kris Kennaway To: Heinrich Rebehn Message-ID: <20050105190455.GA1566@xor.obsecurity.org> References: <41DC0714.2000408@ant.uni-bremen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <41DC0714.2000408@ant.uni-bremen.de> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org Subject: Re: cam_simq_alloc undefined X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 19:04:27 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 05, 2005 at 04:26:12PM +0100, Heinrich Rebehn wrote: > Hi list, >=20 > i use 5.3-RELEASE-p2. > When i try to load module iir for my ICP raid controller, i get: >=20 > root@antsrv1 [~] # kldload iir > kldload: can't load iir: No such file or directory > root@antsrv1 [~] # >=20 > dmesg shows that 'cam_simq_alloc' is undefined. However, module cam.ko,= =20 > which exports cam_simq_alloc is loaded: >=20 > 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] # >=20 > What am i missing here? >=20 > I need to load the scsi stuff as modules, because otherwise i have to=20 > reboot after every change to the raid controller's configuration (which= =20 > i am playing with ATM). Or is there another way to have the kernel=20 > rescan the raid controller for disks? camcontrol rescan? ;) Kris --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB3DpXWry0BWjoQKURAh1KAJ95ahdYGznLGDGRQe/TdrihF3ogUgCgyewP oFohPDpti+UXRLA8BaeuMh8= =MRk8 -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY--