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
/
firewire.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix fwdev memory leak on detaching.
simokawa
2003-02-18
1
-5
/
+13
*
* firewire.c
simokawa
2003-02-18
1
-0
/
+6
*
* firewire.c
simokawa
2003-02-17
1
-2
/
+6
*
- Increase split transaction timeout from 2 sec to 6 sec.
simokawa
2003-02-15
1
-3
/
+3
*
firewire/fwohci
simokawa
2003-02-13
1
-8
/
+13
*
Add new ioctl to specify target EUI64 for fwmem.
simokawa
2003-02-09
1
-2
/
+2
*
- Detect split transcation timeout.
simokawa
2003-02-09
1
-48
/
+114
*
Add missing 'static'.
simokawa
2003-02-03
1
-2
/
+2
*
- Take malloc type as an argument in fw_xfer_alloc().
simokawa
2003-02-03
1
-11
/
+13
*
Define new malloc type M_FW and use it.
simokawa
2003-02-01
1
-25
/
+27
*
- replace timeout with callout_*.
simokawa
2003-02-01
1
-31
/
+34
*
Sort device list by eui64 in acendent order correctly.
simokawa
2003-02-01
1
-12
/
+12
*
Restart cycle master after bus manager election.
simokawa
2003-01-30
1
-21
/
+68
*
- Fix build on alpha.
simokawa
2003-01-29
1
-3
/
+2
*
- Improve IT/IR DMA queue management.
simokawa
2003-01-26
1
-178
/
+0
*
Remove FW_SSTDV ioctl. It is not used anymore.
simokawa
2003-01-24
1
-4
/
+10
*
- Add sysctl knob for bus manager. (hw.firewire.try_bmr)
simokawa
2003-01-23
1
-14
/
+13
*
Replace M_DONTWAIT with M_NOWAIT for malloc().
simokawa
2003-01-17
1
-12
/
+12
*
Fix bus manager election process.
simokawa
2003-01-17
1
-16
/
+18
*
Improve memory allocation.
simokawa
2003-01-16
1
-4
/
+4
*
Add DV_PAL for PAL users.
simokawa
2003-01-15
1
-5
/
+5
*
Fix IT DMA underun while bus reset.
simokawa
2003-01-15
1
-0
/
+2
*
Fix for FreeBSD-4.
simokawa
2003-01-14
1
-15
/
+4
*
Minimal fix for DV part.
simokawa
2003-01-13
1
-20
/
+22
*
- Add error messages for bulkxfer.
simokawa
2003-01-09
1
-0
/
+1
*
Don't call fw_bus_probe() twice when successive self-id packets received.
simokawa
2003-01-07
1
-1
/
+9
*
Fix fc->dev to fc->bdev.
simokawa
2003-01-06
1
-1
/
+1
*
Reduce diff to RELENG_4.
simokawa
2003-01-05
1
-0
/
+4
*
- Change definition of fc->maxrec same as fwdev->maxrec.
simokawa
2003-01-05
1
-9
/
+9
*
- Replace printf() with device_printf().
simokawa
2003-01-04
1
-11
/
+11
*
- Propagate suspend/resume to child devices.
simokawa
2003-01-04
1
-0
/
+2
*
Cosmetic change. s/Firewire/FireWire/.
simokawa
2002-12-26
1
-3
/
+3
*
firewire.c
simokawa
2002-12-26
1
-2
/
+2
*
Reduce and improve debug messages.
simokawa
2002-12-06
1
-15
/
+20
*
- Remove unused code.
simokawa
2002-11-12
1
-183
/
+21
*
Split userland services to fwdev.c.
simokawa
2002-11-12
1
-871
/
+5
*
Use struct fw_device in fwmem.c
simokawa
2002-11-12
1
-7
/
+8
*
- Remove unused code.
simokawa
2002-11-12
1
-129
/
+71
*
- Fix printf warnings on 64bit plathome.
simokawa
2002-11-07
1
-1
/
+11
*
fix prototype of asyreqq().
simokawa
2002-10-21
1
-2
/
+3
*
Firewire device support for Apple eMac with PPC kernel.
ikob
2002-09-17
1
-1
/
+1
*
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
ikob
2002-09-13
1
-0
/
+3245