summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-271-2/+1
* - Enable support for building Configuration ROM.simokawa2003-06-151-3/+6
* Set recv.len to zero if we get no response.simokawa2003-04-291-1/+4
* Fix indentation.simokawa2003-04-291-13/+13
* Make compiled on RELEGN_4simokawa2003-04-281-1/+2
* Fix printf warnings for i386 with PAE.simokawa2003-04-241-2/+2
* MFp4(simokawa_firewire):simokawa2003-04-171-784/+781
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-241-1/+8
* - improve timeout handling in fwmem.csimokawa2003-03-071-0/+6
* MFp4(simokawa_sbp)simokawa2003-03-061-10/+37
* Set ldesc after dbch->ndesc has initialized.simokawa2003-03-051-3/+2
* Defer allowing async. requests after self ID's have received.simokawa2003-03-031-7/+6
* * firewire.csimokawa2003-02-181-1/+13
* firewire/fwohcisimokawa2003-02-131-37/+39
* Increase atrq.ndesc for if_fwe.simokawa2003-02-091-2/+2
* - Detect split transcation timeout.simokawa2003-02-091-12/+16
* Remove debug message.simokawa2003-02-071-1/+0
* Remove unnecessary M_NOWAIT.simokawa2003-02-031-4/+3
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-10/+17
* Define new malloc type M_FW and use it.simokawa2003-02-011-19/+19
* - replace timeout with callout_*.simokawa2003-02-011-2/+2
* SBP related changes.simokawa2003-01-311-1/+1
OpenPOWER on IntegriCloud