| Commit message (Expand) | Author | Age | Files | Lines |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -4/+4 |
* | Use the limited scatter-gather capabilities of ehci, ohci and uhci | iedowse | 2006-05-28 | 1 | -1/+33 |
* | Give ohci_intr a proper return value. In FreeBSD, this is void. Remove | imp | 2006-02-11 | 1 | -2/+2 |
* | Add PCI vendor id for ATI OHCI USB controllers. | ariff | 2006-01-16 | 1 | -0/+11 |
* | Power state management now done in PCI bus code | imp | 2005-06-05 | 1 | -11/+0 |
* | Recognize the integrated USB controllers of Sun PCIO-2 chips which | marius | 2005-05-19 | 1 | -0/+14 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -1/+1 |
* | Pass an explicit pointer to the bus structure in the 'usb' device ivar | jb | 2004-12-28 | 1 | -1/+1 |
* | Make the USB subsystem unloadable and detachable, though currently | iedowse | 2004-08-02 | 1 | -12/+8 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+3 |
* | Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN | shiba | 2003-12-22 | 1 | -0/+40 |
* | Recognize the nForce3 id's. This is mostly cosmetic and affects | peter | 2003-12-17 | 1 | -0/+2 |
* | Sometimes cardbus attachments don't attach, so while we track down | imp | 2003-11-28 | 1 | -0/+1 |
* | Remove explicit cardbus attachments from drivers where this is identical | dfr | 2003-11-03 | 1 | -1/+0 |
* | Recognize the OHCI USB device on Opteron-based nForce3 motherboards | obrien | 2003-09-03 | 1 | -0/+9 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -4/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Enable bus mastering in the attach routine. This appears to fix the | imp | 2003-06-12 | 1 | -0/+2 |
* | These appear to work as cardbus cards too | imp | 2003-02-28 | 1 | -0/+1 |
* | Use uhci_pci_match to return the device description and rework the | joe | 2002-08-18 | 1 | -28/+22 |
* | KNF style the code, ready for an MFC. | joe | 2002-02-17 | 1 | -38/+41 |
* | Fix some bugs in the ohci driver with respect to irq setup failure. | joe | 2002-02-11 | 1 | -3/+4 |
* | Add AMD766 OHCI USB controller. Remove unused VENDORID lists. | peter | 2001-11-06 | 1 | -9/+8 |
* | Set vendor string correctly for the Apple KeyLargo. | benno | 2001-07-05 | 1 | -0/+4 |
* | Add device ID for the OHCI controller in the Apple KeyLargo chip. | benno | 2001-07-02 | 1 | -0/+5 |
* | Remove a couple of leftover unused variables. | msmith | 2000-12-13 | 1 | -1/+0 |
* | We now have the ability to assign the correct IRQ when PNP-OS is turned | nsayer | 2000-12-03 | 1 | -10/+0 |
* | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | phk | 2000-10-29 | 1 | -1/+0 |
* | Only display the 'Disable PNP-OS BIOS option' message on the i386 arch. | jhb | 2000-05-11 | 1 | -0/+2 |
* | Do the attach (and detach) properly. Store the cookies. | n_hibma | 2000-05-07 | 1 | -37/+67 |
* | Add an ID for the SiS 5571. | n_hibma | 2000-03-15 | 1 | -3/+10 |
* | Move the warning on wrong IRQ values to the right place, before any | n_hibma | 2000-02-20 | 1 | -8/+8 |
* | bus_release_resource is spellt like bus_release_resource not like | n_hibma | 2000-01-31 | 1 | -13/+13 |
* | Properly teardown the allocated and initialised stuff when an error | n_hibma | 2000-01-26 | 1 | -31/+38 |
* | Don't set ivars until we checked the return value from device_add_child. | n_hibma | 2000-01-26 | 1 | -1/+1 |
* | Add ID for the AMD-756 OHCI controller | n_hibma | 2000-01-21 | 1 | -0/+9 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+2 |
* | Fix the 'usb0: USB revision unknown, not supported' people have been seeing | n_hibma | 1999-12-03 | 1 | -0/+3 |
* | Remove some bogus bus methods peter added. We are hardly doing | n_hibma | 1999-11-22 | 1 | -6/+1 |
* | Check for a valid irq number before calling BUS_SETUP_INTR. | n_hibma | 1999-10-03 | 1 | -1/+9 |
* | 1) rename dev->self to be consistent | n_hibma | 1999-08-18 | 1 | -32/+47 |
* | Shorten the strings a bit (remove 'Host') | n_hibma | 1999-06-13 | 1 | -6/+6 |
* | Add comment about split in driver | n_hibma | 1999-05-20 | 1 | -1/+6 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+2 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -66/+88 |
* | Cleaning up of code, remove unneeded cruft and make | n_hibma | 1999-03-27 | 1 | -57/+44 |
* | Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren | n_hibma | 1999-02-18 | 1 | -0/+231 |