summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r243857 (partial)Marius Strobl2013-03-091-1/+1
* When we see an interrupt status of 0xffffffff, check to see if theWarner Losh2011-06-211-2/+3
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-2/+2
* Fix grammar.Rebecca Cran2010-10-181-2/+2
* Remove redundant while () from loop.Sean Bruno2009-02-131-1/+1
* Enhance debug messages and attempt to unify them into one format where possible.Sean Bruno2009-02-121-10/+12
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-011-18/+22
* - Fix panic on detach.Hidetoshi Shimokawa2008-05-101-3/+0
* - Disable interrupts on suspend to eliminate excessiveHidetoshi Shimokawa2008-05-101-4/+9
* Timestamp after sent.Hidetoshi Shimokawa2007-06-081-0/+1
* Fix a race after a bus reset.Hidetoshi Shimokawa2007-06-081-3/+4
* Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa2007-06-071-6/+11
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-242/+251
* MFp4: Improve asynchronous packet receive process.Hidetoshi Shimokawa2007-04-301-32/+68
* MFp4: Add a sysctl knob to disable cycle master mode and add some comments.Hidetoshi Shimokawa2007-04-301-1/+9
* Initialize configuration ROM before a bus reset.Hidetoshi Shimokawa2007-04-301-1/+1
* Wait SCLK to be stable after LPS enabled.Hidetoshi Shimokawa2007-03-191-0/+2
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-6/+2
* Less verbose debug messages.Hidetoshi Shimokawa2007-03-161-3/+3
* Detect cycle lost.Hidetoshi Shimokawa2007-03-161-0/+18
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-4/+2
* fix potential null ptr derefSam Leffler2005-03-291-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Don't output too many debug messages for bootverbose.Hidetoshi Shimokawa2004-07-201-11/+11
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatDoug Rabson2004-05-231-0/+7
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-59/+59
* Fix spelling.Doug Rabson2004-05-211-7/+7
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-13/+22
* Use device_identify and bus_add_child methods to add a firewireHidetoshi Shimokawa2004-01-301-1/+0
* Add missing free() in exception handlers.Hidetoshi Shimokawa2004-01-221-0/+1
* Sync type of linkspeed with firewire.c.Hidetoshi Shimokawa2004-01-111-1/+1
* Remove __P().Hidetoshi Shimokawa2004-01-061-28/+28
* MFp4:Hidetoshi Shimokawa2004-01-051-2/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-4/+4
* Reject too large OHCI version number.Hidetoshi Shimokawa2003-10-311-4/+5
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-81/+59
* Comment out verbose debug messages.Hidetoshi Shimokawa2003-08-221-0/+2
* Fill reserved fields of transmitting packets header with zero.Hidetoshi Shimokawa2003-08-201-10/+22
* Remove unused code.Hidetoshi Shimokawa2003-08-191-2/+0
* Allow to access phy registers via ioctl().Hidetoshi Shimokawa2003-08-191-1/+16
* Validate number of iso. DMA channels.Hidetoshi Shimokawa2003-08-121-0/+2
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.Hidetoshi Shimokawa2003-08-041-1/+7
* Clean up fwdev.Hidetoshi Shimokawa2003-08-011-0/+7
* Clean up include files.Hidetoshi Shimokawa2003-07-181-13/+0
* Add compatibility for FreeBSD-4.Hidetoshi Shimokawa2003-07-041-1/+4
* Mega busdma API commit.Scott Long2003-07-011-1/+3
* Include file clean up.Hidetoshi Shimokawa2003-06-301-2/+4
* Fix several problems related to resume:Hidetoshi Shimokawa2003-06-281-2/+20
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.Hidetoshi Shimokawa2003-06-271-2/+1