Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/ibm4xx Fix typo, noted by UCHIYAMA ...



details:   https://anonhg.NetBSD.org/src/rev/c7778f904061
branches:  trunk
changeset: 513794:c7778f904061
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Aug 14 04:32:56 2001 +0000

description:
Fix typo, noted by UCHIYAMA Yasushi in private mail.

diffstat:

 sys/arch/powerpc/include/ibm4xx/ibm405gp.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fda3dc7f9d3a -r c7778f904061 sys/arch/powerpc/include/ibm4xx/ibm405gp.h
--- a/sys/arch/powerpc/include/ibm4xx/ibm405gp.h        Tue Aug 14 03:57:16 2001 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/ibm405gp.h        Tue Aug 14 04:32:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibm405gp.h,v 1.3 2001/06/25 01:49:15 simonb Exp $      */
+/*     $NetBSD: ibm405gp.h,v 1.4 2001/08/14 04:32:56 simonb Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -229,8 +229,8 @@
 #define          MR1_RFS_2KB             0x00200000    /* 2kByte */
 #define          MR1_RFS_4KB             0x00300000    /* 4kByte */
 #define          MR1_TFS_MASK            0x000c0000    /* Transmit FIFO size */
-#define          MR1_TFS_1KB             0x00080000    /* 1kByte */
-#define          MR1_TFS_2KB             0x00040000    /* 2kByte */
+#define          MR1_TFS_1KB             0x00040000    /* 1kByte */
+#define          MR1_TFS_2KB             0x00080000    /* 2kByte */
 #define          MR1_TR0_MASK            0x00018000    /* Transmit Request 0 */
 #define          MR1_TR0_SINGLE          0x00000000    /* Single Packet mode */
 #define          MR1_TR0_MULTIPLE        0x00008000    /* Multiple Packet mode */



Home | Main Index | Thread Index | Old Index