[BACK]Return to onewiredevs CVS log [TXT][DIR] Up to [local] / sys / dev / onewire

Annotation of sys/dev/onewire/onewiredevs, Revision 1.1

1.1     ! nbrk        1: $OpenBSD: onewiredevs,v 1.3 2007/02/28 21:20:22 grange 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:
        !            23: family DS1990          0x01    ID
        !            24: family DS1991          0x02    MultiKey
        !            25: family DS1994          0x04    4kb NVRAM + RTC
        !            26: family DS1993          0x06    4kb NVRAM
        !            27: family DS1992          0x08    1kb NVRAM
        !            28: family DS1982          0x09    1kb EPROM
        !            29: family DS1995          0x0a    16kb NVRAM
        !            30: family DS1996          0x0c    64kb NVRAM
        !            31: family DS1920          0x10    Temperature
        !            32: family DS2438          0x26    Smart Battery Monitor
        !            33: family DS195X          0x16    Java

CVSweb