summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2010-03-19Remove superfluous cast (device_t to device_t).dyoung
2010-03-19Use Cardbus_intr_disestablish() instead of cardbus_intr_disestablish().dyoung
2010-03-18This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-18Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-18This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-15Delete unused member ct_bar[] from struct cardbus_devfunc.dyoung
2010-03-15Delete unused functions cardbus_save_bar() and cardbus_restore_bar().dyoung
2010-03-15Delete unused members ct_rbus_iot and ct_rbus_memt from structdyoung
2010-03-11Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-11This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-10This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-10This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-05Remove dead code (it is commented out).dyoung
2010-03-05Simplify this a bit (and reduce differences with if_rtw_pci.c): wedyoung
2010-03-05This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-04This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-04Get rid of the #if 1 surrounding #include <dev/cardbus/rbus.h>.dyoung
2010-03-04This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-04Remove unnecessary #ifdef INET-enclosed #includes.dyoung
2010-03-04It turns out that ppb at cardbus was not even in ALL. It has probablydyoung
2010-03-04Delete unfinished and unreachable code: ppb_cardbus_setup(),dyoung
2010-03-04Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-03Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-02Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-02-26Cosmetic: re-wrap some line.dyoung
2010-02-26Cosmetic: join a line.dyoung
2010-02-26Introduce Cardbus_intr_establish(cardbus_devfunc_t, ...) anddyoung
2010-02-26Use PCI_ constants and macros instead of CARDBUS_. Usedyoung
2010-02-26sc_csr is read & written from the PCI Command & Status Register,dyoung
2010-02-25Make fxp at cardbus detach during shutdown.dyoung
2010-02-25Use PCI_ constants instead of CARDBUS_ constants. Use Cardbus_conf_*()dyoung
2010-02-25Copy values from the cardbus_attach_args and use them instead of valuesdyoung
2010-02-25Don't use the cardbus_softc. Compile-tested, only.dyoung
2010-02-25Phase out some CardBus constants and types. Use the equivalent PCIdyoung
2010-02-25Don't create the device's PCI tag with Cardbus_make_tag(9), but save anddyoung
2010-02-25Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of themdyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2010-02-23Remove unused functions pci_disable_retry() and cardbus_disable_retry().dyoung
2010-01-30Sprinkle __KERNEL_RCSID() into siisata(4).jakllsch
2010-01-18Remove conditional inclusion of unused bpf.hpooka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-12-15Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder).snj
2009-11-12Don't use com_activate(), it's going away.dyoung
2009-11-12Remove superfluous activation hook.dyoung
2009-10-21Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.rmind
2009-10-19Drop 3rd and 4th clauses from David Young's license.rmind
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung