summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2021-12-05s/transcat/transact/ in comment.msaitoh
2021-12-05s/timout/timeout/msaitoh
2021-12-05s/sumary/summary/msaitoh
2021-12-05s/runable/runnable/msaitoh
2021-12-05s/recusive/recursive/ in comment.msaitoh
2021-12-05s/receieve/receive/msaitoh
2021-12-05s/programatic/programmatic/ in comment.msaitoh
2021-12-05s/progam/program/ in comment.msaitoh
2021-12-05s/preceed/preced/ in comment.msaitoh
2021-12-05s/persistant/persistent/ in comment.msaitoh
2021-12-05s/gurantee/guarantee/ in comment.msaitoh
2021-12-05s/from from/from/ in comment.msaitoh
2021-12-05s/followings bits/following bits/ in comment.msaitoh
2021-12-05s/coresponding/corresponding/ in comment.msaitoh
2021-12-05s/checkum/checksum/ in comment.msaitoh
2021-12-05s/corret/correct/ in comment.msaitoh
2021-12-05s/convience/convenience/ in comment.msaitoh
2021-12-05as/aggresive/aggressive/ in comment.msaitoh
2021-12-05s/initialz/initializ/ in comment.msaitoh
2021-12-05s/funtion/function/ in comment.msaitoh
2021-12-05s/faciliate/facilitate/ in comment.msaitoh
2021-12-05s/explcit/expilcit/ in comment.msaitoh
2021-12-05s/exisit/exist/ in comment.msaitoh
2021-12-05s/decriptor/descriptor/ in comment.msaitoh
2021-12-05s/decript/decrypt/ in comment.msaitoh
2021-12-05s/corect/correct/ in comment.msaitoh
2021-12-05availabe -> available in comment.msaitoh
2021-12-04synaptics: Fix tracking of extended buttons.nia
- Ensure that packets are processed whenever any button change occurs, instead of just processing packets when there is movement or trackpad finger activity - Only transfer the state of the "extended buttons" to the button masks when actual changes occur OR a button is being held down. With this patch, my middle mouse button no longer gets "stuck down", but proper press/release tracking and dragging behavior is preserved. Thanks to blymn for pointers.
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-12-03fix the typo that martin spotted.skrll
2021-12-03Add a comment and simplify the code ever so slightly.skrll
2021-12-03Use the first (not second) event counter as there might only be oneskrll
available.
2021-12-01Use aprint_debug instead of aprint_error for expected failure.msaitoh
2021-11-30Regen.msaitoh
2021-11-30Add Intel Rocket Lake devices.msaitoh
2021-11-30Access byte2...msaitoh
2021-11-26declare xcchristos
2021-11-25Improve error handling.skrll
Hypervisors can return a PMCR.N of 0.
2021-11-20Oops, forgot to commit builtin_fonts[] parts for Droid_Sans_Mono_10x20.rin
Noticed by RVP, thanks!
2021-11-20Add Droid_Sans_Mono_10x20, generated by ttf2wsfont(1).rin
Having 10x20 in addition to 9x18 and 12x22 may seem redundant, but this font enables nice 80x24 and 80x30 terminals on WVGA (800x480) and SVGA (800x600) displays, respectively :)
2021-11-20Sort Droid Sans Mono family fonts by size.rin
2021-11-19Add support to rotate anti-aliased fonts.rin
wsfont_rotate_{cw,ccw}_internal() have been cleaned up and unified into new static function wsfont_rotate_internal().
2021-11-19wsfont_rotate(): Add missing NULL check for wsfont_find0().rin
2021-11-19ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for devices thatrin
need extra delays as done by AHCISATA_EXTRA_DELAY option. Enable this quirk for "C600/X79 AHCI". Also add commented out quirk entries for "Bay Trail SATA (AHCI)" and "Mobile AHCI SATA Controller", for which non-reproducible failures worked around by extra delays have been reported. 500 ms of delays inserted by these option/quirk may be too much. Add AHCISATA_EXTRA_DELAY_MS option to adjust number of delays in ms, like: ---- options AHCISATA_EXTRA_DELAY_MS=200 ---- Thanks prlw1@ and jun@ for testing!
2021-11-17s/dataseet/datasheet/ in comment.msaitoh
2021-11-16Trailing whitespaceskrll
2021-11-14tpm@acpi: Require only one locality's worth of register space.riastradh
We don't actually use the registers for the other localities, and some older TPMs only have the first locality exposed via ACPI.
2021-11-14fix few typos in comments and log message.andvar
2021-11-14Fix some regressions that were introduced.brad
One must make sure that you release the i2c bus if you acquire. One must not try to release the i2c bus if you failed to acquire it. One can't leave too early from the single-shot refresh without checking the status register as there may have been a reset and releasing the i2c bus.
2021-11-14revert bPreferedVersion rename. It's named like the by spec (from jmcneill).andvar