summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-07-21Fix unused variable warning in fwohci.cDimitry Andric
2021-12-09firewire: plug set-but-not-used varsMateusz Guzik
2021-02-17fwohci: Cast bitfield to uint32_t before passing it to roundup2().John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-11-24fwohci: report whether PhysicalUpperBound register is implementedAndriy Gapon
2016-05-10Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-01-21Fix remote DMA based firewire debugging when targetingWill Andrews
2014-09-27Do not pass whole descriptor block size as align to fwdma_malloc_multisegAlexander Kabaev
2014-09-27Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev
2014-09-18Start the process of cleaning up FreeBSD's firewire driver.Will Andrews
2014-09-18Silence noisy firewire logging.Will Andrews
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-06-21When we see an interrupt status of 0xffffffff, check to see if theWarner Losh
2011-03-11Allocate the DMA memory shared between the host and the controller asMarius Strobl
2010-10-18Fix grammar.Rebecca Cran
2009-02-13Remove redundant while () from loop.Sean Bruno
2009-02-12Enhance debug messages and attempt to unify them into one format where possible.Sean Bruno
2009-02-01Some updates and bug squashing in the firewire stack.Sean Bruno
2008-05-10- Fix panic on detach.Hidetoshi Shimokawa
2008-05-10- Disable interrupts on suspend to eliminate excessiveHidetoshi Shimokawa
2007-06-08Timestamp after sent.Hidetoshi Shimokawa
2007-06-08Fix a race after a bus reset.Hidetoshi Shimokawa
2007-06-07Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa
2007-06-06MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa
2007-04-30MFp4: Improve asynchronous packet receive process.Hidetoshi Shimokawa
2007-04-30MFp4: Add a sysctl knob to disable cycle master mode and add some comments.Hidetoshi Shimokawa
2007-04-30Initialize configuration ROM before a bus reset.Hidetoshi Shimokawa
2007-03-19Wait SCLK to be stable after LPS enabled.Hidetoshi Shimokawa
2007-03-16* Remove xfer->retry_req.Hidetoshi Shimokawa
2007-03-16Less verbose debug messages.Hidetoshi Shimokawa
2007-03-16Detect cycle lost.Hidetoshi Shimokawa
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
2005-03-29fix potential null ptr derefSam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-07-20Don't output too many debug messages for bootverbose.Hidetoshi Shimokawa
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-23Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatDoug Rabson
2004-05-22Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson
2004-05-21Fix spelling.Doug Rabson
2004-03-26MFp4: FireWireHidetoshi Shimokawa
2004-01-30Use device_identify and bus_add_child methods to add a firewireHidetoshi Shimokawa
2004-01-22Add missing free() in exception handlers.Hidetoshi Shimokawa
2004-01-11Sync type of linkspeed with firewire.c.Hidetoshi Shimokawa