diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-05-01 03:35:54 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-05-01 03:35:54 +0000 |
commit | 29258d0567026920e8f7a80fd0022422ddce776e (patch) | |
tree | 18a1689fb9104542d53579b5aafe31fb7c7ee674 /sys/arch/mac68k | |
parent | 0324d0b90e49a5d96fea0403b73f4363f78aca0c (diff) |
Add in a couple more board types.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/dev/nubus.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/nubus.h b/sys/arch/mac68k/dev/nubus.h index 6ac23f7f992..68c54b6655d 100644 --- a/sys/arch/mac68k/dev/nubus.h +++ b/sys/arch/mac68k/dev/nubus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nubus.h,v 1.12 1997/04/10 20:34:33 briggs Exp $ */ +/* $OpenBSD: nubus.h,v 1.13 1997/05/01 03:35:53 briggs Exp $ */ /* $NetBSD: nubus.h,v 1.17 1997/02/24 06:20:07 scottr Exp $ */ /* @@ -58,7 +58,10 @@ #define NUBUS_DRHW_M2HRVC 0x0013 /* Apple Mac II High-Res Video Card */ #define NUBUS_DRHW_CB264 0x013B /* RasterOps ColorBoard 264 */ #define NUBUS_DRHW_MICRON 0x0146 +#define NUBUS_DRHW_CB364 0x026F /* RasterOps ColorBoard 364 */ #define NUBUS_DRHW_THUNDER24 0x02CB /* SuperMac Thunder/24 */ +#define NUBUS_DRHW_FIILX 0x0417 /* Futura II LX */ +#define NUBUS_DRHW_FIISXDSP 0x042F /* Futura II SX/DSP */ /* False DrHW values for video cards masquerading as other cards */ #define NUBUS_DRHW_SAM768 0x10000 /* Cornerstone/Samsung 768x1006 */ |