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 the TI microExplorer card.



details:   https://anonhg.NetBSD.org/src/rev/6b9ab846bc31
branches:  trunk
changeset: 566011:6b9ab846bc31
user:      rjs <rjs%NetBSD.org@localhost>
date:      Sun Apr 25 14:22:32 2004 +0000

description:
Add the TI microExplorer card.

diffstat:

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

diffs (17 lines):

diff -r 3b8cecdb92d6 -r 6b9ab846bc31 sys/arch/mac68k/nubus/nubus.h
--- a/sys/arch/mac68k/nubus/nubus.h     Sun Apr 25 12:41:12 2004 +0000
+++ b/sys/arch/mac68k/nubus/nubus.h     Sun Apr 25 14:22:32 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nubus.h,v 1.57 2002/04/13 17:49:41 briggs Exp $        */
+/*     $NetBSD: nubus.h,v 1.58 2004/04/25 14:22:32 rjs Exp $   */
 
 /*
  * Copyright (c) 1995 Allen Briggs.  All rights reserved.
@@ -137,6 +137,7 @@
 #define  NUBUS_TYPE_68020      0x0003
 #define  NUBUS_TYPE_68030      0x0004
 #define  NUBUS_TYPE_68040      0x0005
+#define  NUBUS_TYPE_MX         0x0009  /* TI microExplorer */
 
 #define NUBUS_CATEGORY_INTBUS          0x000C
 #define  NUBUS_TYPE_SCSI               0x0008



Home | Main Index | Thread Index | Old Index