| Age | Commit message (Expand) | Author |
| 2018-04-25 | Use spin mutex to fix a panic | yamaguchi |
| 2018-04-21 | Fix an ancient typo, instead of setting the base address, the size | mlelstv |
| 2018-03-24 | use isa_intr_establish_xname() | jdolecek |
| 2018-03-07 | Add NCT6796D. Some functions of NCT6796D is extended from NCT6795D, | msaitoh |
| 2018-02-20 | Handle watchdog attachment in the wbsio_rescan() function, where we | pgoyette |
| 2018-02-08 | Typos. | dholland |
| 2018-01-20 | Handle yet another atari specific quirk in the MI ISA fdc(4)/fd(4) driver. | tsutsui |
| 2018-01-02 | Now that watchdog support has been added, make sure that a modular driver | pgoyette |
| 2018-01-02 | PR/52887: HITOSHI Osada: wbsio needs sysmon_wdog. | christos |
| 2017-12-13 | Improve the error log message to use product name. Implemeted by s-yamaguchi@... | knakahara |
| 2017-12-13 | Add an option to enable GPIO function of wbsio. Implemeted by s-yamaguchi@IIJ... | knakahara |
| 2017-12-13 | Add Watchdog timer implementation to wbsio(4). Implemeted by s-yamaguchi@IIJ,... | knakahara |
| 2017-12-13 | Fix NCT6779 gpio pin configuration. Implemeted by s-yamaguchi@IIJ, reviewed b... | knakahara |
| 2017-12-13 | Add wbsio(4) GPIO driver. Implemeted by s-yamaguchi@IIJ, reviewed by msaitoh@... | knakahara |
| 2017-11-15 | s/Id/NetBSD/. Pointed out by wiz! | msaitoh |
| 2017-11-15 | Restore NetBSD RCS Id which was accidentally removed in rev. 1.2. | msaitoh |
| 2017-11-04 | Add AUDIO_ENCODING_SLINEAR to supported encodings. This allows sb, sbpro | nat |
| 2017-10-31 | Add padding to gus.c so fields match up when it ts cast to a ad1848_isa | nat |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2017-09-12 | Add IT8728F and IT877[12]E. | msaitoh |
| 2017-08-18 | - WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioid | msaitoh |
| 2017-08-17 | Print chip name correctly. | msaitoh |
| 2017-08-17 | Use uint8_t instead of int. No functional change. | msaitoh |
| 2017-08-14 | Enable the IT8628E shipped with my gigabyte GA-N3150N-D3V board. | hauke |
| 2017-08-09 | - Sprinkle static and const. No functional change. | msaitoh |
| 2017-07-11 | lm(4): Add suport for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D. | msaitoh |
| 2017-07-07 | Add Winbond W83627DHG-P, W83627SF, W83627UHG, W83667HGB, W83687THF, W83697UG, | msaitoh |
| 2017-06-14 | Instead of directly referencing a parent device's code (ie, pcppi_bell() | pgoyette |
| 2017-06-11 | Implement xxx_rescan() and xxx_childdet() functions; these will be | pgoyette |
| 2017-04-27 | Use {isa,pci}_intr_establish"_xname"() for intrctl(8). | msaitoh |
| 2017-03-31 | Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with | msaitoh |
| 2017-03-29 | Fix 0x%d and 0x%u. | msaitoh |
| 2017-02-01 | Use boolean logical and operation on booleans, rather than bitwise and. | jakllsch |
| 2017-01-06 | Implement a common spkr_detach() function and call it from the | pgoyette |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-15 | Create a single combined module for spkr_pcppi and spkr_audio, and | pgoyette |
| 2016-12-14 | print more info during autoconfig | christos |
| 2016-12-14 | correct spkr softc. | christos |
| 2016-12-13 | Restructure speaker devices so that there can be multiple of them, and have | christos |
| 2016-12-10 | Be explicit about precedence of operators | maya |
| 2016-12-09 | put back spkrio.h for compat | christos |
| 2016-12-09 | fix module build | christos |
| 2016-12-09 | move spkrio.h out of isa | christos |
| 2016-12-09 | more spkr rework. | christos |
| 2016-12-09 | split out the pcppi attachment of the speaker | christos |
| 2016-12-08 | Add a synthesized pc beeper and keyboard bell for platforms with an audio | nat |
| 2016-10-18 | provide intr xname | jdolecek |
| 2016-10-18 | add isa_intr_establish_xname() to MD isa headers so that it can be used | jdolecek |