summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/nubus.h
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2007-01-12 13:52:08 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2007-01-12 13:52:08 +0000
commit0f442b06b2ec8b9eae2e8bae64744f1e76d459d0 (patch)
tree581d040f04519d990e1a81e8326e5812f6ea6c10 /sys/arch/mac68k/dev/nubus.h
parent4e522f10c804eca8dcccd764198ce88b31ac003a (diff)
support a few more video cards, untested:
Formac Baers/ProNitron 80.IVb Apple Mac II Monochrome Video Card VillageTronic Mac Picasso 340 Relax 19" Model 200 prodded by miod@ from NetBSD
Diffstat (limited to 'sys/arch/mac68k/dev/nubus.h')
-rw-r--r--sys/arch/mac68k/dev/nubus.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/nubus.h b/sys/arch/mac68k/dev/nubus.h
index eefdfa6255e..a0629105d71 100644
--- a/sys/arch/mac68k/dev/nubus.h
+++ b/sys/arch/mac68k/dev/nubus.h
@@ -55,17 +55,20 @@
#define NUBUS_TYPE_LCD 0x0002
#define NUBUS_DRSW_APPLE 0x0001
#define NUBUS_DRHW_TFB 0x0001 /* Apple Toby Frame Buffer */
-#define NUBUS_DRHW_BAER 0x0002 /* Formac Baers color card */
+#define NUBUS_DRHW_BAER 0x0002 /* Formac Baers/ProNitron 80.IVb */
#define NUBUS_DRHW_WVC 0x0006 /* Apple Workstation Video Card */
#define NUBUS_DRHW_COLORMAX 0x0007 /* Sigma Designs ColorMax */
#define NUBUS_DRHW_SE30 0x0009 /* Apple SE/30 pseudo-slot video */
#define NUBUS_DRHW_M2HRVC 0x0013 /* Apple Mac II High-Res Video Card */
+#define NUBUS_DRHW_MVC 0x0014 /* Apple Mac II Monochrome Video Card */
#define NUBUS_DRHW_PVC 0x0017 /* Apple Mac II Portrait Video Card */
#define NUBUS_DRHW_MDC 0x0019 /* Apple Macintosh Display Card */
#define NUBUS_DRHW_VSC 0x0020 /* Apple Macintosh Duo MiniDock */
#define NUBUS_DRHW_JET 0x0029 /* Apple Macintosh DuoDock II */
#define NUBUS_DRHW_BOOGIE 0x002b /* Apple Macintosh 24AC Video Card */
+#define NUBUS_DRHW_VILTRO340 0x0102 /* VillageTronic Mac Picasso 340 */
#define NUBUS_DRHW_SUPRGFX 0x0105 /* SuperMac GFX */
+#define NUBUS_DRHW_RELAX200 0x0131 /* Relax 19" Model 200 */
#define NUBUS_DRHW_FORMAC 0x013A /* Formac color card II */
#define NUBUS_DRHW_CB264 0x013B /* RasterOps ColorBoard 264 */
#define NUBUS_DRHW_MICRON 0x0146 /* Micron Exceed color */