Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2002 21:52:44 +0000
From:      George Reid <greid@FreeBSD.org>
To:        David Blumberg <davidblumberg@linux.se>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Kernel problem
Message-ID:  <20020324215244.A2387@FreeBSD.org>
In-Reply-To: <3C9DB69E.5000104@linux.se>; from davidblumberg@linux.se on Sun, Mar 24, 2002 at 12:21:02PM %2B0100
References:  <3C9DB69E.5000104@linux.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 24, 2002 at 12:21:02PM +0100, David Blumberg wrote:

> asr.o: In function `ASR_failActiveCommands':
> asr.o(.text+0x6e7): undefined reference to `xpt_done'
> asr.o: In function `ASR_rescan':
> asr.o(.text.+0xba0): underfined refernce to `xpt_create_path'
[...]
> #device		umass		# Disks/Mass storage - Requires scbus and da
[...]

This is your problem.  It helps to read the kernel configuration file more 
carefully.  Where it says "Requires scbus and da", it means that you must 
include 'scbus' and 'da'.  It's fairly simple.  This is almost a FAQ by 
now.

-- 
George C A Reid                         Tel: (08701) 200870  Ext. 26654
WWW: http://people.FreeBSD.org/~greid/  Mob: (07740) 197460
FreeBSD Committer/Developer             greid@FreeBSD.org
Oriel College, Oxford University        george.reid@oriel.ox.ac.uk

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




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