| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 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 duplicated | msaitoh |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-10-17 | Fix i386 CARDBUS build. | uebayasi |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-08-01 | remove some bloat: | drochner |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2010-03-05 | Remove dead code (it is commented out). | dyoung |
| 2010-03-04 | It turns out that ppb at cardbus was not even in ALL. It has probably | dyoung |
| 2010-03-04 | Delete unfinished and unreachable code: ppb_cardbus_setup(), | dyoung |
| 2010-03-03 | Simplify interrupt (dis)establishment by two source transformations: | dyoung |
| 2010-02-26 | Use PCI_ constants and macros instead of CARDBUS_. Use | dyoung |
| 2010-02-25 | Make fxp at cardbus detach during shutdown. | dyoung |
| 2010-02-25 | Don't create the device's PCI tag with Cardbus_make_tag(9), but save and | dyoung |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-07-21 | don't include i82365var.h, fixes build error, from Robert Swindells | drochner |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | Use device_private to access cardbus_softc. | joerg |
| 2008-05-18 | Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. | jmcneill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-25 | Use device_parent().CVS: ----------------------------------------------------... | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-09 | make this compile again (shadow and const warnings) | drochner |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-02 | cardbusdevs -> pcidevs | mycroft |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-11-24 | fix uninitialised variable warning. XXX: not sure if this is correct | lukem |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-06-02 | make this compile again | lukem |
| 2002-05-16 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-06 | cardbus attachment for PCI-PCI bridges | mcr |