summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/uhci_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI.bluhm2019-09-051-1/+6
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-161-5/+3
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-2/+2
* use the dying flag in struct usbd_bus instead of a private dying flagjakemsr2010-12-141-3/+3
* Disestablish interrupts if attachment fails.mk2010-10-201-1/+2
* Add some missing UHCI and EHCI register restores on resume. Fixes at leastmlarkin2010-06-291-2/+22
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove unused NetBSD code for dmesg printing.brad2008-05-301-8/+1
* Perform legacy emulation handover for USB1 companion controllers immediatelypascoe2007-03-221-2/+27
* Backout pascoe@'s last USB change because it page faults at attachmentmglocker2007-03-181-27/+2
* Perform legacy emulation handover for USB1 companion controllers immediatelypascoe2007-03-181-2/+27
* Disable interrupts during the attach of UHCI and EHCI controllers. Ifpascoe2006-08-251-7/+14
* device_ptr_t -> struct device *dlg2005-12-301-3/+3
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* get rid of the lines on ehci attach that show the version and the companiondlg2005-04-111-5/+1
* strncpy -> strlcpydlg2004-12-311-4/+3
* do not bother w/ void pci_devinfo() calls and free resources on failuresmickey2004-05-241-1/+4
* ehci support; hacked into working shape by jonathon@gateway.zenbu.netderaadt2004-05-231-1/+5
* cleanup dmesg outputmickey2003-08-111-5/+5
* Sync USB code with NetBSD.nate2003-07-081-42/+53
* First round of __P removal in sysmillert2002-03-141-4/+4
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* interrupts cannot happen beforemickey2001-06-121-6/+12
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* map and establish interrupts _after_ chip was initializedmickey2001-01-211-20/+20
* sync with NetBSD.fgsch2000-07-041-11/+9
* Need a newline now.aaron2000-03-271-2/+2
* Sync with NetBSD.aaron2000-03-261-8/+16
* sync with NetBSD.fgsch1999-11-071-14/+46
* Disable ints. later; NetBSD.fgsch1999-09-271-7/+8
* Disable interrupts early; from NetBSD.fgsch1999-08-231-1/+4
* Remove unncessary printfs as well as NetBSD ifdefs.fgsch1999-08-131-41/+9
* USB controllers.fgsch1999-08-131-0/+184