summaryrefslogtreecommitdiff
path: root/sys/dev/firewire
AgeCommit message (Expand)Author
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2009-05-29Place hostnames and similar information fully under the prison system.Jamie Gritton
2009-04-07Minor updates as a precursor to fixing sbp_targSean Bruno
2009-03-17Reviewed by: scott (scottl@freebsd.org)Sean Bruno
2009-03-09remove now-redunant cardbus attachment.Warner Losh
2009-02-18Enhance debugging mode by storing the string "BB:TT:LL" once and useSean Bruno
2009-02-17Introduce 1394a-2000 extended PHY Self ID packets.Sean Bruno
2009-02-17Simplify some debugging messages and try to consolodate some of the moreSean Bruno
2009-02-17Synopsis:Sean Bruno
2009-02-13Update the Self ID structure to conform to 1394a-2000.Sean Bruno
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-12Update comments around various structs.Sean Bruno
2009-02-09Do not self-initialize a variable.Max Khon
2009-02-09Remove unused variable.Max Khon
2009-02-03Delete fwohci_filt() as it is now unusedSean Bruno
2009-02-01Some updates and bug squashing in the firewire stack.Sean Bruno
2008-10-02Step 1.5 of importing the network stack virtualization infrastructureMarko Zec
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-08-17Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb
2008-05-10- Fix panic on detach.Hidetoshi Shimokawa
2008-05-10- Disable interrupts on suspend to eliminate excessiveHidetoshi Shimokawa
2008-03-25Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-07-20Protect transaction labels by its own lock to reduce lock contention.Hidetoshi Shimokawa
2007-07-15Improve acquisition of transaction labels.Hidetoshi Shimokawa
2007-07-08Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-06-16- Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.Hidetoshi Shimokawa
2007-06-14- Suppress compiler optimization so that orb[1] must be written first.Hidetoshi Shimokawa
2007-06-08Timestamp after sent.Hidetoshi Shimokawa
2007-06-08Fix a race after a bus reset.Hidetoshi Shimokawa
2007-06-08Include now unused var within #if 0 where it come back if the otherMatt Jacob
2007-06-07Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa
2007-06-06Fix a typo to make this file compileAndrew Gallatin
2007-06-06MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa
2007-05-21Make sure fwsid is not NULL.Hidetoshi Shimokawa
2007-05-21MFp4: Simplify the bus probe routin using a kthread.Hidetoshi Shimokawa
2007-05-11- Initialize login->id and fix problem for non-zero login id.Hidetoshi Shimokawa
2007-04-30MFp4: Improve asynchronous packet receive process.Hidetoshi Shimokawa
2007-04-30MFp4:Hidetoshi Shimokawa
2007-04-30MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa
2007-04-30MFp4: Fix typo in recv spd.Hidetoshi Shimokawa
2007-04-30MFp4: Add a sysctl knob to disable cycle master mode and add some comments.Hidetoshi Shimokawa
2007-04-30MFp4: remove unused fw_asybusy().Hidetoshi Shimokawa
2007-04-30MFp4: Simplify tlabel handlingHidetoshi Shimokawa
2007-04-30Initialize configuration ROM before a bus reset.Hidetoshi Shimokawa
2007-04-24Configuration ROM length should be unsigned.Hidetoshi Shimokawa
2007-04-16s/destory/destroy/ (except for the code in contrib/).Pawel Jakub Dawidek
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long