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 Note that 0x146 is a Micron Exceed.



details:   https://anonhg.NetBSD.org/src/rev/0bf361c55757
branches:  trunk
changeset: 473628:0bf361c55757
user:      briggs <briggs%NetBSD.org@localhost>
date:      Thu Jun 10 03:25:18 1999 +0000

description:
Note that 0x146 is a Micron Exceed.

diffstat:

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

diffs (18 lines):

diff -r 7e96b314a62e -r 0bf361c55757 sys/arch/mac68k/nubus/nubus.h
--- a/sys/arch/mac68k/nubus/nubus.h     Thu Jun 10 03:24:38 1999 +0000
+++ b/sys/arch/mac68k/nubus/nubus.h     Thu Jun 10 03:25:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nubus.h,v 1.46 1999/06/01 03:24:25 briggs Exp $        */
+/*     $NetBSD: nubus.h,v 1.47 1999/06/10 03:25:18 briggs Exp $        */
 
 /*
  * Copyright (c) 1995 Allen Briggs.  All rights reserved.
@@ -61,7 +61,7 @@
 #define    NUBUS_DRHW_SUPRGFX  0x0105  /* SuperMac GFX */
 #define    NUBUS_DRHW_FORMAC   0x013A  /* Formac color card II */
 #define    NUBUS_DRHW_CB264    0x013B  /* RasterOps ColorBoard 264 */
-#define    NUBUS_DRHW_MICRON   0x0146
+#define    NUBUS_DRHW_MICRON   0x0146  /* Micron Exceed color */
 #define    NUBUS_DRHW_SPECTRM8 0x017b  /* SuperMac Spectrum/8  Series III */
 #define    NUBUS_DRHW_SPECTRUM 0x017c  /* SuperMac Spectrum/24 Series III */
 #define    NUBUS_DRHW_VIMAGE   0x026E  /* Interware Co., Ltd. Vimage */



Home | Main Index | Thread Index | Old Index