From owner-freebsd-questions Tue Oct 5 11:27:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 949C714D4B for ; Tue, 5 Oct 1999 11:27:31 -0700 (PDT) (envelope-from brooks@one-eyed-alien.net) Received: from localhost (brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) with ESMTP id LAA06025; Tue, 5 Oct 1999 11:27:14 -0700 (PDT) X-Authentication-Warning: orion.ac.hmc.edu: brdavis owned process doing -bs Date: Tue, 5 Oct 1999 11:27:14 -0700 (PDT) From: Brooks Davis X-Sender: brdavis@orion.ac.hmc.edu To: Mike Jennings Cc: freebsd-questions@FreeBSD.ORG Subject: Re: adaptec In-Reply-To: <4.2.0.58.19991004202356.00975b80@post.kosone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 4 Oct 1999, Mike Jennings wrote: > My question, read the book and followed the Kernel howto section. Adjusted > the GENERIC file and added the > aic0 controller subsection. > When it comes to "make depend" it fails looking for the aic0.h file . It > could not find the files or directories associated with this card? I did > install everything (programs) and for the sources I included: > a. headers > b. kernel source > c. base > > Did I miss anything? Yup, the #!CAM# comment in LINT was supposed to tell you that the aic driver is no supported under CAM (the new SCSI sybsystem). Admittidly it isn't very clear and in recent versions is has actually been removed from LINT to avoid further confusion. If you must have aic support you have to run 2.x. -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message