From owner-freebsd-questions@FreeBSD.ORG Sat Nov 6 07:28:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53CF716A4CE for ; Sat, 6 Nov 2004 07:28:55 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E957343D3F for ; Sat, 6 Nov 2004 07:28:54 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004110616:28:42:059110.15450.2764041136 for ; Sat, 06 Nov 2004 16:28:42 +0900 (KST) Message-ID: <418C7D35.70005@yahoo.com> Date: Sat, 06 Nov 2004 16:28:53 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jian Guang Xu , FreeBSD References: <274e8bdc04110523016399137d@mail.gmail.com> In-Reply-To: <274e8bdc04110523016399137d@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-3.32) (SRN:SPAMROBOT) ----------------- Subject: Re: error for my kernel configuration, please help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 07:28:55 -0000 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.