summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ohci_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-161-4/+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/+3
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* Change powerhooks into activate functions, and provide stub powerhookderaadt2010-08-301-2/+2
* 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
* Perform legacy emulation handover for USB1 companion controllers immediatelypascoe2007-03-221-2/+31
* Backout pascoe@'s last USB change because it page faults at attachmentmglocker2007-03-181-55/+3
* Perform legacy emulation handover for USB1 companion controllers immediatelypascoe2007-03-181-3/+55
* Warn the user if the powerhook could not be established during attach. Fordlg2006-05-221-2/+6
* Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud.krw2006-05-221-7/+1
* 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-8/+1
* If the SMM driver had enabled ownership change interrupts, re-enable thempascoe2005-04-211-1/+5
* get rid of the lines on ehci attach that show the version and the companiondlg2005-04-111-6/+1
* make the powerhooks the responsibility of the bus ohci is attached todlg2005-03-301-1/+7
* 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/+6
* cleanup dmesg outputmickey2003-08-111-6/+5
* Sync USB code with NetBSD.nate2003-07-081-23/+35
* i386 configures devices while at spl0, this causes problems if devicesdrahn2002-06-081-1/+7
* Fix more timeout handling issues in ohci. There are still cursed harrdwaremiod2002-06-071-5/+1
* First round of __P removal in sysmillert2002-03-141-4/+4
* Add a timer to reinable the OHCI RHSC (Root Hub Status Change)drahn2001-09-151-1/+5
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* dmesg cleanupderaadt2001-06-131-3/+4
* interrupts cannot happen beforemickey2001-06-121-6/+11
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* fix pretty printderaadt2001-01-221-2/+2
* map and establish interrupts _after_ chip was initializedmickey2001-01-211-8/+8
* sync with NetBSD.fgsch2000-07-041-9/+8
* sync with NetBSD.fgsch1999-11-071-14/+46
* Disable ints. later; NetBSD.fgsch1999-09-271-8/+9
* Disable interrupts early; from NetBSD.fgsch1999-08-231-1/+5
* shorten dmesg output.fgsch1999-08-131-2/+2
* Remove unncessary printfs as well as NetBSD ifdefs.fgsch1999-08-131-41/+9
* USB controllers.fgsch1999-08-131-0/+176