Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/nubus Add Sigma Designs L-View and AsanteFAS...



details:   https://anonhg.NetBSD.org/src/rev/4aefd83ead36
branches:  trunk
changeset: 495313:4aefd83ead36
user:      briggs <briggs%NetBSD.org@localhost>
date:      Wed Jul 26 04:36:16 2000 +0000

description:
Add Sigma Designs L-View and AsanteFAST product codes.

diffstat:

 sys/arch/mac68k/nubus/nubus.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 71186ed87191 -r 4aefd83ead36 sys/arch/mac68k/nubus/nubus.h
--- a/sys/arch/mac68k/nubus/nubus.h     Wed Jul 26 04:35:46 2000 +0000
+++ b/sys/arch/mac68k/nubus/nubus.h     Wed Jul 26 04:36:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nubus.h,v 1.49 2000/03/18 20:53:24 scottr Exp $        */
+/*     $NetBSD: nubus.h,v 1.50 2000/07/26 04:36:16 briggs Exp $        */
 
 /*
  * Copyright (c) 1995 Allen Briggs.  All rights reserved.
@@ -67,6 +67,7 @@
 #define    NUBUS_DRHW_SPECTRUM 0x017c  /* SuperMac Spectrum/24 Series III */
 #define    NUBUS_DRHW_VIMAGE   0x026E  /* Interware Co., Ltd. Vimage */
 #define    NUBUS_DRHW_CB364    0x026F  /* RasterOps ColorBoard 364 */
+#define    NUBUS_DRHW_LVIEW    0x0278  /* Sigma Designs L-View */
 #define           NUBUS_DRHW_RPC8      0x0291  /* Radius PrecisionColor 8 */
 #define           NUBUS_DRHW_LAPIS     0x0292  /* SE/30 Lapis ProColorServer 8 PDS */
 #define           NUBUS_DRHW_ROPS24LXI 0x02A0  /* RasterOps 8/24 XLi */
@@ -96,8 +97,10 @@
 #define   NUBUS_DRSW_FARALLON  0x010C
 #define   NUBUS_DRSW_DAYNA2    0x0115
 #define   NUBUS_DRSW_FOCUS     0x011A
+#define   NUBUS_DRSW_ASANTEF   0x011D
 #define   NUBUS_DRSW_TFLLAN    0x011E
 #define    NUBUS_DRHW_INTERLAN 0x0100
+#define    NUBUS_DRHW_ASANTEF  0x0101
 #define    NUBUS_DRHW_KINETICS 0x0106
 #define    NUBUS_DRHW_CABLETRON        0x0109
 #define    NUBUS_DRHW_NUVOLINK 0x010B



Home | Main Index | Thread Index | Old Index