summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2006-12-20 15:06:21 +0000
committergrange <grange@openbsd.org>2006-12-20 15:06:21 +0000
commitca8d47d96c8295bb9080da40a351dc6772362bda (patch)
treed024cc7caa25f678816aa8d20b82673012bcdeef
parentAdd Java iButton mbalmer gave me at h2k6. (diff)
downloadwireguard-openbsd-ca8d47d96c8295bb9080da40a351dc6772362bda.tar.xz
wireguard-openbsd-ca8d47d96c8295bb9080da40a351dc6772362bda.zip
sync
-rw-r--r--sys/dev/onewire/onewiredevs.h5
-rw-r--r--sys/dev/onewire/onewiredevs_data.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/onewire/onewiredevs.h b/sys/dev/onewire/onewiredevs.h
index 3ded4d3ec0f..3937d652728 100644
--- a/sys/dev/onewire/onewiredevs.h
+++ b/sys/dev/onewire/onewiredevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: onewiredevs.h,v 1.1 2006/03/04 16:33:33 grange Exp $ */
+/* $OpenBSD: onewiredevs.h,v 1.2 2006/12/20 15:06:21 grange Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* Generated from:
- * OpenBSD: onewiredevs,v 1.1 2006/03/04 16:27:03 grange Exp
+ * OpenBSD: onewiredevs,v 1.2 2006/12/20 15:04:22 grange Exp
*/
#define ONEWIRE_FAMILY_DS1990 0x01
@@ -16,3 +16,4 @@
#define ONEWIRE_FAMILY_DS1995 0x0a
#define ONEWIRE_FAMILY_DS1996 0x0c
#define ONEWIRE_FAMILY_DS1920 0x10
+#define ONEWIRE_FAMILY_DS195X 0x16
diff --git a/sys/dev/onewire/onewiredevs_data.h b/sys/dev/onewire/onewiredevs_data.h
index 86d00b20ecb..00f98853c85 100644
--- a/sys/dev/onewire/onewiredevs_data.h
+++ b/sys/dev/onewire/onewiredevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: onewiredevs_data.h,v 1.2 2006/03/10 14:37:34 grange Exp $ */
+/* $OpenBSD: onewiredevs_data.h,v 1.3 2006/12/20 15:06:21 grange Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* Generated from:
- * OpenBSD: onewiredevs,v 1.1 2006/03/04 16:27:03 grange Exp
+ * OpenBSD: onewiredevs,v 1.2 2006/12/20 15:04:22 grange Exp
*/
static const struct onewire_family onewire_famtab[] = {
@@ -17,5 +17,6 @@ static const struct onewire_family onewire_famtab[] = {
{ ONEWIRE_FAMILY_DS1995, "16kb NVRAM" },
{ ONEWIRE_FAMILY_DS1996, "64kb NVRAM" },
{ ONEWIRE_FAMILY_DS1920, "Temperature" },
+ { ONEWIRE_FAMILY_DS195X, "Java" },
{ 0, NULL }
};