| Age | Commit message (Expand) | Author |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-05-20 | s/auxillary/auxiliary/ in comments. | andvar |
| 2022-04-18 | Do not attach if the parent bus failed to provide an ISA chipset tag. | jmcneill |
| 2022-04-11 | s/serivce/service/ in comments. | andvar |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2022-02-12 | sys: Fix various abuse of struct device internals. | riastradh |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-12-03 | fix various typos in comments, log messages and documentation. | andvar |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-02 | fix various typos in comments and log messages. | andvar |
| 2021-07-31 | s/dependend/dependent/ | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-03 | itesio(4): Added IT8625E support. | nonaka |
| 2021-06-05 | Add IT8625 chip id. | nonaka |
| 2021-04-26 | Be explicit about using the "ym" interface attribute when attaching | thorpej |
| 2021-04-26 | Be explicit about using the "wss" interface attribute when attaching | thorpej |
| 2021-04-26 | - The "ess" device does not need a "midibus" interface attribute; it | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-03 | Rework about the rest note in speaker(4). | isaki |
| 2021-04-03 | Improve SPKRDEBUG code. | isaki |
| 2021-02-06 | Calling halt_{input,output} is done by the MI audio layer if necessary. | isaki |
| 2021-01-16 | Add missing printing-of-newlines in the attach routine. | thorpej |
| 2020-06-24 | rearrange to avoid allocating softc on stack in ug_isa_match() | jdolecek |
| 2020-06-24 | avoid stack usage in match routine | jdolecek |
| 2020-05-23 | GC toaster drivers | jmcneill |
| 2020-04-24 | BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that's | ad |
| 2020-04-01 | Newer PC Engines BIOS versions don't set up the Super I/O for GPIO the | ad |
| 2020-02-29 | Remove rounding by 4 bytes on round_blocksize(). | isaki |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-19 | Remove Token Ring support. | thorpej |
| 2020-01-06 | Protect ec_multicnt. | msaitoh |
| 2019-12-27 | s/reister/register/ in comment. | msaitoh |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-12-27 | s/manaul/manual/ in comment. | msaitoh |
| 2019-12-27 | s/suport/support/ | msaitoh |
| 2019-12-27 | s/like like/like/ in comment. | msaitoh |
| 2019-12-01 | Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit. | ad |
| 2019-11-16 | PR port-i386/54701: deal with missing pmf platform keys. | martin |
| 2019-11-12 | Add missing initialization of sc_dev. | msaitoh |
| 2019-11-12 | Initialize sc_dev correctly to avoid null pointer dereference when | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-25 | Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU | martin |
| 2019-10-09 | Provide a better abstraction for the TPM interface. Report it in the ioctl. | maxv |
| 2019-10-09 | Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2 | maxv |
| 2019-10-08 | Improvements in tpm(4): | maxv |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | msaitoh |