Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 21:54:48 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        ckempf@enigami.com (Cory Kempf)
Cc:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: GENERIC kernel build broken?
Message-ID:  <199805200354.VAA25053@panzer.plutotech.com>
In-Reply-To: <199805200251.WAA28943@singularity.enigami.com> from Cory Kempf at "May 19, 98 10:51:59 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Cory Kempf wrote...
> Hi all,
> I cvsup'd the latest sources of about, an hour or so ago, applied the
> -current snapshot, (fixed the .rej from sbin/Makefile), and attempted
> to build GENERIC:
> 
> loading kernel
> isp_freebsd.o: Undefined symbol `_scsi_alloc_bus' referenced from text segment
> isp_freebsd.o: Undefined symbol `_scsi_attachdevs' referenced from text segment
> isp.o: Undefined symbol `_scsi_done' referenced from text segment
> isp.o: Undefined symbol `_scsi_done' referenced from text segment

	This is the QLogic SCSI/FC driver that Matthew Jacob wrote.  It
hasn't been ported to CAM just yet, so you'd better take it out of your
kernel.

> subr_devstat.o: Undefined symbol `_getmicroruntime' referenced from text segment
> subr_devstat.o: Undefined symbol `_getmicroruntime' referenced from text segment

	That's a known problem, it has been changed to getmicrouptime(), I
believe.  You can probably just replace the getmicroruntime() calls in
subr_devstat.c with getmicrouptime().

> I am guessing that this is a SCSI issue, not a -current issue?

	It's a CAM issue, not a -current issue.

Ken
-- 
Kenneth Merry
ken@plutotech.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



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