summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-03-01- Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicatedmsaitoh
2019-03-01No functional change:msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-05-10 Use pci_intr_establish_xname().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-02-17PR/50820: David Binderman: Fail when !(edge|pulse) instead of !edge && edgechristos
2015-03-26Add missing new lines.nakayama
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-10-17- remove unused variableschristos
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-08-01remove some bloat:drochner
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-01-04Stop using aprint_debug(9) in an interrupt handler.jruoho
2010-12-27Add TI PCI1510.phx
2010-04-20Change sc_pil_intr_enable from an int to a bool. No functional changedyoung
2010-04-19Add default implementations for bus_space_is_equal(9),dyoung
2010-03-15rbus is always #defined as 1, so unifdef -D rbus=1.dyoung
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-01-08Expand PMF_FN_* macros.dyoung
2009-12-15Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder).snj
2009-08-07Destroy mutex and condvar initialised in pccbbattach().blymn
2009-08-07Clean up extraneous white space.blymn
2009-07-23Use kpause(9), cv_timedwait(9), and cv_signal(9) instead of tsleep(9)dyoung
2009-05-21Let us detach pcmcia0 and cardbus0 at cardslot0, and cardslot0 atdyoung
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-03In pccbb_pci_callback(), set CBB_SPECMAPPED in sc_flags if we'vedyoung
2009-04-02During shutdown, detach devices in an orderly fashion.dyoung
2009-03-05Fix typo(s/interupt/interrupt/)msaitoh
2009-02-13Fix bus_addr_t/bus_size_t confusionbouyer
2009-02-06When the power status changes, always note the change and wake thedyoung
2009-01-11merge christos-time_tchristos
2008-10-25another TI bridge.christos
2008-08-06Identify the O2 Micro OZ711E0 and treat it the same as all of thedyoung
2008-07-03On cardbus configuration reads, check for a master abort in the cbbdrochner
2008-06-26delete more dead code, remove use of pcic_handle except of some localdrochner
2008-06-26remove some more dead code, and use the softc as handle in more internaldrochner
2008-06-26remove references to nonexisting members of pcic_handle in commented outdrochner
2008-06-26constify the pcmcia/cardbus method tablesdrochner
2008-06-25Avoid the use of i82365var.h - we don't use any functions from there.drochner
2008-06-25split device/softc for pccbb, the cardbus half of cardslot and cardbusdrochner
2008-06-24clean up the cardbus interrupt stuff:drochner
2008-06-24clean up some useless code and variables in cardbus attachmentdrochner
2008-05-27Distinguish O2 Micro bridges from generic bridges. PCI Paritydyoung
2008-05-22Use __arraycount().dyoung