summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* Temporary fix for polling.Hidetoshi Shimokawa2007-10-251-1/+1
* MFC:Hidetoshi Shimokawa2007-05-071-33/+77
* MFC:Hidetoshi Shimokawa2007-05-071-9/+23
* MFC:Hidetoshi Shimokawa2007-05-071-1/+1
* MFC: rev 1.86Hidetoshi Shimokawa2007-03-301-0/+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
* - Enable support for building Configuration ROM.Hidetoshi Shimokawa2003-06-151-3/+6
* Set recv.len to zero if we get no response.Hidetoshi Shimokawa2003-04-291-1/+4
* Fix indentation.Hidetoshi Shimokawa2003-04-291-13/+13
* Make compiled on RELEGN_4Hidetoshi Shimokawa2003-04-281-1/+2
* Fix printf warnings for i386 with PAE.Hidetoshi Shimokawa2003-04-241-2/+2
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-782/+779
* - The payload of Write Request Quad and Read Response Quad must beHidetoshi Shimokawa2003-03-241-1/+8
* - improve timeout handling in fwmem.cHidetoshi Shimokawa2003-03-071-0/+6
* MFp4(simokawa_sbp)Hidetoshi Shimokawa2003-03-061-10/+37
* Set ldesc after dbch->ndesc has initialized.Hidetoshi Shimokawa2003-03-051-3/+2
* Defer allowing async. requests after self ID's have received.Hidetoshi Shimokawa2003-03-031-7/+6
* * firewire.cHidetoshi Shimokawa2003-02-181-1/+13
* firewire/fwohciHidetoshi Shimokawa2003-02-131-37/+39
* Increase atrq.ndesc for if_fwe.Hidetoshi Shimokawa2003-02-091-2/+2
* - Detect split transcation timeout.Hidetoshi Shimokawa2003-02-091-12/+16