Home | History | Annotate | Download | only in onewire
History log of /src/sys/dev/onewire/onewirevar.h
RevisionDateAuthorComments
 1.7  06-Nov-2024  riastradh dev/onewire/onewire.h: Need sys/types.h for uintN_t.

And while here, change u_intN_t to uintN_t.
 1.6  30-Nov-2019  ad branches: 1.6.32;
onewire:

- Re-do the signalling to be a little more forgiving and efficient.
- If bus reset fails during probe, try a second time.
- Spread out kernel threads for many busses to avoid thundering herd effect.
 1.5  05-Sep-2007  xtraeme branches: 1.5.112;
Remove ONEWIRE_NOWAIT, it's unused now.
 1.4  05-Sep-2007  xtraeme onewire_lock: remove the flags argument and change the return type to void.
This function is not expected to return an int, because rw_enter() will
always succeed.
 1.3  14-Apr-2006  riz branches: 1.3.2; 1.3.4; 1.3.8; 1.3.12; 1.3.18; 1.3.28; 1.3.38; 1.3.42; 1.3.44;
Fix some RCS IDs, and the comments including them.
 1.2  08-Apr-2006  riz branches: 1.2.2;
Add NetBSD RCSIDs
 1.1  07-Apr-2006  riz Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
gpioow(4), attaching a bit-banging driver via a GPIO pin. Also,
owtemp(4) which supports some of the 1-Wire temperature sensors, including
the DS18b20 and DS1920 - temperatures are returned via the envsys(4)
framework.

Original drivers by Alexander Yurchenko (grange@openbsd), with envsys(4)
support and a fix to the 1-wire search algorithm (for discovering
devices on the bus) by me.

As discussed on tech-kern earlier this week.
 1.2.2.3  24-May-2006  yamt sync with head.
 1.2.2.2  11-Apr-2006  yamt sync with head
 1.2.2.1  08-Apr-2006  yamt file onewirevar.h was added on branch yamt-pdpolicy on 2006-04-11 11:55:17 +0000
 1.3.44.1  06-Nov-2007  matt sync with HEAD
 1.3.42.1  02-Oct-2007  joerg Sync with HEAD.
 1.3.38.1  10-Sep-2007  skrll Sync with HEAD.
 1.3.28.1  09-Oct-2007  ad Sync with head.
 1.3.18.2  09-Sep-2006  rpaulo sync with head
 1.3.18.1  14-Apr-2006  rpaulo file onewirevar.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:15 +0000
 1.3.12.3  27-Oct-2007  yamt sync with head.
 1.3.12.2  21-Jun-2006  yamt sync with head.
 1.3.12.1  14-Apr-2006  yamt file onewirevar.h was added on branch yamt-lazymbuf on 2006-06-21 15:05:02 +0000
 1.3.8.2  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.3.8.1  14-Apr-2006  tron file onewirevar.h was added on branch peter-altq on 2006-05-24 15:50:27 +0000
 1.3.4.2  22-Apr-2006  simonb Sync with head.
 1.3.4.1  14-Apr-2006  simonb file onewirevar.h was added on branch simonb-timecounters on 2006-04-22 11:39:13 +0000
 1.3.2.2  19-Apr-2006  elad sync with head.
 1.3.2.1  14-Apr-2006  elad file onewirevar.h was added on branch elad-kernelauth on 2006-04-19 03:25:33 +0000
 1.5.112.1  08-Apr-2020  martin Merge changes from current as of 20200406
 1.6.32.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed