summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* When we see an interrupt status of 0xffffffff, check to see if theimp2011-06-211-2/+3
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-111-2/+2
* Fix grammar.brucec2010-10-181-2/+2
* Remove redundant while () from loop.sbruno2009-02-131-1/+1
* Enhance debug messages and attempt to unify them into one format where possible.sbruno2009-02-121-10/+12
* Some updates and bug squashing in the firewire stack.sbruno2009-02-011-18/+22
* - Fix panic on detach.simokawa2008-05-101-3/+0
* - Disable interrupts on suspend to eliminate excessivesimokawa2008-05-101-4/+9
* Timestamp after sent.simokawa2007-06-081-0/+1
* Fix a race after a bus reset.simokawa2007-06-081-3/+4
* Add a tunable hw.firewire.phydma_enable.simokawa2007-06-071-6/+11
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-243/+252
* MFp4: Improve asynchronous packet receive process.simokawa2007-04-301-32/+68
* MFp4: Add a sysctl knob to disable cycle master mode and add some comments.simokawa2007-04-301-1/+9
* Initialize configuration ROM before a bus reset.simokawa2007-04-301-1/+1
* Wait SCLK to be stable after LPS enabled.simokawa2007-03-191-0/+2
* * Remove xfer->retry_req.simokawa2007-03-161-6/+2
* Less verbose debug messages.simokawa2007-03-161-3/+3
* Detect cycle lost.simokawa2007-03-161-0/+18
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-4/+2
* fix potential null ptr derefsam2005-03-291-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Don't output too many debug messages for bootverbose.simokawa2004-07-201-11/+11
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatdfr2004-05-231-0/+7
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-59/+59
* Fix spelling.dfr2004-05-211-7/+7
* MFp4: FireWiresimokawa2004-03-261-13/+22
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-301-1/+0
* Add missing free() in exception handlers.simokawa2004-01-221-0/+1
* Sync type of linkspeed with firewire.c.simokawa2004-01-111-1/+1
* Remove __P().simokawa2004-01-061-30/+30
* MFp4:simokawa2004-01-051-2/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-4/+4
* Reject too large OHCI version number.simokawa2003-10-311-4/+5
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-81/+59
* Comment out verbose debug messages.simokawa2003-08-221-0/+2
* Fill reserved fields of transmitting packets header with zero.simokawa2003-08-201-10/+22
* Remove unused code.simokawa2003-08-191-2/+0
* Allow to access phy registers via ioctl().simokawa2003-08-191-1/+16
* Validate number of iso. DMA channels.simokawa2003-08-121-0/+2
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-041-1/+7
* Clean up fwdev.simokawa2003-08-011-0/+7
* Clean up include files.simokawa2003-07-181-13/+0
* Add compatibility for FreeBSD-4.simokawa2003-07-041-1/+4
* Mega busdma API commit.scottl2003-07-011-1/+3
* Include file clean up.simokawa2003-06-301-2/+4
* Fix several problems related to resume:simokawa2003-06-281-2/+20
OpenPOWER on IntegriCloud