Subject: Re: kn01_intr_establish in sys/dev/tc/if_le_ibus.c
To: Thorsten Frueauf <s_frueau@ira.uka.de>
From: Michael L. Hitch <mhitch@lightning.oscs.montana.edu>
List: current-users
Date: 04/07/1998 16:40:02
On Apr  8, 12:25am, Thorsten Frueauf wrote:
> I get an error on a DS 3100 with current sources (as of 06.04.1998)
> while compiling a new kernel at sys/dev/tc/if_le_ibus.c.
> This is related with pr 5253. The following diff fixed that for me,
> but is it TRT too?

  That looks close to what I came up with...

> --- snip ---
> --- sys/arch/pmax/pmax/kn01var.h-orig	Fri Jan 16 18:07:53 1998
> +++ sys/arch/pmax/pmax/kn01var.h	Mon Apr  6 16:21:54 1998
> @@ -24,4 +24,10 @@
>  void
>  kn01_intr_establish __P((struct device *parent, void * cookie, int level,
>  			 int (*handler) __P((intr_arg_t)), intr_arg_t arg));
> +
> +void    ibus_intr_establish __P((struct device *, void *, int,
> +				 int (*handler) __P((intr_arg_t)),
> +				 intr_arg_t));
> +void    ibus_intr_disestablish __P((struct confargs *));
> +
>  #endif	/* _KN01VAR_H */

  Except that I also removed the kn01_intr_establish declaration.

Michael

-- 
Michael L. Hitch			mhitch@montana.edu
Computer Consultant
Information Technology Center
Montana State University	Bozeman, MT	USA