summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-168-36/+34
* Remove retry_count.simokawa2007-03-162-3/+0
* * Remove xfer->retry_req.simokawa2007-03-168-45/+4
* Less verbose debug messages.simokawa2007-03-161-3/+3
* Detect cycle lost.simokawa2007-03-162-0/+19
* Print warning for large DFLTPHYS.simokawa2007-03-161-0/+5
* Support MAXPHYS up to 512KBsimokawa2007-03-161-2/+3
* Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.simokawa2007-03-151-3/+1
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-272-5/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+7
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-2/+2
* Correct a signedness bug which allowed members of the operatorcperciva2006-12-061-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-8/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-4/+25
* Better printfimp2006-06-121-1/+1
* Don't type pun accidentally. Instead, be explicit that we're typeimp2006-02-041-6/+8
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
* Fix panic when we cannot find self-id of probing nodes.simokawa2005-11-251-1/+3
OpenPOWER on IntegriCloud