summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/uhci_cardbus.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2014-09-21remove more old pci_findvendor codechristos
2011-08-01remove some bloat:drochner
2010-05-25Revert earlier changes to callers of pci_find{vendor,product} sincepgoyette
2010-05-24Update all callers of the pci_find{vendor,product} routines to now callpgoyette
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-25Make fxp at cardbus detach during shutdown.dyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-07-11Don't write a register on the device until PCI I/O access has beendyoung
2008-06-24clean up the cardbus interrupt stuff:drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-09Fix small error in device/sc splitup.skd
2008-03-28split device/softc for USB host controllers and the usb (control)drochner
2008-03-07Use device_t and its accessors. In uhci_{pci,cardbus}_attach, usedyoung
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-07-24Add file for 'uhci at cardbus'. From FUKAUMI Naoki in kern/30814.augustss