Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/onewire add family 0x14 for DS2430A EEPROMs



details:   https://anonhg.NetBSD.org/src/rev/5b78167430c7
branches:  trunk
changeset: 930813:5b78167430c7
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Apr 14 13:32:26 2020 +0000

description:
add family 0x14 for DS2430A EEPROMs

diffstat:

 sys/dev/onewire/onewiredevs |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 75719835ae25 -r 5b78167430c7 sys/dev/onewire/onewiredevs
--- a/sys/dev/onewire/onewiredevs       Tue Apr 14 13:10:43 2020 +0000
+++ b/sys/dev/onewire/onewiredevs       Tue Apr 14 13:32:26 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: onewiredevs,v 1.2 2009/01/21 14:27:58 jnemeth Exp $
+$NetBSD: onewiredevs,v 1.3 2020/04/14 13:32:26 macallan Exp $
 /* $OpenBSD: onewiredevs,v 1.1 2006/03/04 16:27:03 grange Exp $ */
 
 /*
@@ -35,5 +35,6 @@
 family DS1995          0x0a    16kb NVRAM
 family DS1996          0x0c    64kb NVRAM
 family DS1920          0x10    Temperature
+family DS2430          0x14    256bit EEPROM
 family DS1822          0x22    Temperature
 family DS18B20         0x28    Temperature



Home | Main Index | Thread Index | Old Index