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
/
fwdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly hold a reference to the cdev we have just cloned. This
phk
2005-03-31
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-11
/
+11
*
Don't try to copy out the result payload if there isn't one. This ioctl
dfr
2004-05-23
1
-6
/
+14
*
Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to
dfr
2004-05-22
1
-4
/
+4
*
MFp4: FireWire
simokawa
2004-03-26
1
-12
/
+26
*
Fix a bug introduced in rev 1.33(mega API change).
simokawa
2004-03-24
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-3
/
+3
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Add missing free() in exception handlers.
simokawa
2004-01-22
1
-2
/
+2
*
Respect a return code of fwmem_open().
simokawa
2003-11-07
1
-3
/
+3
*
Fix for FW_ASYREQ.
simokawa
2003-10-24
1
-39
/
+36
*
MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.
simokawa
2003-10-02
1
-21
/
+65
*
Fix a bug in fwdev_clone().
simokawa
2003-10-01
1
-1
/
+1
*
Change device name notation.
simokawa
2003-08-05
1
-8
/
+95
*
Clean up fwdev.
simokawa
2003-08-01
1
-208
/
+224
*
Allow retrieval of local Configuration ROM.
simokawa
2003-07-12
1
-7
/
+22
*
Set the local bus address in xfer->dst.
simokawa
2003-04-22
1
-2
/
+2
*
Remove unused code.
simokawa
2003-04-21
1
-70
/
+32
*
MFp4(simokawa_firewire):
simokawa
2003-04-17
1
-294
/
+83
*
MFp4(simokawa_sbp)
simokawa
2003-03-06
1
-6
/
+7
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+10
*
Use canonical format for cdevsw initialization.
phk
2003-03-02
1
-2
/
+13
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-5
/
+5
*
MFp4(simokawa_sbp branch)
simokawa
2003-02-27
1
-0
/
+8
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+2
*
Add new ioctl to specify target EUI64 for fwmem.
simokawa
2003-02-09
1
-1
/
+1
*
Remove unnecessary M_NOWAIT.
simokawa
2003-02-03
1
-4
/
+4
*
- Take malloc type as an argument in fw_xfer_alloc().
simokawa
2003-02-03
1
-3
/
+3
*
Define new malloc type M_FW and use it.
simokawa
2003-02-01
1
-27
/
+27
*
- replace timeout with callout_*.
simokawa
2003-02-01
1
-7
/
+3
*
Restart cycle master after bus manager election.
simokawa
2003-01-30
1
-1
/
+2
*
- Allow multiple packets read/write for IR/IT to reduce system call.
simokawa
2003-01-28
1
-33
/
+43
*
- Improve IT/IR DMA queue management.
simokawa
2003-01-26
1
-29
/
+12
*
Change API of FW_GDEVLST ioctl.
simokawa
2003-01-25
1
-12
/
+18
*
Remove FW_SSTDV ioctl. It is not used anymore.
simokawa
2003-01-24
1
-2
/
+14
*
Replace M_DONTWAIT with M_NOWAIT for malloc().
simokawa
2003-01-17
1
-7
/
+7
*
Detect underrun of IT queue for debugging.
simokawa
2003-01-17
1
-0
/
+4
*
Improve memory allocation.
simokawa
2003-01-16
1
-2
/
+2
*
Add DV_PAL for PAL users.
simokawa
2003-01-15
1
-2
/
+7
*
Minimal fix for DV part.
simokawa
2003-01-13
1
-1
/
+8
*
Use device_printf() and s/fc->dev/fc->bdev/.
simokawa
2003-01-06
1
-2
/
+2
*
- Remove speed_map API because speed_map is obsoleted by 1394a.
simokawa
2003-01-04
1
-5
/
+0
*
fix wording.
simokawa
2002-11-12
1
-1
/
+1
*
Split userland services to fwdev.c.
simokawa
2002-11-12
1
-0
/
+916