| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-03-01 | - Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicated | msaitoh |
| 2019-03-01 | No functional change: | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-05-10 | Use pci_intr_establish_xname(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-02-17 | PR/50820: David Binderman: Fail when !(edge|pulse) instead of !edge && edge | christos |
| 2015-03-26 | Add missing new lines. | nakayama |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-10-17 | - remove unused variables | christos |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-08-01 | remove some bloat: | drochner |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-01-04 | Stop using aprint_debug(9) in an interrupt handler. | jruoho |
| 2010-12-27 | Add TI PCI1510. | phx |
| 2010-04-20 | Change sc_pil_intr_enable from an int to a bool. No functional change | dyoung |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-03-15 | rbus is always #defined as 1, so unifdef -D rbus=1. | dyoung |
| 2010-02-25 | Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of them | dyoung |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-15 | Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder). | snj |
| 2009-08-07 | Destroy mutex and condvar initialised in pccbbattach(). | blymn |
| 2009-08-07 | Clean up extraneous white space. | blymn |
| 2009-07-23 | Use kpause(9), cv_timedwait(9), and cv_signal(9) instead of tsleep(9) | dyoung |
| 2009-05-21 | Let us detach pcmcia0 and cardbus0 at cardslot0, and cardslot0 at | dyoung |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-03 | In pccbb_pci_callback(), set CBB_SPECMAPPED in sc_flags if we've | dyoung |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-03-05 | Fix typo(s/interupt/interrupt/) | msaitoh |
| 2009-02-13 | Fix bus_addr_t/bus_size_t confusion | bouyer |
| 2009-02-06 | When the power status changes, always note the change and wake the | dyoung |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-10-25 | another TI bridge. | christos |
| 2008-08-06 | Identify the O2 Micro OZ711E0 and treat it the same as all of the | dyoung |
| 2008-07-03 | On cardbus configuration reads, check for a master abort in the cbb | drochner |
| 2008-06-26 | delete more dead code, remove use of pcic_handle except of some local | drochner |
| 2008-06-26 | remove some more dead code, and use the softc as handle in more internal | drochner |
| 2008-06-26 | remove references to nonexisting members of pcic_handle in commented out | drochner |
| 2008-06-26 | constify the pcmcia/cardbus method tables | drochner |
| 2008-06-25 | Avoid the use of i82365var.h - we don't use any functions from there. | drochner |
| 2008-06-25 | split device/softc for pccbb, the cardbus half of cardslot and cardbus | drochner |
| 2008-06-24 | clean up the cardbus interrupt stuff: | drochner |
| 2008-06-24 | clean up some useless code and variables in cardbus attachment | drochner |
| 2008-05-27 | Distinguish O2 Micro bridges from generic bridges. PCI Parity | dyoung |
| 2008-05-22 | Use __arraycount(). | dyoung |