CVS log for src/sys/dev/pckbport/pms.c
Up to [cvs.NetBSD.org] / src / sys / dev / pckbport
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Dec 7 23:25:19 2024 UTC (3 days, 2 hours ago) by chs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +10 -3
lines
pms: support PS/2 mouse hot-plug
Detect the BAT (Basic Assurance Test) result value and reset
the driver state in this case.
ok martin@
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Sep 5 05:55:12 2023 UTC (15 months ago) by mrg
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -2
lines
panic on an condition that shouldn't be possible.
appease GCC 12.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Oct 28 23:40:37 2022 UTC (2 years, 1 month ago) by riastradh
Branches: MAIN
CVS tags: 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
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -5
lines
pckbport(4): C99 initializers
No functional change intended.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:19:15 2021 UTC (3 years, 4 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3
lines
Merge thorpej-cfargs2.
Revision 1.38.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 23:24:59 2021 UTC (3 years, 4 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +3 -3
lines
Adapt to CFARGS().
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:58 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-cfargs2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Merge thorpej-cfargs branch:
Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.
Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)
Remove unnecessary or redundant interface attributes where they're not
needed.
There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)
...and a sentinel value CFARG_EOL.
Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.
Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).
Revision 1.37.16.1: download - view: text, markup, annotated - select for diffs
Tue Mar 23 07:14:53 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +3 -3
lines
Convert config_found_ia() call sites where the device only carries
a single interface attribute to bare config_found() calls.
Revision 1.36.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:30 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +6 -2
lines
Sync with HEAD
Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:57 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +6 -2
lines
Sync with HEAD
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jul 13 19:44:08 2018 UTC (6 years, 5 months ago) by maya
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
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,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
isaki-audio2-base,
isaki-audio2,
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
Branch point for: thorpej-cfargs
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -2
lines
Add comment elaborating what a sliced command is.
Revision 1.35.12.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:30 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +24 -3
lines
update from HEAD
Revision 1.35.30.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:52:26 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +24 -3
lines
Sync with HEAD
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Aug 13 08:49:27 2017 UTC (7 years, 4 months ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
nick-nhusb-base-20170825
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +24 -3
lines
PR/52483: Ryo ONODERA: Add support for ALPS PS/2 pointing devices
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 9 14:29:47 2011 UTC (13 years, 3 months ago) by jakllsch
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
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,
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-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,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
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,
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,
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-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
khorben-n900,
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,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
nick-nhusb
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +28 -3
lines
Replace pms_synaptics_send_command() and identical pms_elantech_send_command()
with pms_sliced_command(). Linux shows that this sequence can also be used by
"Logitech PS/2++" protocol as well.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Sep 8 16:34:09 2011 UTC (13 years, 3 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +16 -16
lines
Sprinkle static.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Sep 8 15:26:26 2011 UTC (13 years, 3 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -5
lines
Make whitespace more consistent.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Sep 7 19:05:13 2011 UTC (13 years, 3 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -5
lines
options PMS_DISABLE_POWERHOOK has been obsolete for a while now,
remove what little still remains of it.
Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:08:30 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +3 -3
lines
Sync with HEAD.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Tue May 31 03:04:52 2011 UTC (13 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +3 -3
lines
sync with head
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue May 24 16:42:53 2011 UTC (13 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3
lines
Use proper format string
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:43:45 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +6 -6
lines
Sync with HEAD.
Revision 1.26.20.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 00:27:50 2010 UTC (14 years, 7 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +29 -16
lines
sync to netbsd-5
Revision 1.26.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:04:00 2010 UTC (14 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26.4.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.4.1: +6 -6
lines
sync with head
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Feb 24 22:38:08 2010 UTC (14 years, 9 months ago) by dyoung
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,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock,
jruoho-x86intr
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -6
lines
A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
Revision 1.26.14.2: download - view: text, markup, annotated - select for diffs
Sat Jan 30 19:49:05 2010 UTC (14 years, 10 months ago) by snj
Branches: netbsd-5
CVS tags: 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,
matt-nb5-pq3-base,
matt-nb5-pq3
Diff to: previous 1.26.14.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.14.1: +5 -11
lines
Pull up following revision(s) (requested by hubertf in ticket #1282):
sys/dev/pckbport/pckbd.c: revision 1.26
sys/dev/pckbport/pms.c: revision 1.28
use aprint_error
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jan 8 20:00:32 2010 UTC (14 years, 11 months ago) by dyoung
Branches: MAIN
CVS tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -6
lines
Expand PMF_FN_* macros.
Revision 1.26.14.1: download - view: text, markup, annotated - select for diffs
Sun Sep 13 22:07:47 2009 UTC (15 years, 3 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +26 -7
lines
Pull up following revision(s) (requested by jmcneill in ticket #943):
sys/dev/pckbport/files.pckbport: revision 1.7
sys/dev/pckbport/elantech.c: revision 1.1
sys/dev/pckbport/elantechreg.h: revision 1.1
sys/dev/pckbport/elantechvar.h: revision 1.1
sys/dev/pckbport/pms.c: revision 1.27
sys/dev/pckbport/pmsvar.h: revision 1.8
Add Elantech multi-touch driver.
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:21:08 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +5 -11
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:13:14 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +29 -16
lines
sync with head.
Revision 1.26.12.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:36:21 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.26.12.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.12.1: +5 -11
lines
Sync with HEAD.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 8 15:06:56 2009 UTC (15 years, 9 months ago) by ad
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,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -11
lines
use aprint_error
Revision 1.26.12.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:18:59 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +26 -7
lines
Sync with HEAD.
Revision 1.23.6.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:29:07 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.23.6.1: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.6.1: +24 -5
lines
Sync with HEAD.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Dec 14 00:42:33 2008 UTC (16 years ago) by jmcneill
Branches: MAIN
CVS tags: nick-hppapmap-base2,
mjf-devfs2-base
Branch point for: jym-xensuspend
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +26 -7
lines
Add Elantech multi-touch driver.
Revision 1.23.6.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:54 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +24 -24
lines
Sync with HEAD.
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 07:16:04 2008 UTC (16 years, 8 months ago) by keiichi
Branches: keiichi-mipv6
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +24 -24
lines
sync with head.
Revision 1.19.6.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:51 2008 UTC (16 years, 8 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.19.6.2: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.6.2: +27 -25
lines
sync with HEAD
Revision 1.6.4.8: download - view: text, markup, annotated - select for diffs
Mon Mar 17 09:15:22 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.7: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.4.7: +24 -24
lines
sync with head.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 15 18:59:07 2008 UTC (16 years, 9 months ago) by cube
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,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
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-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,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-socklock-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
nick-hppapmap,
netbsd-5,
matt-nb5-mips64
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -7
lines
Use proper types.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 15 18:46:22 2008 UTC (16 years, 9 months ago) by cube
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +16 -15
lines
Split device_t and softc for pckbd(4) and pms(4).
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 29 06:42:35 2008 UTC (16 years, 9 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -6
lines
Use PMF_FN_ARGS, PMF_FN_PROTO.
Revision 1.20.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:06:20 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.20.2.2: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.2: +5 -3
lines
Sync with HEAD.
Revision 1.6.4.7: download - view: text, markup, annotated - select for diffs
Mon Feb 4 09:23:33 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.6: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.6: +5 -3
lines
sync with head.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jan 28 22:29:00 2008 UTC (16 years, 10 months ago) by jmcneill
Branches: MAIN
CVS tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
hpcarm-cleanup-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -3
lines
Don't call do_enable on synaptics resume if !sc->sc_enabled
Revision 1.6.4.6: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:44:26 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.5: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.5: +32 -38
lines
sync with head
Revision 1.19.6.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:54:13 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.19.6.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.1: +38 -43
lines
sync with HEAD
Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:45:25 2007 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.1: +32 -38
lines
Sync with HEAD.
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 19:47:18 2007 UTC (16 years, 11 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +32 -38
lines
Sync with head.
Revision 1.21.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 11 15:37:18 2007 UTC (17 years ago) by yamt
Branches: yamt-kmem
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +32 -38
lines
sync with head.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 9 20:28:13 2007 UTC (17 years ago) by jmcneill
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
matt-armv6-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +32 -38
lines
Merge jmcneill-pm branch.
Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:19:50 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -7
lines
Sync with HEAD.
Revision 1.19.4.6: download - view: text, markup, annotated - select for diffs
Sat Dec 8 16:21:33 2007 UTC (17 years ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.19.4.5: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.4.5: +3 -3
lines
Rename pnp(9) -> pmf(9), as requested by many.
Revision 1.6.4.5: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:30:59 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.4: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.4: +8 -7
lines
sync with head
Revision 1.19.4.5: download - view: text, markup, annotated - select for diffs
Sat Dec 1 14:40:37 2007 UTC (17 years ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.19.4.4: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.4: +8 -7
lines
Sync with HEAD.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Dec 1 14:36:15 2007 UTC (17 years ago) by jmcneill
Branches: MAIN
CVS tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base
Branch point for: yamt-kmem,
vmlocking2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -7
lines
aprintify
Revision 1.19.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:29:39 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
sync with HEAD
Revision 1.19.4.4: download - view: text, markup, annotated - select for diffs
Tue Nov 6 14:27:29 2007 UTC (17 years, 1 month ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.19.4.3: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.3: +28 -55
lines
Refactor PNP API:
- Make suspend/resume directly a device functionality. It consists of
three layers (class logic, device logic, bus logic), all of them being
optional. This replaces D0/D3 transitions.
- device_is_active returns true if the device was not disabled and was
not suspended (even partially), device_is_enabled returns true if the
device was enabled.
- Change pnp_global_transition into pnp_system_suspend and
pnp_system_resume. Before running any suspend/resume handlers, check
that all currently attached devices support power management and bail
out otherwise. The latter is not done for the shutdown/panic case.
- Make the former bus-specific generic network handlers a class handler.
- Make PNP message like volume up/down/toogle PNP events. Each device
can register what events they are interested in and whether the handler
should be global or not.
- Introduce device_active API for devices to mark themselve in use from
either the system or the device. Use this to implement the idle handling
for audio and input devices. This is intended to replace most ad-hoc
watchdogs as well.
- Fix somes situations in which audio resume would lose mixer settings.
- Make USB host controllers better deal with suspend in the light of
shared interrupts.
- Flush filesystem cache on suspend.
- Flush disk caches on suspend. Put ATA disks into standby on suspend as
well.
- Adopt drivers to use the new PNP API.
- Fix a critical bug in the generic cardbus layer that made D0->D3
break.
- Fix ral(4) to set if_stop.
- Convert cbb(4) to the new PNP API.
- Apply the PCI Express SCI fix on resume again.
Revision 1.6.4.4: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:33:39 2007 UTC (17 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.3: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.3: +3 -3
lines
sync with head.
Revision 1.19.4.3: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:47:01 2007 UTC (17 years, 1 month ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.19.4.2: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.2: +3 -3
lines
Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
Revision 1.19.10.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:39:24 2007 UTC (17 years, 1 month ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +3 -3
lines
Sync with HEAD.
Revision 1.17.2.5: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:09:23 2007 UTC (17 years, 1 month ago) by ad
Branches: vmlocking
Diff to: previous 1.17.2.4: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.4: +3 -3
lines
Sync with head.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 19 12:01:03 2007 UTC (17 years, 1 month ago) by ad
Branches: MAIN
CVS tags: jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.17.2.4: download - view: text, markup, annotated - select for diffs
Fri Oct 12 13:48:54 2007 UTC (17 years, 2 months ago) by ad
Branches: vmlocking
Diff to: previous 1.17.2.3: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.3: +4 -4
lines
Fix merge errors.
Revision 1.19.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 2 16:31:39 2007 UTC (17 years, 2 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.19.4.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.1: +4 -2
lines
Fix build with PMS_DISABLE_POWERHOOK.
Revision 1.6.4.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:38:01 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.2: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.2: +8 -17
lines
sync with head.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:48:38 2007 UTC (17 years, 4 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +4 -4
lines
Sync with HEAD.
Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Fri Aug 3 22:17:23 2007 UTC (17 years, 4 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +55 -36
lines
Pull in power management changes from private branch.
Revision 1.19.12.2: download - view: text, markup, annotated - select for diffs
Thu Jul 19 22:18:55 2007 UTC (17 years, 4 months ago) by dsl
Branches: matt-mips64
Diff to: previous 1.19.12.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.12.1: +648 -0
lines
include sys/cdefs.h before opt_xxx.h
Revision 1.19.12.1
Thu Jul 19 22:18:54 2007 UTC (17 years, 4 months ago) by dsl
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.19: +0 -648
lines
file pms.c was added on branch matt-mips64 on 2007-07-19 22:18:55 +0000
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jul 19 22:18:54 2007 UTC (17 years, 4 months ago) by dsl
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5,
matt-mips64-base,
hpcarm-cleanup
Branch point for: matt-mips64,
matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4
lines
include sys/cdefs.h before opt_xxx.h
Revision 1.17.4.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:08:06 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +4 -13
lines
Sync with head.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jul 9 21:01:19 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: nick-csl-alignment-base,
mjf-ufs-trans-base
Branch point for: nick-csl-alignment
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -13
lines
Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
Revision 1.17.2.3: download - view: text, markup, annotated - select for diffs
Sun May 13 17:36:27 2007 UTC (17 years, 7 months ago) by ad
Branches: vmlocking
Diff to: previous 1.17.2.2: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.2: +3 -3
lines
- Pass the error number and residual count to biodone(), and let it handle
setting error indicators. Prepare to eliminate B_ERROR.
- Add a flag argument to brelse() to be set into the buf's flags, instead
of doing it directly. Typically used to set B_INVAL.
- Add a "struct cpu_info *" argument to kthread_create(), to be used to
create bound threads. Change "bool mpsafe" to "int flags".
- Allow exit of LWPs in the IDL state when (l != curlwp).
- More locking fixes & conversion to the new API.
Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 10 12:07:11 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.17.2.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.1: +4 -13
lines
Nuke the deferred kthread creation stuff, as it's no longer needed.
Pointed out by thorpej@.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 9 22:10:00 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4
lines
- Add two new arguments to kthread_create1: pri_t pri, bool mpsafe.
- Fork kthreads off proc0 as new LWPs, not new processes.
Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:56:46 2007 UTC (17 years, 9 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -4
lines
Sync with HEAD.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:02:27 2007 UTC (17 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
mjf-ufs-trans
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.6.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:49:17 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6.4.1: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.1: +14 -9
lines
sync with head.
Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:18:06 2006 UTC (18 years ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.1: +7 -7
lines
sync with head.
Revision 1.11.6.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:34:43 2006 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +14 -9
lines
Sync with head.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:33:20 2006 UTC (18 years ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
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
Branch point for: yamt-idlelwp
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -6
lines
__unused removal on arguments; approved by core.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Nov 12 19:00:43 2006 UTC (18 years, 1 month ago) by plunky
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
Tidy away wsmouse_input() abstractions and update
documentation to include the W direction.
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:06:38 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -6
lines
sync with head
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:31:49 2006 UTC (18 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -5
lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Sep 24 03:54:00 2006 UTC (18 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Add "name" parameter to powerhook_establish, to aid debugging. No objections
on tech-kern@
Revision 1.9.8.3: download - view: text, markup, annotated - select for diffs
Thu Sep 14 12:31:39 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.9.8.2: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.8.2: +8 -5
lines
sync with head.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Sep 13 00:55:57 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9
Branch point for: yamt-splraiseipl
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -5
lines
avoid empty if bodies.
Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:53:54 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +4 -7
lines
sync with head
Revision 1.9.8.2: download - view: text, markup, annotated - select for diffs
Mon Jun 26 12:52:26 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.9.8.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.8.1: +3 -6
lines
sync with head.
Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:06:14 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -13
lines
sync with head.
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 04:05:48 2006 UTC (18 years, 5 months ago) by chap
Branches: chap-midi
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +3 -6
lines
Sync with head.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 7 22:33:37 2006 UTC (18 years, 6 months ago) by kardel
Branches: MAIN
CVS tags: yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
rpaulo-netinet-merge-pcb-base,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: newlock2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -6
lines
merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
time.tv_sec -> time_second
- struct timeval mono_time is gone
mono_time.tv_sec -> time_uptime
- access to time via
{get,}{micro,nano,bin}time()
get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
Revision 1.9.6.2: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:39:24 2006 UTC (18 years, 7 months ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.9.6.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.6.1: +3 -3
lines
Sync with head.
Revision 1.9.10.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 03:25:59 2006 UTC (18 years, 7 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -3
lines
sync with head.
Revision 1.9.8.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:07:21 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
sync with head.
Revision 1.9.12.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:45:23 2006 UTC (18 years, 8 months ago) by tron
Branches: peter-altq
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -3
lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 29 07:11:08 2006 UTC (18 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
simonb-timecounters-base,
elad-kernelauth-base
Branch point for: chap-midi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
Use device_private().
Revision 1.9.6.1: download - view: text, markup, annotated - select for diffs
Sat Feb 4 14:03:58 2006 UTC (18 years, 10 months ago) by simonb
Branches: simonb-timecounters
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -6
lines
Adapt for timecounters: mostly use get*time() and use "time_second"
instead of "time.tv_sec".
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:23:22 2005 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4
lines
merge ktrace-lwp.
Revision 1.2.4.10: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:07:23 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.9: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.9: +7 -6
lines
Sync with HEAD. Here we go again...
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 8 22:12:16 2005 UTC (19 years, 1 month ago) by rpaulo
Branches: MAIN
CVS tags: yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
ktrace-lwp-base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3
lines
Add a fake entry in pms_protocols array to avoid an out-of-bounds
access in do_enable() if PMS_SYNAPTICS_TOUCHPAD and PMSDEBUG are both
defined.
Revision 1.6.6.1: download - view: text, markup, annotated - select for diffs
Wed Oct 26 08:32:45 2005 UTC (19 years, 1 month ago) by yamt
Branches: yamt-vop
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +5 -5
lines
sync with head
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 24 16:31:54 2005 UTC (19 years, 1 month ago) by jdolecek
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5
lines
constify
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:29:13 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +32 -16
lines
sync with -current
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:35:34 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +11 -11
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.2.4.9: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:49:38 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.8: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.8: +11 -11
lines
Sync with HEAD.
Hi Perry!
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 27 00:27:42 2005 UTC (19 years, 9 months ago) by perry
Branches: MAIN
CVS tags: yamt-vop-base,
yamt-km-base4,
yamt-km-base3,
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,
kent-audio2-base
Branch point for: yamt-vop,
yamt-lazymbuf
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -11
lines
nuke trailing whitespace
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 18:17:48 2005 UTC (19 years, 10 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -3
lines
sync with head.
Revision 1.2.4.8: download - view: text, markup, annotated - select for diffs
Fri Feb 4 11:47:08 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.7: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.7: +7 -3
lines
Sync with HEAD.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 27 03:04:31 2005 UTC (19 years, 10 months ago) by jmcneill
Branches: MAIN
CVS tags: yamt-km-base2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -3
lines
Fix synaptics touchpad resume, from Kentaro A. Kurahone.
Revision 1.2.4.7: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:35:36 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.6: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.6: +18 -6
lines
Sync with HEAD.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 18 10:22:51 2005 UTC (19 years, 10 months ago) by scw
Branches: MAIN
CVS tags: yamt-km-base
Branch point for: yamt-km
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +18 -6
lines
Address PR kern/28990 by making Synaptics Touchpad support contingent
on "options PMS_SYNAPTICS_TOUCHPAD" in the kernel config file. See
the PR for details on why this is necessary.
While here, defflag PMS_DISABLE_POWERHOOK.
Revision 1.2.4.6: download - view: text, markup, annotated - select for diffs
Mon Jan 17 19:31:51 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.5: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.5: +40 -44
lines
Sync with HEAD.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 24 18:33:06 2004 UTC (19 years, 11 months ago) by christos
Branches: MAIN
CVS tags: kent-audio1-beforemerge
Branch point for: kent-audio2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +40 -44
lines
PR/28774: Kentaro A. Kurahone: Add synaptics touchpad driver
Revision 1.2.4.5: download - view: text, markup, annotated - select for diffs
Sun Nov 28 11:30:04 2004 UTC (20 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.4: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.4: +4 -4
lines
Adapt to branch
Revision 1.2.4.4: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:32:19 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.3: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.3: +2 -2
lines
Fix the sync with head I botched.
Revision 1.2.4.3: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:50:23 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.2: +2 -2
lines
Sync with HEAD.
Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:50:14 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.4.1: +642 -0
lines
Sync with HEAD
Revision 1.2.4.1
Thu Mar 18 21:05:19 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
FILE REMOVED
Changes since revision 1.2: +0 -642
lines
file pms.c was added on branch ktrace-lwp on 2004-08-03 10:50:14 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 18 21:05:19 2004 UTC (20 years, 8 months ago) by bjh21
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,
kent-audio1-base,
kent-audio1
Branch point for: ktrace-lwp
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +36 -58
lines
ANSIfy, un-__P(), and generally KNF.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 13 17:31:33 2004 UTC (20 years, 9 months ago) by bjh21
Branches: MAIN
Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.
In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
CVSweb <webmaster@jp.NetBSD.org>