summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2023-05-06few more typos in the word "register", mainly s/resister/register/.andvar
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-08-24pmf(9): *_child_register never fails. Make it return void.riastradh
2022-03-26When reading CIS tuples from a BAR, do not blindly copy 2k of data (ormartin
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-17convert cardslot event thread from wakeup/tsleep to mutex/condvar.mrg
2020-10-04Ensure event_thread stays in event loop upon creation.nat
2020-06-12pmf-powerdown == false --> pmf-no-powerdown == truethorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
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 duplicatedmsaitoh
2018-12-14add cardbus attachment for malo(4), from OpenBSDjakllsch
2018-12-14fix whitespacejakllsch
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-02Remove extra printf duplicate with MI codes.rin
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-09-24weak alias some pcmcia functions (to an returns error function) so thismrg
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-14KNF. No functional change.msaitoh
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-10-17Fix i386 CARDBUS build.uebayasi
2014-09-21remove more old pci_findvendor codechristos
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