xref: /openbsd-src/sys/dev/onewire/onewiredevs (revision 95d7921e029fb9ddc15e42ecb9830a9b86eb35a1)
1$OpenBSD: onewiredevs,v 1.4 2008/02/23 23:20:52 miod Exp $
2
3/*
4 * Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
19/*
20 * List of known 1-Wire family types.
21 */
22
23family	DS1990		0x01	ID
24family	DS1991		0x02	MultiKey
25family	DS1994		0x04	4kb NVRAM + RTC
26family	DS2405		0x05	Addressable Switch
27family	DS1993		0x06	4kb NVRAM
28family	DS1992		0x08	1kb NVRAM
29family	DS1982		0x09	1kb EPROM
30family	DS1995		0x0a	16kb NVRAM
31family	DS2505		0x0b	16kb EPROM
32family	DS1996		0x0c	64kb NVRAM
33family	DS2506		0x0f	64kb EPROM
34family	DS1920		0x10	Temperature
35family	DS2406		0x12	Addressable Switch + 1kb NVRAM
36family	DS2430		0x14	256b EEPROM
37family	DS195X		0x16	Java
38family	DS28E04		0x1c	4kb EEPROM + PIO
39family	DS2423		0x1d	4kb NVRAM + Counter
40family	DS2409		0x1f	Microlan Coupler
41family	DS1822		0x22	Temperature
42family	DS2433		0x23	4kb EEPROM
43family	DS2415		0x24	RTC
44family	DS2438		0x26	Smart Battery Monitor
45family	DS2417		0x27	RTC with interrupt
46family	DS18B20		0x28	Temperature
47family	DS2408		0x29	8-channel Addressable Switch
48family	DS2890		0x2c	Digital Potentiometer
49family	DS2431		0x2d	1kb EEPROM
50family	DS2760		0x30	Lithium Battery Monitor
51family	DS2413		0x3a	2-channel Addressable Switch
52family	DS2422		0x41	Temperature + 8kb datalog
53family	DS28EA00	0x42	Temperature
54family	DS28EC20	0x43	20kb EEPROM
55