error for my kernel configuration, please help

Rob spamrefuse at yahoo.com
Fri Nov 5 23:28:55 PST 2004


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.




More information about the freebsd-questions mailing list