Subject: Re: NetBSD-sparc si driver
To: Drew Dean <ddean@CS.Princeton.EDU>
From: Bevan Anderson <bevan@mame.mu.OZ.AU>
List: port-sparc
Date: 02/01/1995 16:42:12
>I'm trying to build a NetBSD/sparc kernel (under SunOS, with appropriate cross
>tools from Paul Kranenburg) with the si driver, as you mentioned in your
>mail to port-sparc.  I'm having three problems:
>	1) #include <machine/obio.h> -- this header doesn't exist for
>the SPARC -- I've #ifndef'd it out, along with the case BUS_OBIO:
>clauses.  This should be OK, since I have the VME board....
>
>	2) #include <machine/isr.h> -- this header doesn't exist for the SPARC
>(although it's only protoypes), but .../arch/sparc/sparc/isr.c doesn't exist
>either -- it appears the SPARC has rather different interrupt handler setup
>routines (.../arch/sparc/sparc/intr.c).
>
>	3) #include <machine/autoconf.h> -- the struct confargs are very
>different for the Sun-3 and SPARC.

Things must have changed a little in the last 2 weeks or so.
the sparc port used to have an isr.h and an obio.h .. what 
happened to them?

Bevan..