Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2003 14:59:46 -0700
From:      Mark Woodson <mwoodson@sricrm.com>
To:        mess-mate <messmate@tiscali.fr>, freebsd-questions@freebsd.org
Subject:   Re: kernel-building error
Message-ID:  <200308081459.46640.mwoodson@sricrm.com>
In-Reply-To: <20030808214749.743abfd6.messmate@tiscali.fr>
References:  <20030808161015.40b0622c.messmate@tiscali.fr> <200308080949.08647.kstewart@owt.com> <20030808214749.743abfd6.messmate@tiscali.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 08 August 2003 12:47 pm, mess-mate wrote:
> |> umass.o: In function `umass_cam_quirk_cb':
> |> umass.o(.text+0x21bb): undefined reference to `xpt_done'
> |> *** Error code 1
> |>
> |> Thanks for your help.
> |> mess-mate
>
> Thanks for your help.
> Problem semi-solved. Disabled 'umass' in the kernel and all
> goes well.
> I don't know whar the requirements are for 'umass', what's
> this beast ??

umass is USB mass storage (a usb hard drive).

The requirements for umass are:  scbus and da (scsi bus and scsi direct 
access) as the line states in the kernel config file
device          umass           # Disks/Mass storage - Requires scbus and da

The requirements for a device or option are listed in the config file.  
generally.

-Mark



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