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
...
*
Some updates and bug squashing in the firewire stack.
sbruno
2009-02-01
5
-69
/
+88
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-1
/
+1
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
2
-2
/
+2
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
- Fix panic on detach.
simokawa
2008-05-10
2
-4
/
+4
*
- Disable interrupts on suspend to eliminate excessive
simokawa
2008-05-10
1
-4
/
+9
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
2
-26
/
+10
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Protect transaction labels by its own lock to reduce lock contention.
simokawa
2007-07-20
2
-12
/
+17
*
Improve acquisition of transaction labels.
simokawa
2007-07-15
2
-20
/
+17
*
Fix a bug of retrieving configuration ROM.
simokawa
2007-07-08
1
-2
/
+2
*
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
[prev]
[next]