Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Slight braino in previous.



details:   https://anonhg.NetBSD.org/src/rev/43710df30803
branches:  trunk
changeset: 471914:43710df30803
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 14 23:55:35 1999 +0000

description:
Slight braino in previous.

diffstat:

 sys/arch/alpha/include/rpb.h |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 0f5b11a281e4 -r 43710df30803 sys/arch/alpha/include/rpb.h
--- a/sys/arch/alpha/include/rpb.h      Wed Apr 14 23:42:00 1999 +0000
+++ b/sys/arch/alpha/include/rpb.h      Wed Apr 14 23:55:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpb.h,v 1.30 1999/04/14 23:28:31 thorpej Exp $ */
+/* $NetBSD: rpb.h,v 1.31 1999/04/14 23:55:35 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -380,10 +380,10 @@
 #define        CTB_TURBOSLOT_BUS(x)            (((x) >> 8) & 0xff)
 #define        CTB_TURBOSLOT_SLOT(x)           ((x) & 0xff)
 
-#define        CTB_TURBOSLOT_BUS_TC            0       /* TURBOchannel */
-#define        CTB_TURBOSLOT_BUS_ISA           1       /* ISA */
-#define        CTB_TURBOSLOT_BUS_EISA          2       /* EISA */
-#define        CTB_TURBOSLOT_BUS_PCI           3       /* PCI */
+#define        CTB_TURBOSLOT_TYPE_TC           0       /* TURBOchannel */
+#define        CTB_TURBOSLOT_TYPE_ISA          1       /* ISA */
+#define        CTB_TURBOSLOT_TYPE_EISA         2       /* EISA */
+#define        CTB_TURBOSLOT_TYPE_PCI          3       /* PCI */
 
 /* 
  * CRD: Console Routine Descriptor



Home | Main Index | Thread Index | Old Index