From owner-freebsd-questions Sat Mar 10 15:24:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-158.dsl.lsan03.pacbell.net [63.207.60.158]) by hub.freebsd.org (Postfix) with ESMTP id E75B837B719 for ; Sat, 10 Mar 2001 15:24:32 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2C17566E94; Sat, 10 Mar 2001 15:24:31 -0800 (PST) Date: Sat, 10 Mar 2001 15:24:31 -0800 From: Kris Kennaway To: Eric Schmidt Cc: freebsd-questions@freebsd.org Subject: Re: kernel will not build Message-ID: <20010310152430.B18340@mollari.cthul.hu> References: <20010310152704.A9578@enteract.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010310152704.A9578@enteract.com>; from eschmidt@enteract.com on Sat, Mar 10, 2001 at 03:27:04PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --5/uDoXvLw7AC5HRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > device adv0 at isa? > device adw > device bt0 at isa? > device aha0 at isa? > device aic0 at isa? > device ncv # NCR 53C500 > device nsp # Workbit Ninja SCSI-3 > device stg # TMC 18C30/18C50 Your kernel config is incomplete: you are defining 8 SCSI devices, but not the rest of the SCSI support: # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) Generally speaking, compilation failures with a customized kernel mean that you have made a mistake with the kernel and left out something important, and you should go back and compare against GENERIC or LINT to see what that is. You also have a *lot* of other devices enabled in this config file which you probably don't need, unless that's one monster of a PC you're running :-) Kris --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6qreuWry0BWjoQKURApxgAJ9OqqCxu95MUG5GLxPudKlIprr5agCdFppX BPi908NfeLaTIe4MwYBERQs= =y6a3 -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message