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
*
Use device_identify and bus_add_child methods to add a firewire
simokawa
2004-01-30
1
-4
/
+13
*
* firewire
simokawa
2004-01-08
1
-17
/
+26
*
Remove __P().
simokawa
2004-01-06
1
-19
/
+19
*
MFp4:
simokawa
2004-01-05
1
-23
/
+7
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Move validity check of 'xfer->fc != NULL' to right place.
simokawa
2003-10-25
1
-4
/
+4
*
Don't check timeout just after booted.
simokawa
2003-10-24
1
-3
/
+15
*
- Introduce hw.firewire.hold_count sysctl MIB by popular demand.
simokawa
2003-10-06
1
-18
/
+24
*
MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.
simokawa
2003-10-02
1
-210
/
+227
*
Comment out verbose debug messages.
simokawa
2003-08-22
1
-0
/
+2
*
Change device name notation.
simokawa
2003-08-05
1
-42
/
+41
*
Clean up include files.
simokawa
2003-07-18
1
-3
/
+0
*
Add some debug messages.
simokawa
2003-07-18
1
-4
/
+6
*
Configuraiton ROM fix:
simokawa
2003-07-09
1
-8
/
+26
*
Include file clean up.
simokawa
2003-06-30
1
-2
/
+3
*
Fix several problems related to resume:
simokawa
2003-06-28
1
-2
/
+16
*
- Enable support for building Configuration ROM.
simokawa
2003-06-15
1
-16
/
+100
*
Allocate zeroed space for fwdev.
simokawa
2003-06-03
1
-1
/
+2
*
- Use moderate gap counts listed in IEEE1394a.
simokawa
2003-05-11
1
-28
/
+32
*
Don't panic for FWXF_START state in fw_xfer_unload().
simokawa
2003-05-05
1
-2
/
+7
*
Set status to FWDEVINVAL if probe failed.
simokawa
2003-04-30
1
-6
/
+7
*
- Improve configuration ROM parser for multiple unit directory.
simokawa
2003-04-26
1
-83
/
+4
*
Fix printf warning for RELENG_4.
simokawa
2003-04-24
1
-0
/
+4
*
MFp4(simokawa_firewire):
simokawa
2003-04-17
1
-235
/
+232
*
- The payload of Write Request Quad must be network byte order.
simokawa
2003-03-24
1
-1
/
+1
*
MFp4(simokawa_sbp)
simokawa
2003-03-06
1
-0
/
+1
*
MFp4(simokawa_sbp branch)
simokawa
2003-02-27
1
-8
/
+4
*
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
[next]