CVS log for src/sys/dev/i2c/lm75.c
Up to [cvs.NetBSD.org] / src / sys / dev / i2c
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.45.6.1: download - view: text, markup, annotated - select for diffs
Fri Sep 10 15:45:28 2021 UTC (3 years, 2 months ago) by thorpej
Branches: thorpej-i2c-spi-conf2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +7 -5
lines
Remove unnecessary references to i2c_attach_args::ia_prop and mark the ones
that remain as XXX.
Revision 1.42.4.2: download - view: text, markup, annotated - select for diffs
Sun Aug 1 22:42:23 2021 UTC (3 years, 4 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.42.4.1: preferred, colored; branchpoint 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.4.1: +3 -3
lines
Sync with HEAD.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jun 21 03:12:54 2021 UTC (3 years, 5 months ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Branch point for: thorpej-i2c-spi-conf2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3
lines
fix proplib deprecation
Revision 1.42.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 17 04:46:28 2021 UTC (3 years, 5 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +21 -10
lines
Sync w/ HEAD.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jun 13 09:46:04 2021 UTC (3 years, 5 months ago) by mlelstv
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +19 -9
lines
iic_acquire_bus can fail.
Revision 1.42.6.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:15:17 2021 UTC (3 years, 6 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +4 -3
lines
sync with head
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri May 21 20:42:05 2021 UTC (3 years, 6 months ago) by macallan
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -3
lines
don't prop_object_retain(NULL)
Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:44 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +66 -38
lines
Sync with HEAD.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Mar 1 04:40:39 2021 UTC (3 years, 9 months ago) by rin
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf,
cjep_staticlib_x
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3
lines
Use lmtemp(4) as entropy source.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 6 05:21:47 2021 UTC (3 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +63 -36
lines
- Add some additional compat strings from the DT bindings.
- Use device_compatible_entry::value to hold the device type, and generally
tidy up device type selection.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jan 30 01:22:06 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2
lines
If we're going to keep a reference on the "props" dictionary from
the i2c_attach_args, we should retain it.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jan 27 02:29:48 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3
lines
Use DEVICE_COMPAT_EOL.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jan 25 13:30:20 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jan 17 21:42:35 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -6
lines
Use designated initializers and a consistent termination style in
compat_data[].
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Aug 21 20:41:43 2020 UTC (4 years, 3 months ago) by macallan
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -16
lines
get sensor name from properties, remove macppc-specific OF support
Revision 1.33.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:05 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.33.2.1: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.2.1: +13 -13
lines
Merge changes from current as of 20200406
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Dec 23 14:41:41 2019 UTC (4 years, 11 months ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +13 -13
lines
No need to use I2C_F_POLL here.
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:09 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2
lines
Sync with HEAD
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Feb 20 18:19:46 2019 UTC (5 years, 9 months ago) by macallan
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2
lines
moar match string
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:44 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.1: +7 -12
lines
Sync with HEAD
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jun 26 06:03:57 2018 UTC (6 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes
Branch point for: phil-wifi
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -12
lines
In my quest to make device_compatible_entry (and associated goo)
super-general, it turns out I also made it a little to cumbersome
to use (if my tired fingers are any indication). So, this is a
course-correction -- one string per entry (like of_compat_data,
which it will soon replace), and remove the over-verbose macros.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:50 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +22 -29
lines
Sync with HEAD
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jun 18 17:07:07 2018 UTC (6 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: pgoyette-compat-0625
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +8 -3
lines
- Rename iic_compat_match() to iic_compatible_match() and change it
to use the new device_compatible_match() routine. A pointer to
the matching device_compatible_entry is returned if a match is
found.
- Adjust iic_use_direct_match() accordingly.
- i2c drivers now provide device_compatible_entry tables when performing
direct-config matching.
- In the dsrtc driver, take advantage of this new capability to greatly
simplify model selection.
(I'm coming for you next, of_compat_data...)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jun 16 21:22:13 2018 UTC (6 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +17 -29
lines
More cleanup to i2c autoconfiguration:
- Get all of the drivers onto the new match quality constants.
- Introduce a new helper function, iic_use_direct_match(), that has
all of the logic for direct-config matching. If it returns true,
the driver returns the match result (which may be 0). If it returns
false, the driver does indirect-config matching.
- iic_compat_match() now returns a weighted match quality; matches to
lower-indexed "compatible" device property are more-specific matches,
and return a better match quality accordingly.
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:02 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.24.2.1: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.1: +282 -54
lines
update from HEAD
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Oct 1 05:12:18 2017 UTC (7 years, 2 months ago) by macallan
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
pgoyette-compat-base,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +29 -5
lines
attach to ds1775 which was already more or less supported as DS75
also, get sensor name/location from OpenFirmware if we know how
Revision 1.25.14.2: download - view: text, markup, annotated - select for diffs
Sat Mar 19 11:30:09 2016 UTC (8 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.25.14.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.14.1: +247 -48
lines
Sync with HEAD
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 11 18:23:11 2016 UTC (8 years, 10 months ago) by jdc
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +28 -20
lines
Don't use I2C_F_POLL when getting/setting limits.
Save/restore the correct values for LM77.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 3 17:27:57 2016 UTC (8 years, 11 months ago) by jdc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +201 -20
lines
Add display and setting of chip temperature limit(s) for envsys(4).
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 1 20:13:50 2016 UTC (8 years, 11 months ago) by jdc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +42 -32
lines
Read the Tos limit from the chip, instead of assuming 80'C, in case
firmware has altered it. Make the *decode functions return temperatures
in either uK or C for envsys and sysctl, respectively.
Revision 1.25.14.1: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:09:49 2015 UTC (8 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +10 -5
lines
Sync with HEAD (as of 26th Dec)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Sep 27 13:02:21 2015 UTC (9 years, 2 months ago) by phx
Branches: MAIN
CVS tags: nick-nhusb-base-20151226
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +10 -5
lines
Direct config: Only match via the list of compatible hardware when we have
such a list available (ia_ncompat > 0). Otherwise fall back to matching
the device name with ia_name.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:02:01 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:20:58 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.1: +4 -4
lines
sync with head
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 27 17:18:17 2012 UTC (12 years, 1 month ago) by chs
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: nick-nhusb
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 2 21:36:44 2012 UTC (12 years, 6 months ago) by dsl
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3
lines
Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
the item itself.
In the places where the caller specifies a function and a structure
address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:31:46 2011 UTC (13 years ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +99 -3
lines
sync with head
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 9 05:47:54 2011 UTC (13 years ago) by macallan
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +99 -3
lines
Support setting the temperature threshold for the LM75's alarm/interrupt
output. Some hardware ( I'm looking at you, Gdium ) abuses it to control
a fan.
Revision 1.21.8.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:19:59 2011 UTC (13 years, 5 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +3 -2
lines
Catchup with rmind-uvmplock merge.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 20 20:16:19 2011 UTC (13 years, 5 months ago) by pgoyette
Branches: MAIN
CVS tags: yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2
lines
Initialize sensor state before registering.
XXX Still need to fix i2c/ibmhawk.c
Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:43:11 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +52 -17
lines
Sync with HEAD.
Revision 1.19.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:27 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.19.4.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.4.1: +52 -17
lines
sync with head
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Feb 28 11:36:27 2010 UTC (14 years, 9 months ago) by martin
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: cherry-xenmp
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +52 -17
lines
Add direct config support for a few devices
Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:39 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +10 -18
lines
sync with head.
Revision 1.19.12.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:53 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +10 -18
lines
Sync with HEAD.
Revision 1.17.8.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:54 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.17.8.1: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.8.1: +8 -16
lines
Sync with HEAD.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jan 9 17:20:31 2009 UTC (15 years, 10 months ago) by briggs
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
uebayasi-xip-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Branch point for: uebayasi-xip
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +10 -18
lines
According to the datasheet, temperatures on the LM75 are kept in
0.5 degC-precision the most-significant 9 bits of a 16-bit register.
Interpret them as such and simplify the conversion.
Revision 1.17.8.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:23:17 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -28
lines
Sync with HEAD.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 6 20:25:59 2008 UTC (16 years, 8 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
nick-hppapmap
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4
lines
use aprint_*_dev and device_xname
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 4 10:11:01 2008 UTC (16 years, 8 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +24 -27
lines
Split device_t/softc and other related cosmetic changes.
Revision 1.2.12.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:42:50 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.2.12.4: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.12.4: +4 -1
lines
sync with head
Revision 1.14.8.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:52:41 2008 UTC (16 years, 10 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.14.8.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.8.1: +26 -22
lines
sync with HEAD
Revision 1.15.6.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:45:05 2007 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.15.6.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.6.1: +4 -1
lines
Sync with HEAD.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 19:46:12 2007 UTC (16 years, 11 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -1
lines
Sync with head.
Revision 1.16.6.1: download - view: text, markup, annotated - select for diffs
Thu Dec 13 21:55:32 2007 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -1
lines
Sync with HEAD
Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 11 15:25:48 2007 UTC (16 years, 11 months ago) by yamt
Branches: yamt-kmem
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -1
lines
sync with head.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Dec 11 12:09:22 2007 UTC (16 years, 11 months ago) by lukem
Branches: MAIN
CVS tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: mjf-devfs2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1
lines
use __KERNEL_RCSID()
Revision 1.2.12.4: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:29:48 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.2.12.3: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.12.3: +23 -22
lines
sync with head
Revision 1.14.6.2: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:54:41 2007 UTC (17 years ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.14.6.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.6.1: +23 -22
lines
Sync with HEAD.
Revision 1.15.6.1: download - view: text, markup, annotated - select for diffs
Mon Nov 19 00:47:49 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +23 -22
lines
Sync with HEAD.
Revision 1.15.4.1: download - view: text, markup, annotated - select for diffs
Sun Nov 18 19:35:21 2007 UTC (17 years ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +23 -22
lines
Sync with HEAD
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 16 08:00:14 2007 UTC (17 years ago) by xtraeme
Branches: MAIN
CVS tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: yamt-kmem,
vmlocking2,
bouyer-xeni386
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +23 -22
lines
Extend the envsys2 API (one more time, sorry) as defined in:
http://mail-index.netbsd.org/tech-kern/2007/11/09/0001.html
sysmon_envsys_create() and sysmon_envsys_destroy() were added to
create/destroy sysmon_envsys objects (and its TAILQ/LIST for sensors/events).
sysmon_envsys_sensor_attach() and sysmon_envsys_sensor_detach() were
added to attach/detach sensors to a specified sysmon_envsys device.
The events framework is now per device and configurable via the
ENVSYS_SETDICTIONARY ioctl or /etc/envsys.conf and envstat(8).
Update all users and documentation to reflect these changes.
Revision 1.14.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:26:10 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
sync with HEAD
Revision 1.11.14.2: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:41:18 2007 UTC (17 years, 1 month ago) by ad
Branches: vmlocking
Diff to: previous 1.11.14.1: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.14.1: +2 -2
lines
Sync with head.
Revision 1.14.6.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:47:55 2007 UTC (17 years, 3 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Sync with HEAD.
Revision 1.2.12.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:34:04 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.2.12.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.12.2: +13 -60
lines
sync with head.
Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 10:20:15 2007 UTC (17 years, 3 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +2 -2
lines
Sync with HEAD.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 2 00:31:23 2007 UTC (17 years, 3 months ago) by xtraeme
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5,
jmcneill-base
Branch point for: mjf-devfs,
bouyer-xenamd64
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
typo: ENVSYS_FVALID -> ENVSYS_SVALID.
Revision 1.11.14.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:21:11 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -60
lines
Sync with head.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 13 00:27:47 2007 UTC (17 years, 4 months ago) by xtraeme
Branches: MAIN
CVS tags: nick-csl-alignment-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: nick-csl-alignment,
matt-armv6,
jmcneill-pm
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1
lines
Forgot to set the description in the sensor.
Revision 1.11.16.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:05:31 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +11 -60
lines
Sync with head.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 4 19:00:43 2007 UTC (17 years, 5 months ago) by xtraeme
Branches: MAIN
CVS tags: mjf-ufs-trans-base
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -10
lines
There's no need to set the "envsys-description" property in the
driver's dictionary anymore, because with envsys2 you can change
descriptions.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 1 07:37:16 2007 UTC (17 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -53
lines
Imported envsys 2, a brief description of the new features:
(Part 2: drivers)
* Support for detachable sensors.
* Cleaned up the API for simplicity and efficiency.
* Ability to send capacity/critical/warning events to powerd(8).
* Adapted all the code to the new locking order.
* Compatibility with the old envsys API: the ENVSYS_GTREINFO
and ENVSYS_GTREDATA ioctl(2)s are supported.
* Added support for a 'dictionary based communication channel' between
sysmon_power(9) and powerd(8), that means there is no 32 bytes event
size restriction anymore.
* Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40.
* All drivers with the n^2 gtredata bug were fixed, PR kern/36226.
Tested by:
blymn: smsc(4).
bouyer: ipmi(4), mfi(4).
kefren: ug(4).
njoly: viaenv(4), adt7463.c.
riz: owtemp(4).
xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).
Revision 1.2.12.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:48:00 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.2.12.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.12.1: +2 -2
lines
sync with head.
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:49:51 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +77 -19
lines
sync with head
Revision 1.4.2.5: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:44:10 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.4.2.4: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.4: +2 -2
lines
sync with head
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:22 2006 UTC (18 years, 4 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +2 -2
lines
Merge from HEAD.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 10 16:28:44 2006 UTC (18 years, 4 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-idlelwp-base8,
yamt-idlelwp,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
thorpej-atomic-base,
thorpej-atomic,
rpaulo-netinet-merge-pcb-base,
reinoud-bufcleanup,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: vmlocking,
mjf-ufs-trans
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Put appropriate prefixes on property names to reduce chances of name
collisions.
Revision 1.4.2.4: download - view: text, markup, annotated - select for diffs
Mon Jun 26 12:51:01 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.4.2.3: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.3: +2 -2
lines
sync with head.
Revision 1.2.12.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:02:51 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +77 -19
lines
sync with head.
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 03:58:12 2006 UTC (18 years, 5 months ago) by chap
Branches: chap-midi
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +2 -2
lines
Sync with head.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 12 16:07:33 2006 UTC (18 years, 5 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
It necessary to mask to validate bits.
Revision 1.3.6.2: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:36:20 2006 UTC (18 years, 6 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.3.6.1: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.6.1: +74 -16
lines
Sync with head.
Revision 1.4.6.2: download - view: text, markup, annotated - select for diffs
Wed May 24 15:50:08 2006 UTC (18 years, 6 months ago) by tron
Branches: peter-altq
Diff to: previous 1.4.6.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.6.1: +76 -18
lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.4.2.3: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:40 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.4.2.2: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.2: +74 -16
lines
sync with head.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 17 00:10:54 2006 UTC (18 years, 6 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-pdpolicy-base5,
simonb-timecounters-base
Branch point for: chap-midi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +66 -11
lines
Support LM77 Temperature.
Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Thu May 11 23:28:30 2006 UTC (18 years, 6 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.1: +9 -6
lines
sync with head
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri May 5 18:04:42 2006 UTC (18 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: elad-kernelauth-base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -6
lines
Remove the devprop API and switch everthing over to the new proplib. Add
a new device_properties() accessor for device_t that returns the device's
property dictionary.
Revision 1.3.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:38:52 2006 UTC (18 years, 7 months ago) by simonb
Branches: simonb-timecounters
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -6
lines
Sync with head.
Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 03:24:35 2006 UTC (18 years, 7 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5
lines
sync with head.
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 11 11:55:13 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.1: +3 -3
lines
sync with head
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 4 19:38:38 2006 UTC (18 years, 8 months ago) by riz
Branches: MAIN
CVS tags: yamt-pdpolicy-base4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Correct a couple of typos in comments ("Hook info" -> "Hook into",
"prescision"->"precision")
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:56 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
sync with head.
Revision 1.4.6.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:45:19 2006 UTC (18 years, 8 months ago) by tron
Branches: peter-altq
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 29 06:41:24 2006 UTC (18 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Use device_private().
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 29 04:16:49 2006 UTC (18 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Use device_cfdata().
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 15:39:04 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +2 -2
lines
sync with head.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 18 05:04:12 2006 UTC (18 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.
- Rework the ARMADILLO / epe device properties interaction so that it actually
associates the MAC address property with the epe device instance.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:21:22 2005 UTC (18 years, 11 months ago) by christos
Branches: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
merge ktrace-lwp.
Revision 1.1.4.5: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:27:46 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.1.4.4: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.4: +1 -1
lines
Fix the sync with head I botched.
Revision 1.1.4.4: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:45:47 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.1.4.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.4.3: +1 -1
lines
Sync with HEAD.
Revision 1.1.4.3: download - view: text, markup, annotated - select for diffs
Thu Aug 12 11:41:22 2004 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.1.4.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.4.2: +58 -22
lines
Sync with HEAD.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 3 13:40:20 2004 UTC (20 years, 4 months ago) by scw
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
ktrace-lwp-base,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-lazymbuf
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +58 -22
lines
Support the DS75; a variant of the LM75 but with a slightly different
data format.
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:46:06 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.4.1: +242 -0
lines
Sync with HEAD
Revision 1.1.4.1
Tue Sep 30 00:35:31 2003 UTC (21 years, 2 months ago) by skrll
Branches: ktrace-lwp
FILE REMOVED
Changes since revision 1.1: +0 -242
lines
file lm75.c was added on branch ktrace-lwp on 2004-08-03 10:46:06 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 30 00:35:31 2003 UTC (21 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Branch point for: ktrace-lwp
New generic I2C framework. Supports bit-bang and "intelligent" I2C
interface controllers (of varying intelligence levels).
Contributed by Wasabi Systems, Inc. Primarily written by Steve Woodford,
with some modification by me.
CVSweb <webmaster@jp.NetBSD.org>