Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nubus: Add MVC and VSC video card definitions

Also move the NUBUS_DRHW_APPLE_JET definition, for numerical order.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

authored by

Finn Thain and committed by
Geert Uytterhoeven
f6ab4d59 f42e5550

+3 -1
+3 -1
include/uapi/linux/nubus.h
··· 113 113 NUBUS_DRHW_SIGMA_CLRMAX = 0x0007, /* Sigma Design ColorMax */ 114 114 NUBUS_DRHW_APPLE_SE30 = 0x0009, /* Apple SE/30 video */ 115 115 NUBUS_DRHW_APPLE_HRVC = 0x0013, /* Mac II High-Res Video Card */ 116 + NUBUS_DRHW_APPLE_MVC = 0x0014, /* Mac II Monochrome Video Card */ 116 117 NUBUS_DRHW_APPLE_PVC = 0x0017, /* Mac II Portrait Video Card */ 117 118 NUBUS_DRHW_APPLE_RBV1 = 0x0018, /* IIci RBV video */ 118 119 NUBUS_DRHW_APPLE_MDC = 0x0019, /* Macintosh Display Card */ 120 + NUBUS_DRHW_APPLE_VSC = 0x0020, /* Duo MiniDock ViSC framebuffer */ 119 121 NUBUS_DRHW_APPLE_SONORA = 0x0022, /* Sonora built-in video */ 122 + NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */ 120 123 NUBUS_DRHW_APPLE_24AC = 0x002b, /* Mac 24AC Video Card */ 121 124 NUBUS_DRHW_APPLE_VALKYRIE = 0x002e, 122 - NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */ 123 125 NUBUS_DRHW_SMAC_GFX = 0x0105, /* SuperMac GFX */ 124 126 NUBUS_DRHW_RASTER_CB264 = 0x013B, /* RasterOps ColorBoard 264 */ 125 127 NUBUS_DRHW_MICRON_XCEED = 0x0146, /* Micron Exceed color */