xref: /netbsd-src/sys/dev/onewire/onewiredevs (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
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 * List of known 1-Wire family types.
22 */
23
24family	DS1990		0x01	ID
25family	DS1991		0x02	MultiKey
26family	DS1994		0x04	4kb NVRAM + RTC
27family	DS1993		0x06	4kb NVRAM
28family	DS1992		0x08	1kb NVRAM
29family	DS1982		0x09	1kb EPROM
30family	DS1995		0x0a	16kb NVRAM
31family	DS1996		0x0c	64kb NVRAM
32family	DS1920		0x10	Temperature
33family	DS1822		0x22	Temperature
34family	DS18B20		0x28	Temperature
35