Date: Sat, 16 Aug 2003 16:49:12 -0700 From: Joshua Oreman <oremanj@get-linux.org> To: Charles Howse <chowse@charter.net> Cc: questions@freebsd.org Subject: Re: Definition of interfaces in ifconfig Message-ID: <20030816234912.GA753@webserver> In-Reply-To: <006201c36449$c1aac3d0$04fea8c0@moe> References: <20030816215240.GA16878@happy-idiot-talk.infracaninophile.co.uk> <006201c36449$c1aac3d0$04fea8c0@moe>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030816234912.GA753>
