Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/onewire regen



details:   https://anonhg.NetBSD.org/src/rev/b5b3ed73434f
branches:  trunk
changeset: 930814:b5b3ed73434f
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Apr 14 13:32:56 2020 +0000

description:
regen

diffstat:

 sys/dev/onewire/onewiredevs.h      |  5 +++--
 sys/dev/onewire/onewiredevs_data.h |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r 5b78167430c7 -r b5b3ed73434f sys/dev/onewire/onewiredevs.h
--- a/sys/dev/onewire/onewiredevs.h     Tue Apr 14 13:32:26 2020 +0000
+++ b/sys/dev/onewire/onewiredevs.h     Tue Apr 14 13:32:56 2020 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: onewiredevs.h,v 1.2 2006/04/07 18:56:37 riz Exp $      */
+/*     $NetBSD: onewiredevs.h,v 1.3 2020/04/14 13:32:56 macallan Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * Generated from:
- *     NetBSD: onewiredevs,v 1.1 2006/04/07 18:55:22 riz Exp 
+ *     NetBSD: onewiredevs,v 1.2 2009/01/21 14:27:58 jnemeth Exp 
  */
 
 #define ONEWIRE_FAMILY_DS1990  0x01
@@ -16,5 +16,6 @@
 #define ONEWIRE_FAMILY_DS1995  0x0a
 #define ONEWIRE_FAMILY_DS1996  0x0c
 #define ONEWIRE_FAMILY_DS1920  0x10
+#define ONEWIRE_FAMILY_DS2430  0x14
 #define ONEWIRE_FAMILY_DS1822  0x22
 #define ONEWIRE_FAMILY_DS18B20 0x28
diff -r 5b78167430c7 -r b5b3ed73434f sys/dev/onewire/onewiredevs_data.h
--- a/sys/dev/onewire/onewiredevs_data.h        Tue Apr 14 13:32:26 2020 +0000
+++ b/sys/dev/onewire/onewiredevs_data.h        Tue Apr 14 13:32:56 2020 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: onewiredevs_data.h,v 1.2 2006/04/07 18:56:37 riz Exp $ */
+/*     $NetBSD: onewiredevs_data.h,v 1.3 2020/04/14 13:32:56 macallan Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * Generated from:
- *     NetBSD: onewiredevs,v 1.1 2006/04/07 18:55:22 riz Exp 
+ *     NetBSD: onewiredevs,v 1.2 2009/01/21 14:27:58 jnemeth Exp 
  */
 
 static const struct onewire_family onewire_famtab[] = {
@@ -17,6 +17,7 @@
        { ONEWIRE_FAMILY_DS1995, "16kb NVRAM" },
        { ONEWIRE_FAMILY_DS1996, "64kb NVRAM" },
        { ONEWIRE_FAMILY_DS1920, "Temperature" },
+       { ONEWIRE_FAMILY_DS2430, "256bit EEPROM" },
        { ONEWIRE_FAMILY_DS1822, "Temperature" },
        { ONEWIRE_FAMILY_DS18B20, "Temperature" },
        { 0, NULL }



Home | Main Index | Thread Index | Old Index