aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Fix unused variable warning in fwohci.cDimitry Andric2022-07-211-2/+9
* firewire: plug set-but-not-used varsMateusz Guzik2021-12-091-13/+31
* fwohci: Cast bitfield to uint32_t before passing it to roundup2().John Baldwin2021-02-171-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* fwohci: report whether PhysicalUpperBound register is implementedAndriy Gapon2016-11-241-0/+10
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-101-4/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-5/+5
* Fix remote DMA based firewire debugging when targetingWill Andrews2015-01-211-8/+16
* Do not pass whole descriptor block size as align to fwdma_malloc_multisegAlexander Kabaev2014-09-271-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-265/+257
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-13/+0
* Silence noisy firewire logging.Will Andrews2014-09-181-4/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+5
* Revert r267961, r267973:Glen Barber2014-06-271-5/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+5
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-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-243/+252
* 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