Re: hea and hfa drivers do not compile...

2000-10-30 Thread Poul-Henning Kamp

In message <[EMAIL PROTECTED]>, Hart
i Brandt writes:

>> strip these lines out of NOTES:
>> 
>>  device acpi
>>  optionsACPI_DEBUG
>>  optionsAML_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  is gone
>which defines things like DELAY, bcopy, ... If I add the include
>everything compiles fine.

Can you send me your kernel config file ?  LINT compiles here and it
includes all of our ATM code as far as I know, there must be some
option which makes this interract strangely...

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: hea and hfa drivers do not compile...

2000-10-30 Thread Harti Brandt

On Mon, 30 Oct 2000, Poul-Henning Kamp wrote:

> In message <[EMAIL PROTECTED]>, Hart
> i Brandt writes:
> >
> >... in CURRENT from 30.10. phk has removed unnecessary #defines, among
> >them  which is definitely needed in both drivers. Adding the
> ># include  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
>   optionsACPI_DEBUG
>   optionsAML_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  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
> [EMAIL PROTECTED] | 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
  [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: hea and hfa drivers do not compile...

2000-10-30 Thread Poul-Henning Kamp

In message <[EMAIL PROTECTED]>, Hart
i Brandt writes:
>
>... in CURRENT from 30.10. phk has removed unnecessary #defines, among
>them  which is definitely needed in both drivers. Adding the
># include  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
optionsACPI_DEBUG
optionsAML_DEBUG

And the LINT kernel links just fine.

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



hea and hfa drivers do not compile...

2000-10-30 Thread Harti Brandt


... in CURRENT from 30.10. phk has removed unnecessary #defines, among
them  which is definitely needed in both drivers. Adding the
# include  fixes the problem.

netatm/atm{aal5,cm,device,subr} compile, but the kernel doesn't link -
they need the include also.

harti

-- 
harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private
  [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message