diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2007-02-28 21:20:44 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2007-02-28 21:20:44 +0000 |
commit | db0ffb1635ea02b022284943818714267e0289dd (patch) | |
tree | 3a16672f14cd7fc370f3e506c61f075019141441 | |
parent | 5e0e80d4082f5eec0ba1a2eef6d5defdacb4ac6e (diff) |
regen
-rw-r--r-- | sys/dev/onewire/onewiredevs.h | 5 | ||||
-rw-r--r-- | sys/dev/onewire/onewiredevs_data.h | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/onewire/onewiredevs.h b/sys/dev/onewire/onewiredevs.h index 3937d652728..52d785efa1a 100644 --- a/sys/dev/onewire/onewiredevs.h +++ b/sys/dev/onewire/onewiredevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: onewiredevs.h,v 1.2 2006/12/20 15:06:21 grange Exp $ */ +/* $OpenBSD: onewiredevs.h,v 1.3 2007/02/28 21:20:43 grange Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * Generated from: - * OpenBSD: onewiredevs,v 1.2 2006/12/20 15:04:22 grange Exp + * OpenBSD: onewiredevs,v 1.3 2007/02/28 21:20:22 grange Exp */ #define ONEWIRE_FAMILY_DS1990 0x01 @@ -16,4 +16,5 @@ #define ONEWIRE_FAMILY_DS1995 0x0a #define ONEWIRE_FAMILY_DS1996 0x0c #define ONEWIRE_FAMILY_DS1920 0x10 +#define ONEWIRE_FAMILY_DS2438 0x26 #define ONEWIRE_FAMILY_DS195X 0x16 diff --git a/sys/dev/onewire/onewiredevs_data.h b/sys/dev/onewire/onewiredevs_data.h index 00f98853c85..8c3d7f11a58 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.3 2006/12/20 15:06:21 grange Exp $ */ +/* $OpenBSD: onewiredevs_data.h,v 1.4 2007/02/28 21:20:43 grange Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * Generated from: - * OpenBSD: onewiredevs,v 1.2 2006/12/20 15:04:22 grange Exp + * OpenBSD: onewiredevs,v 1.3 2007/02/28 21:20:22 grange Exp */ static const struct onewire_family onewire_famtab[] = { @@ -17,6 +17,7 @@ static const struct onewire_family onewire_famtab[] = { { ONEWIRE_FAMILY_DS1995, "16kb NVRAM" }, { ONEWIRE_FAMILY_DS1996, "64kb NVRAM" }, { ONEWIRE_FAMILY_DS1920, "Temperature" }, + { ONEWIRE_FAMILY_DS2438, "Smart Battery Monitor" }, { ONEWIRE_FAMILY_DS195X, "Java" }, { 0, NULL } }; |