From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 16:49:13 2003 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 F019737B401 for ; Sat, 16 Aug 2003 16:49:13 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 44F2C43F75 for ; Sat, 16 Aug 2003 16:49:13 -0700 (PDT) (envelope-from root@webserver.get-linux.org) Received: (qmail 763 invoked by uid 0); 16 Aug 2003 23:49:12 -0000 Date: Sat, 16 Aug 2003 16:49:12 -0700 From: Joshua Oreman To: Charles Howse Message-ID: <20030816234912.GA753@webserver> References: <20030816215240.GA16878@happy-idiot-talk.infracaninophile.co.uk> <006201c36449$c1aac3d0$04fea8c0@moe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006201c36449$c1aac3d0$04fea8c0@moe> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Definition of interfaces in ifconfig 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, 16 Aug 2003 23:49:14 -0000 On Sat, Aug 16, 2003 at 05:57:18PM -0500 or thereabouts, Charles Howse wrote: > I'm currently running a custom kernel, with just the cpu specified and > maxusers = 0 > > I edited a new copy of that, took out quite a bit more that I don't need > - raid, scsi, wi-fi, pcmcia, etc. > I did: > # cd /usr/src/sys/i386/conf > # /usr/sbin/config CUSTOM1 > # cd ../../compile/CUSTOM1 > # make clean > # make depend > # make > > FAILURE! > > Last line of output: > Umass.o(.text+0x1c13): more undefined references to 'xpt_done' follow > > *** Error Code 1 > Stop in /usr/src/sys/compile/CUSTOM1 > > > Assuming that the error is in my editing of the kernel config file, I > have added it below. > Any advice would be appreciated! > Look at these comments carefully. ...snip... > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) ...snip... > device umass # Disks/Mass storage - Requires scbus and da ^^^^^^^^^^^^^^^^^^^^^ -- Josh > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"