summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2013-11-21Expand "#ifdef notyet" section to encompass the use of the variableriz
2013-10-17move notyet variable into notyet sectionchristos
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2013-04-03instead of ifnet use ethercom.christos
2013-03-30This is the initial port of OpenBSD's athn(4) driver. It supportschristos
2013-03-30patches for new wifi devices.christos
2012-12-20Change sdhc_detach so that it detaches all host controllers at once.jakllsch
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-04Fix 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-08PR/46310: Ryo ONODERA: Add support for cardbus bwi(4)christos
2012-02-18split device_t/softcdrochner
2012-02-18Remove uneeded and unused structure.matt
2012-02-02Use "opt_sdmmc.h" for SDHC_DEBUG.nonaka
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-10-07Stop calling ATH_LOCK_{INIT,DESTROY}(), they don't exist any more.dyoung
2011-09-05Change 0x1229's product name from 82557 to 8255x.msaitoh
2011-08-01remove some bloat:drochner
2011-07-26Replace 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-24Kill redundant ()joerg
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-02-21Cleanup my copyright notice.itohy
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-07-27No need to store map size locally now.jakllsch
2010-07-27Make the Realtek PCI network interfaces detachable.jakllsch
2010-06-04Collect garbage: sc_rbus_{iot,memt} are not used.dyoung
2010-05-25Revert earlier changes to callers of pci_find{vendor,product} sincepgoyette
2010-05-24Update all callers of the pci_find{vendor,product} routines to now callpgoyette
2010-04-19Not necessary '\n'.kiyohara
2010-04-01Cosmetic: join a couple of lines. Stop storing the value of a BAR in adyoung
2010-03-29Bye-bye fw_port.h.kiyohara
2010-03-27Added sdhc at cardbus support.nonaka
2010-03-22ex_softc.ex_bustype is written but never read. Just get rid of it.dyoung
2010-03-22Detach at shutdown.dyoung
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