summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete compatibility glue and improve firewire code readability.kan2014-09-271-10/+11
* Start the process of cleaning up FreeBSD's firewire driver.will2014-09-181-72/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+4
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Some updates and bug squashing in the firewire stack.sbruno2009-02-011-7/+4
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-5/+8
* Teardown interrupt only when sc->ih is not NULL.simokawa2007-03-301-11/+10
* Poll only while interrupt is disabled.simokawa2007-03-191-4/+6
* Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.simokawa2007-03-151-3/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+7
* Better printfimp2006-06-121-1/+1
* The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn'timp2005-07-171-2/+2
* Recognize the integrated (though not necessarily enabled) FireWiremarius2005-05-201-0/+12
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-29/+29
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.simokawa2005-01-061-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix and add deivce ID's.simokawa2004-08-041-3/+7
* Don't output too many debug messages for bootverbose.simokawa2004-07-201-0/+2
* Add some PCI IDs for OHCI chips.simokawa2004-07-171-0/+21
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-2/+3
* Remove the setting of the pci config variables on power state changes.imp2004-06-281-5/+0
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-2/+2
* MFp4: FireWiresimokawa2004-03-261-8/+30
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Add NEC uPD72873.simokawa2004-01-301-0/+4
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-301-25/+44
* * fwohci_pci.csimokawa2004-01-231-3/+9
* MFp4:simokawa2004-01-051-1/+1
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Fix fwmem_strategy() race in 4-stable.simokawa2003-10-251-1/+5
* Make this compiled on RELENG_4.simokawa2003-08-221-0/+5
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-041-6/+7
* Clean up include files.simokawa2003-07-181-0/+2
* Add compatibility for FreeBSD-4.simokawa2003-07-041-1/+4
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-0/+2
* Mega busdma API commit.scottl2003-07-011-1/+4
* Include file clean up.simokawa2003-06-301-0/+4
* Fix several problems related to resume:simokawa2003-06-281-1/+3
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-271-1/+2
* Add id for TI's 1394b link chip.simokawa2003-06-041-0/+4
* Add some IEEE 1394 OHCI chips.simokawa2003-04-241-0/+20
* MFp4(simokawa_firewire):simokawa2003-04-171-25/+52
* Safe PCI configuration.simokawa2003-03-241-2/+6
* Use pci_get_devid().simokawa2003-02-181-1/+1
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.simokawa2003-02-181-0/+4
OpenPOWER on IntegriCloud