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