summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbriggs <briggs@openbsd.org>1997-04-09 14:30:49 +0000
committerbriggs <briggs@openbsd.org>1997-04-09 14:30:49 +0000
commitc1f6cd62b69eff2bc7fa966220dad2c192ef5f06 (patch)
tree88ac29fe3dd2e6ea22176a367477f21fca680b62
parentRevert to older (working) version of gcc, plus recent changes. (diff)
downloadwireguard-openbsd-c1f6cd62b69eff2bc7fa966220dad2c192ef5f06.tar.xz
wireguard-openbsd-c1f6cd62b69eff2bc7fa966220dad2c192ef5f06.zip
Comment video cards and add define for SuperMac Thunder/24.
-rw-r--r--sys/arch/mac68k/dev/nubus.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/mac68k/dev/nubus.h b/sys/arch/mac68k/dev/nubus.h
index 59e9f67b89f..634233b6b40 100644
--- a/sys/arch/mac68k/dev/nubus.h
+++ b/sys/arch/mac68k/dev/nubus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nubus.h,v 1.10 1997/04/08 04:14:47 briggs Exp $ */
+/* $OpenBSD: nubus.h,v 1.11 1997/04/09 14:30:49 briggs Exp $ */
/* $NetBSD: nubus.h,v 1.17 1997/02/24 06:20:07 scottr Exp $ */
/*
@@ -52,11 +52,12 @@
#define NUBUS_TYPE_VIDEO 0x0001
#define NUBUS_TYPE_LCD 0x0002
#define NUBUS_DRSW_APPLE 0x0001
-#define NUBUS_DRHW_TFB 0x0001
-#define NUBUS_DRHW_WVC 0x0006
-#define NUBUS_DRHW_M2HRVC 0x0013
-#define NUBUS_DRHW_CB264 0x013B
+#define NUBUS_DRHW_TFB 0x0001 /* Apple Toby Frame Buffer */
+#define NUBUS_DRHW_WVC 0x0006 /* Apple Workstation Video Card */
+#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_THUNDER24 0x02CB /* SuperMac Thunder/24 */
/* False DrHW values for video cards masquerading as other cards */
#define NUBUS_DRHW_SAM768 0x10000 /* Cornerstone/Samsung 768x1006 */