| Age | Commit message (Expand) | Author |
| 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 |
| 2010-04-01 | Cosmetic: join a couple of lines. Stop storing the value of a BAR in a | dyoung |
| 2010-03-29 | Bye-bye fw_port.h. | kiyohara |
| 2010-03-27 | Added sdhc at cardbus support. | nonaka |
| 2010-03-22 | ex_softc.ex_bustype is written but never read. Just get rid of it. | dyoung |
| 2010-03-22 | Detach at shutdown. | dyoung |
| 2010-03-19 | Remove superfluous cast (device_t to device_t). | dyoung |
| 2010-03-19 | Use Cardbus_intr_disestablish() instead of cardbus_intr_disestablish(). | dyoung |
| 2010-03-18 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-18 | Simplify interrupt (dis)establishment by two source transformations: | dyoung |
| 2010-03-18 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-15 | Delete unused member ct_bar[] from struct cardbus_devfunc. | dyoung |
| 2010-03-15 | Delete unused functions cardbus_save_bar() and cardbus_restore_bar(). | dyoung |
| 2010-03-15 | Delete unused members ct_rbus_iot and ct_rbus_memt from struct | dyoung |
| 2010-03-11 | Simplify interrupt (dis)establishment by two source transformations: | dyoung |
| 2010-03-11 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-10 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-10 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-05 | Remove dead code (it is commented out). | dyoung |
| 2010-03-05 | Simplify this a bit (and reduce differences with if_rtw_pci.c): we | dyoung |