aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* firewire: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* fwohci(4): remove support for Sun PCIO-2 FireWire controllersMarius Strobl2020-12-251-12/+0
* The Uninorth ID was really for Uninorth 2.Warner Losh2018-04-011-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-10/+11
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-72/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+4
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-011-7/+4
* 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