aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* MFC 215334:Doug Barton2010-11-221-4/+0
* MFC r214021:Rebecca Cran2010-11-161-2/+2
* MFC r212413: bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-202-3/+3
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-3/+3
* Fix what seems to be an obvious typo preventing the body of theRoman Divacky2009-06-231-1/+1
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-302-5/+11
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+4
* Minor updates as a precursor to fixing sbp_targSean Bruno2009-04-072-2/+6
* Reviewed by: scott (scottl@freebsd.org)Sean Bruno2009-03-171-32/+52
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Enhance debugging mode by storing the string "BB:TT:LL" once and useSean Bruno2009-02-181-150/+143
* Introduce 1394a-2000 extended PHY Self ID packets.Sean Bruno2009-02-172-8/+29
* Simplify some debugging messages and try to consolodate some of the moreSean Bruno2009-02-171-65/+109
* Synopsis:Sean Bruno2009-02-171-6/+55
* Update the Self ID structure to conform to 1394a-2000.Sean Bruno2009-02-131-18/+50
* 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
* Update comments around various structs.Sean Bruno2009-02-123-9/+27
* Do not self-initialize a variable.Max Khon2009-02-092-2/+2
* Remove unused variable.Max Khon2009-02-091-2/+1
* Delete fwohci_filt() as it is now unusedSean Bruno2009-02-031-1/+0
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-015-69/+88
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-1/+1
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-2/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* - Fix panic on detach.Hidetoshi Shimokawa2008-05-102-4/+4
* - Disable interrupts on suspend to eliminate excessiveHidetoshi Shimokawa2008-05-101-4/+9
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-252-26/+10
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Protect transaction labels by its own lock to reduce lock contention.Hidetoshi Shimokawa2007-07-202-12/+17
* Improve acquisition of transaction labels.Hidetoshi Shimokawa2007-07-152-20/+17
* Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa2007-07-081-2/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-172-2/+2
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.Hidetoshi Shimokawa2007-06-161-11/+41
* - Suppress compiler optimization so that orb[1] must be written first.Hidetoshi Shimokawa2007-06-141-2/+7
* Timestamp after sent.Hidetoshi Shimokawa2007-06-082-4/+4
* Fix a race after a bus reset.Hidetoshi Shimokawa2007-06-082-14/+16
* Include now unused var within #if 0 where it come back if the otherMatt Jacob2007-06-081-0/+2
* Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa2007-06-073-6/+19
* Fix a typo to make this file compileAndrew Gallatin2007-06-061-1/+1
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-0614-497/+849
* Make sure fwsid is not NULL.Hidetoshi Shimokawa2007-05-211-1/+3
* MFp4: Simplify the bus probe routin using a kthread.Hidetoshi Shimokawa2007-05-212-349/+237
* - Initialize login->id and fix problem for non-zero login id.Hidetoshi Shimokawa2007-05-111-1/+2
* MFp4: Improve asynchronous packet receive process.Hidetoshi Shimokawa2007-04-302-32/+73
* MFp4:Hidetoshi Shimokawa2007-04-301-9/+11
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-306-197/+247
* MFp4: Fix typo in recv spd.Hidetoshi Shimokawa2007-04-301-1/+1
* MFp4: Add a sysctl knob to disable cycle master mode and add some comments.Hidetoshi Shimokawa2007-04-301-1/+9