summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Enhance debugging mode by storing the string "BB:TT:LL" once and usesbruno2009-02-181-150/+143
* Introduce 1394a-2000 extended PHY Self ID packets.sbruno2009-02-172-8/+29
* Simplify some debugging messages and try to consolodate some of the moresbruno2009-02-171-65/+109
* Synopsis:sbruno2009-02-171-6/+55
* Update the Self ID structure to conform to 1394a-2000.sbruno2009-02-131-18/+50
* 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
* Update comments around various structs.sbruno2009-02-123-9/+27
* Do not self-initialize a variable.fjoe2009-02-092-2/+2
* Remove unused variable.fjoe2009-02-091-2/+1
* Delete fwohci_filt() as it is now unusedsbruno2009-02-031-1/+0
* Some updates and bug squashing in the firewire stack.sbruno2009-02-015-69/+88
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-272-2/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* - Fix panic on detach.simokawa2008-05-102-4/+4
* - Disable interrupts on suspend to eliminate excessivesimokawa2008-05-101-4/+9
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-252-26/+10
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Protect transaction labels by its own lock to reduce lock contention.simokawa2007-07-202-12/+17
* Improve acquisition of transaction labels.simokawa2007-07-152-20/+17
* Fix a bug of retrieving configuration ROM.simokawa2007-07-081-2/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-172-2/+2
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.simokawa2007-06-161-11/+41
* - Suppress compiler optimization so that orb[1] must be written first.simokawa2007-06-141-2/+7
* Timestamp after sent.simokawa2007-06-082-4/+4
* Fix a race after a bus reset.simokawa2007-06-082-14/+16
* Include now unused var within #if 0 where it come back if the othermjacob2007-06-081-0/+2
* Add a tunable hw.firewire.phydma_enable.simokawa2007-06-073-6/+19
* Fix a typo to make this file compilegallatin2007-06-061-1/+1
* MFp4: MPSAFE firewire stack.simokawa2007-06-0614-497/+849
* Make sure fwsid is not NULL.simokawa2007-05-211-1/+3
* MFp4: Simplify the bus probe routin using a kthread.simokawa2007-05-212-349/+237
* - Initialize login->id and fix problem for non-zero login id.simokawa2007-05-111-1/+2
* MFp4: Improve asynchronous packet receive process.simokawa2007-04-302-32/+73
* MFp4:simokawa2007-04-301-9/+11
* MFp4: Fix broken userland API for async packets.simokawa2007-04-306-197/+247
* MFp4: Fix typo in recv spd.simokawa2007-04-301-1/+1
* MFp4: Add a sysctl knob to disable cycle master mode and add some comments.simokawa2007-04-301-1/+9
* MFp4: remove unused fw_asybusy().simokawa2007-04-302-15/+0
* MFp4: Simplify tlabel handlingsimokawa2007-04-302-40/+30
* Initialize configuration ROM before a bus reset.simokawa2007-04-303-4/+5
* Configuration ROM length should be unsigned.simokawa2007-04-242-2/+2
* s/destory/destroy/ (except for the code in contrib/).pjd2007-04-161-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-152-1/+2
* Teardown interrupt only when sc->ih is not NULL.simokawa2007-03-301-11/+10
* Free tlabel in fw_xfer_done().simokawa2007-03-301-2/+1
* - Don't call fw_busreset() in firewire_attach().simokawa2007-03-301-1/+0
* Poll only while interrupt is disabled.simokawa2007-03-191-4/+6
* Wait SCLK to be stable after LPS enabled.simokawa2007-03-191-0/+2
OpenPOWER on IntegriCloud