Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Nov 2004 16:28:53 +0900
From:      Rob <spamrefuse@yahoo.com>
To:        Jian Guang Xu <jianguang.xu@gmail.com>, FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: error for my kernel configuration, please help
Message-ID:  <418C7D35.70005@yahoo.com>
In-Reply-To: <274e8bdc04110523016399137d@mail.gmail.com>
References:  <274e8bdc04110523016399137d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jian Guang Xu wrote:
> I've been trying to configure my first custom kernel according to the
> Handbook and looks that I got error in my configuration file, Would
> somebody please help me out?
> Thank you in advance. 
> ++++++++++++++++++++++++++++++++++++++++++++++
> Here is my custom configuration file: 
> 
> device		umass		# Disks/Mass storage - Requires scbus and da

Notice what umass requires: scbus and da.
So you need to enable:

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)


R.




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