Date: Sat, 10 Mar 2001 15:24:31 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Eric Schmidt <eschmidt@enteract.com> Cc: freebsd-questions@freebsd.org Subject: Re: kernel will not build Message-ID: <20010310152430.B18340@mollari.cthul.hu> In-Reply-To: <20010310152704.A9578@enteract.com>; from eschmidt@enteract.com on Sat, Mar 10, 2001 at 03:27:04PM -0600 References: <20010310152704.A9578@enteract.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010310152430.B18340>