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
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
*
fix potential null ptr deref
sam
2005-03-29
1
-4
/
+4
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-29
/
+29
*
Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.
simokawa
2005-01-06
1
-1
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
23
-23
/
+23
*
return after freeing data element, instead of falling through, and using
jmg
2005-01-04
1
-0
/
+1
*
Fix malloc type in free().
simokawa
2004-11-10
1
-1
/
+1
*
Respect _BOOT flag.
simokawa
2004-10-22
2
-6
/
+12
*
Add a missing splx().
simokawa
2004-09-06
1
-0
/
+1
*
Remove an unused variable.
simokawa
2004-08-29
1
-1
/
+1
*
Assert Giant in fwe_start(), as it is not yet MPSAFE.
rwatson
2004-08-18
1
-0
/
+2
*
Since if_fwip doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
Set IFF_NEEDSGIANT for fwe network interface since the firewire
rwatson
2004-08-12
1
-1
/
+2
*
Fix and add deivce ID's.
simokawa
2004-08-04
2
-4
/
+9
*
Avoid casts as lvalues.
kan
2004-07-28
1
-1
/
+1
*
Temporary fix for interoperability with Windows and OS X. A more complete
dfr
2004-07-20
1
-1
/
+1
*
Don't output too many debug messages for bootverbose.
simokawa
2004-07-20
3
-11
/
+16
*
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
*
Add some PCI IDs for OHCI chips.
simokawa
2004-07-17
2
-0
/
+30
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
1
-2
/
+3
*
Remove the setting of the pci config variables on power state changes.
imp
2004-06-28
1
-5
/
+0
*
Fix the description of hw.firewire.sbp.exclusive_login.
simokawa
2004-06-18
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
4
-22
/
+22
*
Fix spelling.
dfr
2004-06-15
1
-2
/
+2
*
If we run out of transmission labels, just re-queue the packet for later
dfr
2004-06-14
2
-4
/
+17
*
Add configuration rom entries for IP over firewire.
dfr
2004-06-13
2
-0
/
+28
*
Add a new driver to support IP over firewire. This driver is intended to
dfr
2004-06-13
2
-0
/
+975
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Don't try to copy out the result payload if there isn't one. This ioctl
dfr
2004-05-23
1
-6
/
+14
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure that
dfr
2004-05-23
1
-0
/
+7
*
Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to
dfr
2004-05-22
18
-573
/
+573
*
Mark the capability of this driver to receive VLAN frames >1500 bytes
yar
2004-05-21
1
-0
/
+1
*
Fix spelling.
dfr
2004-05-21
3
-13
/
+13
*
Don't use the node id as an index into the topology map. This breaks
dfr
2004-05-16
1
-2
/
+21
*
MFp4: FireWire
simokawa
2004-03-26
13
-243
/
+449
*
Fix a bug introduced in rev 1.33(mega API change).
simokawa
2004-03-24
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+2
*
Check that xfer != NULL before dereferencing it, not after.
cperciva
2004-02-22
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-3
/
+3
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use the PCIR_BAR() macro rather than a magic number to specify the BAR
jhb
2004-02-12
1
-1
/
+1
*
Add NEC uPD72873.
simokawa
2004-01-30
2
-0
/
+5
*
Use device_identify and bus_add_child methods to add a firewire
simokawa
2004-01-30
3
-30
/
+57
*
* fwohci_pci.c
simokawa
2004-01-23
2
-10
/
+17
*
Add missing free() in exception handlers.
simokawa
2004-01-22
2
-2
/
+3
*
Sync type of linkspeed with firewire.c.
simokawa
2004-01-11
1
-1
/
+1
[next]