| Age | Commit message (Expand) | Author |
| 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 |
| 2010-03-05 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-04 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-04 | Get rid of the #if 1 surrounding #include <dev/cardbus/rbus.h>. | dyoung |
| 2010-03-04 | This is *always* compiled with #define rbus 1, so get rid of the | dyoung |
| 2010-03-04 | Remove unnecessary #ifdef INET-enclosed #includes. | dyoung |
| 2010-03-04 | It turns out that ppb at cardbus was not even in ALL. It has probably | dyoung |
| 2010-03-04 | Delete unfinished and unreachable code: ppb_cardbus_setup(), | dyoung |
| 2010-03-04 | Simplify interrupt (dis)establishment by two source transformations: | dyoung |
| 2010-03-03 | Simplify interrupt (dis)establishment by two source transformations: | dyoung |
| 2010-03-02 | Simplify interrupt (dis)establishment by two source transformations: | dyoung |
| 2010-02-26 | Cosmetic: re-wrap some line. | dyoung |
| 2010-02-26 | Cosmetic: join a line. | dyoung |
| 2010-02-26 | Introduce Cardbus_intr_establish(cardbus_devfunc_t, ...) and | dyoung |
| 2010-02-26 | Use PCI_ constants and macros instead of CARDBUS_. Use | dyoung |
| 2010-02-26 | sc_csr is read & written from the PCI Command & Status Register, | dyoung |
| 2010-02-25 | Make fxp at cardbus detach during shutdown. | dyoung |
| 2010-02-25 | Use PCI_ constants instead of CARDBUS_ constants. Use Cardbus_conf_*() | dyoung |
| 2010-02-25 | Copy values from the cardbus_attach_args and use them instead of values | dyoung |
| 2010-02-25 | Don't use the cardbus_softc. Compile-tested, only. | dyoung |
| 2010-02-25 | Phase out some CardBus constants and types. Use the equivalent PCI | dyoung |
| 2010-02-25 | Don't create the device's PCI tag with Cardbus_make_tag(9), but save and | dyoung |
| 2010-02-25 | Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of them | dyoung |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2010-02-23 | Remove unused functions pci_disable_retry() and cardbus_disable_retry(). | dyoung |
| 2010-01-30 | Sprinkle __KERNEL_RCSID() into siisata(4). | jakllsch |
| 2010-01-18 | Remove conditional inclusion of unused bpf.h | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-15 | Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder). | snj |
| 2009-11-12 | Don't use com_activate(), it's going away. | dyoung |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-10-21 | Drop 3rd and 4th clauses from Ichiro FUKUHARA's license. | rmind |
| 2009-10-19 | Drop 3rd and 4th clauses from David Young's license. | rmind |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-16 | In pmf(9), improve the implementation of device self-suspension | dyoung |