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
*
Remove obsolete compatibility glue and improve firewire code readability.
kan
2014-09-27
1
-81
/
+57
*
Start the process of cleaning up FreeBSD's firewire driver.
will
2014-09-18
1
-24
/
+0
*
- Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+
davide
2013-09-07
1
-5
/
+3
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-2
/
+3
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+0
*
Add necessary include.
phk
2009-09-08
1
-0
/
+1
*
Fix what seems to be an obvious typo preventing the body of the
rdivacky
2009-06-23
1
-1
/
+1
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
MFp4: MPSAFE firewire stack.
simokawa
2007-06-06
1
-40
/
+67
*
MFp4: Fix broken userland API for async packets.
simokawa
2007-04-30
1
-94
/
+185
*
Configuration ROM length should be unsigned.
simokawa
2007-04-24
1
-1
/
+1
*
Replace xfer->act.hand with xfer->hand.
simokawa
2007-03-16
1
-1
/
+1
*
Correct a signedness bug which allowed members of the operator
cperciva
2006-12-06
1
-1
/
+1
*
Merge the dev_clone and dev_clone_cred event handlers into a single
rwatson
2005-08-08
1
-1
/
+2
*
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
[next]