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
/
if_fwe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-9
/
+24
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Assert Giant in fwe_start(), as it is not yet MPSAFE.
rwatson
2004-08-18
1
-0
/
+2
*
Set IFF_NEEDSGIANT for fwe network interface since the firewire
rwatson
2004-08-12
1
-1
/
+2
*
Initialize ifp->if_output for FreeBSD-4.
simokawa
2004-07-20
1
-0
/
+3
*
Adjust packet length correctly for FreeBSD-4.
simokawa
2004-07-20
1
-2
/
+4
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to
dfr
2004-05-22
1
-1
/
+1
*
Mark the capability of this driver to receive VLAN frames >1500 bytes
yar
2004-05-21
1
-0
/
+1
*
MFp4: FireWire
simokawa
2004-03-26
1
-21
/
+31
*
* firewire
simokawa
2004-01-08
1
-0
/
+3
*
Remove __P().
simokawa
2004-01-06
1
-6
/
+6
*
Add tunables.
simokawa
2003-11-13
1
-4
/
+10
*
Add compatibility for 4-stable.
simokawa
2003-11-07
1
-0
/
+5
*
Use if_printf() for FWEDEBUG.
simokawa
2003-11-06
1
-7
/
+7
*
- Change driver name to fix if_xname breakage in the previous revision.
simokawa
2003-11-03
1
-3
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-6
/
+5
*
MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.
simokawa
2003-10-02
1
-6
/
+4
*
Drop too short packets.
simokawa
2003-08-19
1
-4
/
+8
*
Workaround for gcc on alpha/ia64.
simokawa
2003-08-01
1
-6
/
+4
*
- Detect full of DMA channel correctly.
simokawa
2003-08-01
1
-2
/
+1
*
Clean up include files.
simokawa
2003-07-18
1
-4
/
+0
*
Add tx_speed sysctl variable.
simokawa
2003-06-10
1
-1
/
+4
*
MFp4(simokawa_firewire):
simokawa
2003-04-17
1
-66
/
+31
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-3
/
+3
*
Clear channel and tag bits before set them.
simokawa
2003-03-19
1
-0
/
+1
*
MFp4(simokawa_sbp)
simokawa
2003-03-06
1
-84
/
+143
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
- Take malloc type as an argument in fw_xfer_alloc().
simokawa
2003-02-03
1
-1
/
+1
*
Define new malloc type M_FW and use it.
simokawa
2003-02-01
1
-2
/
+2
*
Change API of FW_GDEVLST ioctl.
simokawa
2003-01-25
1
-6
/
+9
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Reduce diff to RELENG_4.
simokawa
2003-01-05
1
-3
/
+37
*
Cosmetic change. s/Firewire/FireWire/.
simokawa
2002-12-26
1
-2
/
+2
*
Reduce and improve debug messages.
simokawa
2002-12-06
1
-1
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-16
/
+10
*
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
ikob
2002-09-13
1
-0
/
+597