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
*
Allocate the DMA memory shared between the host and the controller as
marius
2011-03-11
2
-3
/
+4
*
Remove references to MAKEDEV(8)
dougb
2010-11-15
1
-4
/
+0
*
Fix grammar.
brucec
2010-10-18
1
-2
/
+2
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
2
-3
/
+3
*
Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite the
imp
2010-03-29
1
-1
/
+1
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-3
/
+3
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
2
-3
/
+5
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
2
-3
/
+2
*
Add necessary include.
phk
2009-09-08
2
-2
/
+3
*
Fix what seems to be an obvious typo preventing the body of the
rdivacky
2009-06-23
1
-1
/
+1
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
1
-1
/
+1
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
2
-5
/
+11
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-2
/
+4
*
Minor updates as a precursor to fixing sbp_targ
sbruno
2009-04-07
2
-2
/
+6
*
Reviewed by: scott (scottl@freebsd.org)
sbruno
2009-03-17
1
-32
/
+52
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
Enhance debugging mode by storing the string "BB:TT:LL" once and use
sbruno
2009-02-18
1
-150
/
+143
*
Introduce 1394a-2000 extended PHY Self ID packets.
sbruno
2009-02-17
2
-8
/
+29
*
Simplify some debugging messages and try to consolodate some of the more
sbruno
2009-02-17
1
-65
/
+109
*
Synopsis:
sbruno
2009-02-17
1
-6
/
+55
*
Update the Self ID structure to conform to 1394a-2000.
sbruno
2009-02-13
1
-18
/
+50
*
Remove redundant while () from loop.
sbruno
2009-02-13
1
-1
/
+1
*
Enhance debug messages and attempt to unify them into one format where possible.
sbruno
2009-02-12
1
-10
/
+12
*
Update comments around various structs.
sbruno
2009-02-12
3
-9
/
+27
*
Do not self-initialize a variable.
fjoe
2009-02-09
2
-2
/
+2
*
Remove unused variable.
fjoe
2009-02-09
1
-2
/
+1
*
Delete fwohci_filt() as it is now unused
sbruno
2009-02-03
1
-1
/
+0
*
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
[next]