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/bufferred/buffered/ in memory description.L:



details:   https://anonhg.NetBSD.org/src/rev/5042bc140e12
branches:  trunk
changeset: 368788:5042bc140e12
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Aug 04 21:11:52 2022 +0000

description:
s/bufferred/buffered/ in memory description.L:

diffstat:

 sys/dev/pci/if_bnx.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 3ec0c8f65320 -r 5042bc140e12 sys/dev/pci/if_bnx.c
--- a/sys/dev/pci/if_bnx.c      Thu Aug 04 11:58:55 2022 +0000
+++ b/sys/dev/pci/if_bnx.c      Thu Aug 04 21:11:52 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bnx.c,v 1.110 2021/12/05 02:52:17 msaitoh Exp $     */
+/*     $NetBSD: if_bnx.c,v 1.111 2022/08/04 21:11:52 andvar Exp $      */
 /*     $OpenBSD: if_bnx.c,v 1.101 2013/03/28 17:21:44 brad Exp $       */
 
 /*-
@@ -35,7 +35,7 @@
 #if 0
 __FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.110 2021/12/05 02:52:17 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.111 2022/08/04 21:11:52 andvar Exp $");
 
 /*
  * The following controllers are supported by this driver:
@@ -216,12 +216,12 @@
        {0x19000002, 0x5b808201, 0x000500db, 0x03840253, 0xaf020406,
         NONBUFFERED_FLAGS, ST_MICRO_FLASH_PAGE_BITS, ST_MICRO_FLASH_PAGE_SIZE,
         ST_MICRO_FLASH_BYTE_ADDR_MASK, ST_MICRO_FLASH_BASE_TOTAL_SIZE*2,
-        "Entry 0101: ST M45PE10 (128kB non-bufferred)"},
+        "Entry 0101: ST M45PE10 (128kB non-buffered)"},
        /* Entry 0110: ST M45PE20 (non-buffered flash)*/
        {0x15000001, 0x57808201, 0x000500db, 0x03840253, 0xaf020406,
         NONBUFFERED_FLAGS, ST_MICRO_FLASH_PAGE_BITS, ST_MICRO_FLASH_PAGE_SIZE,
         ST_MICRO_FLASH_BYTE_ADDR_MASK, ST_MICRO_FLASH_BASE_TOTAL_SIZE*4,
-        "Entry 0110: ST M45PE20 (256kB non-bufferred)"},
+        "Entry 0110: ST M45PE20 (256kB non-buffered)"},
        /* Saifun SA25F005 (non-buffered flash) */
        /* strap, cfg1, & write1 need updates */
        {0x1d000003, 0x5f808201, 0x00050081, 0x03840253, 0xaf020406,



Home | Main Index | Thread Index | Old Index