Date: Mon, 30 Oct 2000 17:53:27 +0100 (CET) From: Harti Brandt <brandt@fokus.gmd.de> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: current@FreeBSD.ORG Subject: Re: hea and hfa drivers do not compile... Message-ID: <Pine.BSF.4.21.0010301750200.19091-100000@beagle.fokus.gmd.de> In-Reply-To: <3162.972919662@critter>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Oct 2000, Poul-Henning Kamp wrote: > In message <Pine.BSF.4.21.0010301522010.92183-100000@beagle.fokus.gmd.de>, Hart > i Brandt writes: > > > >... in CURRENT from 30.10. phk has removed unnecessary #defines, among > >them <sys/systm.h> which is definitely needed in both drivers. Adding the > ># include <sys/systm.h> fixes the problem. > > > >netatm/atm{aal5,cm,device,subr} compile, but the kernel doesn't link - > >they need the include also. > > You are confusing my changes with the current acpi related breakage. > > strip these lines out of NOTES: > > device acpi > options ACPI_DEBUG > options AML_DEBUG > > And the LINT kernel links just fine. Probably not. I have no acpi configured in my kernel. cvs log on eni.c says: Remove 86 unneeded #includes on revision 1.15 A cvs diff shows, that with this change #include <sys/systm.h> is gone which defines things like DELAY, bcopy, ... If I add the include everything compiles fine. harti > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, harti@begemot.org, lhbrandt@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010301750200.19091-100000>