summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
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
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