Module Name: src Committed By: andvar Date: Tue Feb 21 22:13:02 UTC 2023
Modified Files: src/sys/dev/pci: if_bgevar.h if_tireg.h Log Message: s/jumo/jumbo/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/if_bgevar.h cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/if_tireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/if_bgevar.h diff -u src/sys/dev/pci/if_bgevar.h:1.40 src/sys/dev/pci/if_bgevar.h:1.41 --- src/sys/dev/pci/if_bgevar.h:1.40 Sun Sep 4 08:50:25 2022 +++ src/sys/dev/pci/if_bgevar.h Tue Feb 21 22:13:02 2023 @@ -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 @@ struct bge_softc { 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; Index: src/sys/dev/pci/if_tireg.h diff -u src/sys/dev/pci/if_tireg.h:1.31 src/sys/dev/pci/if_tireg.h:1.32 --- src/sys/dev/pci/if_tireg.h:1.31 Sat Jun 5 14:28:28 2021 +++ src/sys/dev/pci/if_tireg.h Tue Feb 21 22:13:02 2023 @@ -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 @@ struct ti_softc { 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;