aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-5/+8
* Teardown interrupt only when sc->ih is not NULL.Hidetoshi Shimokawa2007-03-301-11/+10
* Poll only while interrupt is disabled.Hidetoshi Shimokawa2007-03-191-4/+6
* Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.Hidetoshi Shimokawa2007-03-151-3/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+7
* Better printfWarner Losh2006-06-121-1/+1
* The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn'tWarner Losh2005-07-171-2/+2
* Recognize the integrated (though not necessarily enabled) FireWireMarius Strobl2005-05-201-0/+12
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-29/+29
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.Hidetoshi Shimokawa2005-01-061-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix and add deivce ID's.Hidetoshi Shimokawa2004-08-041-3/+7
* Don't output too many debug messages for bootverbose.Hidetoshi Shimokawa2004-07-201-0/+2
* Add some PCI IDs for OHCI chips.Hidetoshi Shimokawa2004-07-171-0/+21
* Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin2004-07-011-2/+3
* Remove the setting of the pci config variables on power state changes.Warner Losh2004-06-281-5/+0
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-2/+2
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-8/+30
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Add NEC uPD72873.Hidetoshi Shimokawa2004-01-301-0/+4
* Use device_identify and bus_add_child methods to add a firewireHidetoshi Shimokawa2004-01-301-25/+44
* * fwohci_pci.cHidetoshi Shimokawa2004-01-231-3/+9
* MFp4:Hidetoshi Shimokawa2004-01-051-1/+1
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Fix fwmem_strategy() race in 4-stable.Hidetoshi Shimokawa2003-10-251-1/+5
* Make this compiled on RELENG_4.Hidetoshi Shimokawa2003-08-221-0/+5
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.Hidetoshi Shimokawa2003-08-041-6/+7
* Clean up include files.Hidetoshi Shimokawa2003-07-181-0/+2
* Add compatibility for FreeBSD-4.Hidetoshi Shimokawa2003-07-041-1/+4
* All current uses of pci_set_powerstate are bogus, at least in theory.Warner Losh2003-07-031-0/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+4
* Include file clean up.Hidetoshi Shimokawa2003-06-301-0/+4
* Fix several problems related to resume:Hidetoshi Shimokawa2003-06-281-1/+3
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.Hidetoshi Shimokawa2003-06-271-1/+2
* Add id for TI's 1394b link chip.Hidetoshi Shimokawa2003-06-041-0/+4
* Add some IEEE 1394 OHCI chips.Hidetoshi Shimokawa2003-04-241-0/+20
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-25/+52
* Safe PCI configuration.Hidetoshi Shimokawa2003-03-241-2/+6
* Use pci_get_devid().Hidetoshi Shimokawa2003-02-181-1/+1
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.Hidetoshi Shimokawa2003-02-181-0/+4
* Protect calling fwohci_intr() with splfw() for 4-stable.Hidetoshi Shimokawa2003-02-151-1/+3
* Clear the bus reset event flag as soon as possible afterHidetoshi Shimokawa2003-02-141-0/+9
* Define new malloc type M_FW and use it.Hidetoshi Shimokawa2003-02-011-0/+1
* SBP related changes.Hidetoshi Shimokawa2003-01-311-3/+4
* Syntax fix in fwohci_pci_suspend().Hidetoshi Shimokawa2003-01-051-1/+2
* - Replace printf() with device_printf().Hidetoshi Shimokawa2003-01-041-1/+0
* - Propagate suspend/resume to child devices.Hidetoshi Shimokawa2003-01-041-24/+49