index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
firewire
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
2
-2
/
+2
*
- Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.
simokawa
2007-06-16
1
-11
/
+41
*
- Suppress compiler optimization so that orb[1] must be written first.
simokawa
2007-06-14
1
-2
/
+7
*
Timestamp after sent.
simokawa
2007-06-08
2
-4
/
+4
*
Fix a race after a bus reset.
simokawa
2007-06-08
2
-14
/
+16
*
Include now unused var within #if 0 where it come back if the other
mjacob
2007-06-08
1
-0
/
+2
*
Add a tunable hw.firewire.phydma_enable.
simokawa
2007-06-07
3
-6
/
+19
*
Fix a typo to make this file compile
gallatin
2007-06-06
1
-1
/
+1
*
MFp4: MPSAFE firewire stack.
simokawa
2007-06-06
14
-497
/
+849
*
Make sure fwsid is not NULL.
simokawa
2007-05-21
1
-1
/
+3
*
MFp4: Simplify the bus probe routin using a kthread.
simokawa
2007-05-21
2
-349
/
+237
*
- Initialize login->id and fix problem for non-zero login id.
simokawa
2007-05-11
1
-1
/
+2
*
MFp4: Improve asynchronous packet receive process.
simokawa
2007-04-30
2
-32
/
+73
*
MFp4:
simokawa
2007-04-30
1
-9
/
+11
*
MFp4: Fix broken userland API for async packets.
simokawa
2007-04-30
6
-197
/
+247
*
MFp4: Fix typo in recv spd.
simokawa
2007-04-30
1
-1
/
+1
*
MFp4: Add a sysctl knob to disable cycle master mode and add some comments.
simokawa
2007-04-30
1
-1
/
+9
*
MFp4: remove unused fw_asybusy().
simokawa
2007-04-30
2
-15
/
+0
*
MFp4: Simplify tlabel handling
simokawa
2007-04-30
2
-40
/
+30
*
Initialize configuration ROM before a bus reset.
simokawa
2007-04-30
3
-4
/
+5
*
Configuration ROM length should be unsigned.
simokawa
2007-04-24
2
-2
/
+2
*
s/destory/destroy/ (except for the code in contrib/).
pjd
2007-04-16
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
2
-1
/
+2
*
Teardown interrupt only when sc->ih is not NULL.
simokawa
2007-03-30
1
-11
/
+10
*
Free tlabel in fw_xfer_done().
simokawa
2007-03-30
1
-2
/
+1
*
- Don't call fw_busreset() in firewire_attach().
simokawa
2007-03-30
1
-1
/
+0
*
Poll only while interrupt is disabled.
simokawa
2007-03-19
1
-4
/
+6
*
Wait SCLK to be stable after LPS enabled.
simokawa
2007-03-19
1
-0
/
+2
*
Replace xfer->act.hand with xfer->hand.
simokawa
2007-03-16
8
-36
/
+34
*
Remove retry_count.
simokawa
2007-03-16
2
-3
/
+0
*
* Remove xfer->retry_req.
simokawa
2007-03-16
8
-45
/
+4
*
Less verbose debug messages.
simokawa
2007-03-16
1
-3
/
+3
*
Detect cycle lost.
simokawa
2007-03-16
2
-0
/
+19
*
Print warning for large DFLTPHYS.
simokawa
2007-03-16
1
-0
/
+5
*
Support MAXPHYS up to 512KB
simokawa
2007-03-16
1
-2
/
+3
*
Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.
simokawa
2007-03-15
1
-3
/
+1
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
2
-5
/
+3
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-1
/
+7
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
1
-2
/
+2
*
Correct a signedness bug which allowed members of the operator
cperciva
2006-12-06
1
-1
/
+1
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-8
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-4
/
+25
*
Better printf
imp
2006-06-12
1
-1
/
+1
*
Don't type pun accidentally. Instead, be explicit that we're type
imp
2006-02-04
1
-6
/
+8
*
Make tv_sec a time_t on all platforms but alpha. Brings us more in line with
trhodes
2005-12-24
1
-2
/
+2
*
Fix panic when we cannot find self-id of probing nodes.
simokawa
2005-11-25
1
-1
/
+3
*
Fix typo.
glebius
2005-10-11
1
-2
/
+1
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
2
-0
/
+6
*
Big polling(4) cleanup.
glebius
2005-10-01
3
-63
/
+87
[next]