| Age | Commit message (Expand) | Author |
| 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 |
| 2011-07-26 | Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0), | dyoung |
| 2011-07-09 | - add a routine to get the name of the card. | christos |
| 2011-05-24 | Kill redundant () | joerg |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-02-21 | Cleanup my copyright notice. | itohy |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-07-27 | No need to store map size locally now. | jakllsch |
| 2010-07-27 | Make the Realtek PCI network interfaces detachable. | jakllsch |
| 2010-06-04 | Collect garbage: sc_rbus_{iot,memt} are not used. | dyoung |
| 2010-05-25 | Revert earlier changes to callers of pci_find{vendor,product} since | pgoyette |
| 2010-05-24 | Update all callers of the pci_find{vendor,product} routines to now call | pgoyette |
| 2010-04-19 | Not necessary '\n'. | kiyohara |