| Age | Commit message (Expand) | Author |
| 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 |
| 2016-10-18 | Make this compile again. | martin |
| 2016-10-17 | provide stub intr xname establish for xen | jdolecek |
| 2016-10-02 | MFREE -> m_free | christos |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-14 | KNF. No functional change. | msaitoh |
| 2016-07-14 | - Use aprint*() instead of printf() in xxx_attach(). | msaitoh |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2016-07-11 | - Use aprint*() instead of printf() in the attach function. | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-06-30 | Provide some defaults. From Felix Deichmann. | skrll |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-06-01 | Add support for Nuvoton NCT6776F from OpenBSD | pgoyette |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-09-12 | fix spl issues, found by brainy. | christos |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |