Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 1997 20:50:05 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        conrads@neosoft.com (Conrad Sabatier)
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: Errors in kernel build with pnp (2.2-STABLE)
Message-ID:  <199709091850.UAA19888@labinfo.iet.unipi.it>
In-Reply-To: <XFMail.970909123330.conrads@neosoft.com> from "Conrad Sabatier" at Sep 9, 97 12:33:11 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> loading kernel
> pnp.o: Undefined symbol `_pnpdevice_set' referenced from text segment
> pnp.o: Undefined symbol `_pnpdevice_set' referenced from text segment
> 
> I'm reasonably certain I've applied all patches, etc. correctly.  So why is
> this happening?

one reason is that probably you have not defined any pnp-aware driver.
One workaround is #define TEST_PNP_DEVICE in pnp.c and make function
nullpnp_probe() return NULL .

I did not find the problem because I always used the pnp code with my
sound driver.

	Cheers
	Luigi
-----------------------------+--------------------------------------
Luigi Rizzo                  |  Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it    |  Universita' di Pisa
tel: +39-50-568533           |  via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522           |  http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________



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