Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci s/jumo/jumbo/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/36371b477e1a
branches:  trunk
changeset: 373611:36371b477e1a
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Feb 21 22:13:02 2023 +0000

description:
s/jumo/jumbo/ in comments.

diffstat:

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

diffs (36 lines):

diff -r 6ea4192f6faa -r 36371b477e1a sys/dev/pci/if_bgevar.h
--- a/sys/dev/pci/if_bgevar.h   Tue Feb 21 19:47:21 2023 +0000
+++ b/sys/dev/pci/if_bgevar.h   Tue Feb 21 22:13:02 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgevar.h,v 1.40 2022/09/04 08:50:25 skrll Exp $     */
+/*     $NetBSD: if_bgevar.h,v 1.41 2023/02/21 22:13:02 andvar Exp $    */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -307,7 +307,7 @@
        uint16_t                bge_rx_saved_considx;
        uint16_t                bge_std;        /* current std ring head */
        uint16_t                bge_std_cnt;
-       uint16_t                bge_jumbo;      /* current jumo ring head */
+       uint16_t                bge_jumbo;      /* current jumbo ring head */
        SLIST_HEAD(__bge_jfreehead, bge_jpool_entry)    bge_jfree_listhead;
        SLIST_HEAD(__bge_jinusehead, bge_jpool_entry)   bge_jinuse_listhead;
        uint32_t                bge_stat_ticks;
diff -r 6ea4192f6faa -r 36371b477e1a sys/dev/pci/if_tireg.h
--- a/sys/dev/pci/if_tireg.h    Tue Feb 21 19:47:21 2023 +0000
+++ b/sys/dev/pci/if_tireg.h    Tue Feb 21 22:13:02 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tireg.h,v 1.31 2021/06/05 14:28:28 thorpej Exp $ */
+/* $NetBSD: if_tireg.h,v 1.32 2023/02/21 22:13:02 andvar Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -1119,7 +1119,7 @@
        uint16_t                ti_cmd_saved_prodidx;
        uint16_t                ti_std;         /* current std ring head */
        uint16_t                ti_mini;        /* current mini ring head */
-       uint16_t                ti_jumbo;       /* current jumo ring head */
+       uint16_t                ti_jumbo;       /* current jumbo ring head */
        SIMPLEQ_HEAD(, ti_mc_entry)     ti_mc_listhead;
        SIMPLEQ_HEAD(, ti_jpool_entry)  ti_jfree_listhead;
        SIMPLEQ_HEAD(, ti_jpool_entry)  ti_jinuse_listhead;



Home | Main Index | Thread Index | Old Index