Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 1996 08:49:33 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        freebsd@shadows.aeon.net (Mr Operating System)
Subject:   Re: kernel and adaptec?
Message-ID:  <199608300649.IAA29143@uriah.heep.sax.de>
In-Reply-To: <199608291835.VAA05153@shadows.aeon.net> from Mr Operating System at "Aug 29, 96 09:35:12 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Mr Operating System wrote:

> i just updated my non scsi kernel and binaries to the latest sup,
> but i cant make scsi kernel...
> 
> aha1542.o: Undefined symbol `_scsi_uto3b' referenced from text segment
> aha1542.o: Undefined symbol `_scsi_uto3b' referenced from text segment

I think you forgot to include the generic SCSI code in your config
file:

controller	scbus0

device		sd0
device		st0
device		cd0
device		od0

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608300649.IAA29143>