Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Typo fix



details:   https://anonhg.NetBSD.org/src/rev/9cab77fdbabf
branches:  trunk
changeset: 533216:9cab77fdbabf
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jun 24 16:55:17 2002 +0000

description:
Typo fix

diffstat:

 sys/dev/pci/if_stereg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36ff95d95a32 -r 9cab77fdbabf sys/dev/pci/if_stereg.h
--- a/sys/dev/pci/if_stereg.h   Mon Jun 24 16:14:13 2002 +0000
+++ b/sys/dev/pci/if_stereg.h   Mon Jun 24 16:55:17 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_stereg.h,v 1.2 2002/05/03 00:19:12 thorpej Exp $    */
+/*     $NetBSD: if_stereg.h,v 1.3 2002/06/24 16:55:17 bouyer Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -165,7 +165,7 @@
 
 #define        STE_RxDMAListPtr        0x10    /* 32-bit */
 
-#define        STE_RxDMABrustThresh    0x14    /* 8-bit */
+#define        STE_RxDMABurstThresh    0x14    /* 8-bit */
 
 #define        STE_RxDMAUrgentThresh   0x15    /* 8-bit */
 



Home | Main Index | Thread Index | Old Index