Definition of interfaces in ifconfig

Joshua Oreman oremanj at get-linux.org
Sat Aug 16 16:49:14 PDT 2003


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list