| Age | Commit message (Expand) | Author |
| 2023-05-06 | few more typos in the word "register", mainly s/resister/register/. | andvar |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-08-24 | pmf(9): *_child_register never fails. Make it return void. | riastradh |
| 2022-03-26 | When reading CIS tuples from a BAR, do not blindly copy 2k of data (or | martin |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-17 | convert cardslot event thread from wakeup/tsleep to mutex/condvar. | mrg |
| 2020-10-04 | Ensure event_thread stays in event loop upon creation. | nat |
| 2020-06-12 | pmf-powerdown == false --> pmf-no-powerdown == true | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-03-05 | Catch up with MI pci changes to fix compile error. | msaitoh |
| 2019-03-01 | - Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicated | msaitoh |
| 2018-12-14 | add cardbus attachment for malo(4), from OpenBSD | jakllsch |
| 2018-12-14 | fix whitespace | jakllsch |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2018-04-02 | Remove extra printf duplicate with MI codes. | rin |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-09-24 | weak alias some pcmcia functions (to an returns error function) so this | mrg |
| 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-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-10-17 | Fix i386 CARDBUS build. | uebayasi |
| 2014-09-21 | remove more old pci_findvendor code | christos |
| 2013-11-21 | Expand "#ifdef notyet" section to encompass the use of the variable | riz |
| 2013-10-17 | move notyet variable into notyet section | christos |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-04-03 | instead of ifnet use ethercom. | christos |
| 2013-03-30 | This is the initial port of OpenBSD's athn(4) driver. It supports | christos |
| 2013-03-30 | patches for new wifi devices. | christos |
| 2012-12-20 | Change sdhc_detach so that it detaches all host controllers at once. | jakllsch |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-08-04 | Fix error branches and config pending races in firewire init. | riastradh |
| 2012-04-12 | - Add pmf(9) suspend, resume to bwi(4) cardbus front end. | nakayama |
| 2012-04-08 | PR/46310: Ryo ONODERA: Add support for cardbus bwi(4) | christos |
| 2012-02-18 | split device_t/softc | drochner |
| 2012-02-18 | Remove uneeded and unused structure. | matt |
| 2012-02-02 | Use "opt_sdmmc.h" for SDHC_DEBUG. | nonaka |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-10-07 | Stop calling ATH_LOCK_{INIT,DESTROY}(), they don't exist any more. | dyoung |
| 2011-09-05 | Change 0x1229's product name from 82557 to 8255x. | msaitoh |
| 2011-08-01 | remove some bloat: | drochner |