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
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-8
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-4
/
+25
*
Better printf
imp
2006-06-12
1
-1
/
+1
*
Don't type pun accidentally. Instead, be explicit that we're type
imp
2006-02-04
1
-6
/
+8
*
Make tv_sec a time_t on all platforms but alpha. Brings us more in line with
trhodes
2005-12-24
1
-2
/
+2
*
Fix panic when we cannot find self-id of probing nodes.
simokawa
2005-11-25
1
-1
/
+3
*
Fix typo.
glebius
2005-10-11
1
-2
/
+1
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
2
-0
/
+6
*
Big polling(4) cleanup.
glebius
2005-10-01
3
-63
/
+87
*
Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
brooks
2005-08-17
1
-1
/
+0
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
2
-0
/
+50
*
Merge the dev_clone and dev_clone_cred event handlers into a single
rwatson
2005-08-08
2
-2
/
+3
*
The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn't
imp
2005-07-17
1
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
4
-24
/
+39
*
Recognize the integrated (though not necessarily enabled) FireWire
marius
2005-05-20
2
-0
/
+14
*
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
[next]