Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 1998 11:13:17 -0400 (EDT)
From:      bush doctor <dervish@ikhala.tcimet.net>
To:        josh@lucratec.com (josh)
Cc:        questions@FreeBSD.ORG
Subject:   Re: kernel configuration
Message-ID:  <199806181513.LAA29060@ikhala.tcimet.net>
In-Reply-To: <35888AD8.571030FC@lucratec.com> from josh at "Jun 17, 98 10:34:48 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Once upon a time <josh> said:
> When I run make all on in my ../../compile/kernelname directory, I get
> this message
> 
> 
> loading kernel
> cd.o: Undefined symbol `_scsi_device_register' referenced from text
> segment
> cd.o: Undefined symbol `_scsi_open' referenced from text segment
> 

[snippage ...]
> 
> controller      isa0
> controller      eisa0	=> this can come out unless you have eisa slots ...
> controller      pci0

[snippage ...]
> controller      ahc0
> controller      aha0    at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
> device          sd0
^^^^^^^^^^^^^^^^^^^^^
The above three lines refer to scsi controllers and a scsi disk
If you have scsi devices you'll also need this

	controller  scbus0  #base SCSI code

Otherwise take out the scsi references ...

[snippage ...]



-- bush doctor


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?199806181513.LAA29060>