Subject: Re: Strange video card detected on SE/30?
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Allen Briggs <briggs@puma.macbsd.com>
List: port-mac68k
Date: 04/10/1997 16:30:12
> macvid0 at nubus0: Macintosh SE/30 Internal Video
> Unknown video card ID 0x9--Not installing interrupt routine.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^?????????????
>
> The machine is a SE/30, booting to serial console. Its video card should be
> well-known, no?
Ooops! Yes. Sorry about that. I assume that you set all the debugging
stuff in nubus.c? I don't see that in my sources.
-allen
Here are the diffs that I'm checking in:
Index: nubus.h
===================================================================
RCS file: /cvsroot/src/sys/arch/mac68k/dev/nubus.h,v
retrieving revision 1.19
diff -c -r1.19 nubus.h
*** nubus.h 1997/04/01 13:31:39 1.19
--- nubus.h 1997/04/10 20:29:42
***************
*** 53,58 ****
--- 53,59 ----
#define NUBUS_DRSW_APPLE 0x0001
#define NUBUS_DRHW_TFB 0x0001
#define NUBUS_DRHW_WVC 0x0006
+ #define NUBUS_DRHW_SE30 0x0009
#define NUBUS_DRHW_M2HRVC 0x0013
#define NUBUS_DRHW_CB264 0x013B
#define NUBUS_DRHW_MICRON 0x0146
Index: grf_mv.c
===================================================================
RCS file: /cvsroot/src/sys/arch/mac68k/dev/grf_mv.c,v
retrieving revision 1.19
diff -c -r1.19 grf_mv.c
*** grf_mv.c 1997/04/01 13:31:38 1.19
--- grf_mv.c 1997/04/10 20:29:43
***************
*** 231,236 ****
--- 231,239 ----
case NUBUS_DRHW_CB264:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cb264, sc);
break;
+ case NUBUS_DRHW_SE30:
+ /* Do nothing--SE/30 interrupts are disabled */
+ break;
case NUBUS_DRHW_MICRON:
/* What do we know about this one? */
default: