summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/adv_cardbus.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2011-08-01remove some bloat:drochner
2010-03-18This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-02-26Use PCI_ constants and macros instead of CARDBUS_. Usedyoung
2010-02-26sc_csr is read & written from the PCI Command & Status Register,dyoung
2010-02-25Make fxp at cardbus detach during shutdown.dyoung
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-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-24clean up the cardbus interrupt stuff:drochner
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-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-08-02cardbusdevs -> pcidevsmycroft
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-09-29remove a debug printf committed mistakenly.yamt
2001-09-29- fix wrong ca_devsize.yamt
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-03-08Add a CardBus front-end for the Advansys SCSI driver.thorpej