Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Add atmel,24c256 compat data



details:   https://anonhg.NetBSD.org/src/rev/4f7c1bb6574e
branches:  trunk
changeset: 460541:4f7c1bb6574e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 27 19:10:38 2019 +0000

description:
Add atmel,24c256 compat data

diffstat:

 sys/dev/i2c/at24cxx.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0c8e799cc4fa -r 4f7c1bb6574e sys/dev/i2c/at24cxx.c
--- a/sys/dev/i2c/at24cxx.c     Sun Oct 27 18:26:54 2019 +0000
+++ b/sys/dev/i2c/at24cxx.c     Sun Oct 27 19:10:38 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: at24cxx.c,v 1.31 2019/03/26 09:22:17 mlelstv Exp $     */
+/*     $NetBSD: at24cxx.c,v 1.32 2019/10/27 19:10:38 jmcneill Exp $    */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: at24cxx.c,v 1.31 2019/03/26 09:22:17 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: at24cxx.c,v 1.32 2019/10/27 19:10:38 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -125,6 +125,7 @@
        { "i2c-at34c02",                256 },
        { "atmel,24c02",                256 },
        { "atmel,24c16",                2048 },
+       { "atmel,24c256",               32768 },
        { NULL,                         0 }
 };
 



Home | Main Index | Thread Index | Old Index