Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2000 11:39:02 +0100
From:      "Rink Springer" <rink@springer.cx>
To:        "Rob Andrews" <rob@maxbw.com>, <freebsd-hackers@freebsd.org>
Subject:   Re: 
Message-ID:  <000c01c06d95$bb2a9a60$020010ac@aurum>
References:  <EMEJLMBHDELFJELJFLMPCELHCAAA.rob@maxbw.com>

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

Have you added the scbus and da devices? I think you need them, seeing the
cam_xxx stuff undefined.

--Rink

----- Original Message -----
From: "Rob Andrews" <rob@maxbw.com>
To: <freebsd-hackers@freebsd.org>
Sent: Saturday, December 23, 2000 11:18 PM


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I'm having a problem with what seems to be the DPT raid card driver
> in FreeBSD 4.2 RELEASE.
>
> I've tried several times switching off options and finally I switched
> off the DPT driver all together so that I could just see if the
> kernel would compile.
>
> - ---------  make depend ; make
>
> cc -elf -shared -nostdlib hack.c -o hack.So
> rm -f hack.c
> sh ../../conf/newvers.sh SWITCHBLADE
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs
> - -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
> - -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../..
> - -I../../../include  -D_KERNEL -include opt_global.h -elf
> - -mpreferred-stack-boundary=2  vers.c
> linking kernel
> dpt_scsi.o: In function `dptexecuteccb':
> dpt_scsi.o(.text+0x71f): undefined reference to `xpt_freeze_devq'
> dpt_scsi.o(.text+0x7a4): undefined reference to `xpt_done'
> dpt_scsi.o(.text+0x8ec): undefined reference to `xpt_done'
> dpt_scsi.o(.text+0xa10): undefined reference to `xpt_done'
> dpt_scsi.o: In function `dpt_action':
> dpt_scsi.o(.text+0xa47): undefined reference to `xpt_print_path'
> dpt_scsi.o(.text+0xb70): undefined reference to `xpt_freeze_simq'
> dpt_scsi.o(.text+0xd86): undefined reference to `xpt_freeze_simq'
> dpt_scsi.o(.text+0xf8b): undefined reference to `xpt_done'
> dpt_scsi.o(.text+0xf9d): undefined reference to `xpt_done'
> dpt_scsi.o: In function `dpt_attach':
> dpt_scsi.o(.text+0x176d): undefined reference to `cam_simq_alloc'
> dpt_scsi.o(.text+0x179f): undefined reference to `xpt_bus_deregister'
> dpt_scsi.o(.text+0x17b5): undefined reference to `cam_sim_free'
> dpt_scsi.o(.text+0x1800): undefined reference to `cam_sim_alloc'
> dpt_scsi.o(.text+0x1817): undefined reference to `xpt_bus_register'
> dpt_scsi.o(.text+0x1841): undefined reference to `xpt_create_path'
> dpt_scsi.o: In function `dpt_intr':
> dpt_scsi.o(.text+0x1b91): undefined reference to `xpt_done'
> dpt_scsi.o: In function `dptprocesserror':
> dpt_scsi.o(.text+0x1d05): undefined reference to `xpt_done'
> dpt_scsi.o: In function `dpttimeout':
> dpt_scsi.o(.text+0x1d2a): undefined reference to `xpt_print_path'
> dpt_scsi.o(.text+0x1d54): undefined reference to `xpt_print_path'
> *** Error code 1
>
> - ------
>
> Any help or suggestions would be appreciated..
>
> - --
> Rob Andrews
> Sr. Network & Systems Admin
> Maximus Bandwidth, Inc.
> Minneapolis, MN.
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>;
>
> iQA/AwUBOkUkyd1S25z1TVJkEQL27wCgxo7Y8pPyBJFirj8dX8O9apNEv4sAn2l/
> q8CMHLE2QCcwCbDwbcXtE+pJ
> =zM0/
> -----END PGP SIGNATURE-----
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
>



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000c01c06d95$bb2a9a60$020010ac>