Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 16:44:37 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        jeffrl@wantabe.com (Jeffrey J. Libman)
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: building kernel for adaptec 2940UW
Message-ID:  <199909202244.QAA84330@panzer.kdm.org>
In-Reply-To: <Pine.BSF.4.10.9909201622230.48856-100000@binnacle.wantabe.com> from "Jeffrey J. Libman" at "Sep 20, 1999 04:24:39 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Jeffrey J. Libman wrote...
> i have sup'd fresh today, make buildworld, make installworld and now i am
> making a kernel to include a new 2940UW, using ahc0. i get the following
> errors on
> make:
> 
> loading kernel
> aic7xxx.o: In function `ahc_create_path':
> aic7xxx.o(.text+0xb53): undefined reference to `xpt_create_path'
> aic7xxx.o: In function `ahc_set_syncrate':
> aic7xxx.o(.text+0xd42): undefined reference to `xpt_setup_ccb'
> aic7xxx.o(.text+0xd50): undefined reference to `xpt_async'
> aic7xxx.o(.text+0xd61): undefined reference to `xpt_free_path'
> aic7xxx.o: In function `ahc_set_width':
> aic7xxx.o(.text+0xee0): undefined reference to `xpt_setup_ccb'
> aic7xxx.o(.text+0xeec): undefined reference to `xpt_async'
> aic7xxx.o(.text+0xefd): undefined reference to `xpt_free_path'
> aic7xxx.o: In function `ahc_attach':
> aic7xxx.o(.text+0x1007): undefined reference to `cam_simq_alloc'
> aic7xxx.o(.text+0x103b): undefined reference to `cam_sim_alloc'
> aic7xxx.o(.text+0x104c): undefined reference to `cam_simq_free'
> 
> ad nauseum.
> 
> what have i missed?

Probably 'controller scbus0'.

Don't forget da0, cd0, sa0, and pass0.  See GENERIC and LINT for details.

Ken
-- 
Kenneth Merry
ken@kdm.org


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




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