1$NetBSD: onewiredevs,v 1.1 2006/04/07 18:55:22 riz Exp $
2/* $OpenBSD: onewiredevs,v 1.1 2006/03/04 16:27:03 grange Exp $ */
3
4/*
5 * Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 */
19
20/*
21 * Use "make -f Makefile.onewiredevs" to regenerate onewiredevs.h and
22 * onewiredevs_data.h
23 */
24
25/*
26 * List of known 1-Wire family types.
27 */
28
29family	DS1990		0x01	ID
30family	DS1991		0x02	MultiKey
31family	DS1994		0x04	4kb NVRAM + RTC
32family	DS1993		0x06	4kb NVRAM
33family	DS1992		0x08	1kb NVRAM
34family	DS1982		0x09	1kb EPROM
35family	DS1995		0x0a	16kb NVRAM
36family	DS1996		0x0c	64kb NVRAM
37family	DS1920		0x10	Temperature
38family	DS1822		0x22	Temperature
39family	DS18B20		0x28	Temperature
40