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.


_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to