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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clarify a comment slightly
mjacob
2006-12-09
1
-1
/
+1
*
Find another spot where tagged command queueing got
mjacob
2006-12-09
1
-2
/
+7
*
PH! Forgot to do my cross-compile check. Also now rearranged things so
mjacob
2006-12-07
2
-14
/
+17
*
MFP4: principally to reapply tagged command support to FC and SAS cards.
mjacob
2006-12-07
5
-285
/
+389
*
Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.
kevlo
2006-12-07
3
-0
/
+6
*
Don't try to workaround broken apps (if any). If this still the case,
ariff
2006-12-07
1
-16
/
+1
*
Remove comment that is no longer relevant since previous
ariff
2006-12-07
1
-7
/
+0
*
Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x even
jhb
2006-12-06
1
-4
/
+4
*
Drop the iwi softc lock when calling back into net80211 on rx. This fixes a
mlaier
2006-12-06
1
-0
/
+3
*
Fix some edge cases in detach() as well as a memory leak if we fail to
jhb
2006-12-06
1
-2
/
+8
*
Correct a signedness bug which allowed members of the operator
cperciva
2006-12-06
1
-1
/
+1
*
Use our own callout instead of if_slowtimo() for driving lance_watchdog()
marius
2006-12-06
4
-12
/
+25
*
- Use the hme_tick() callout instead of if_slowtimo() for driving
marius
2006-12-06
2
-17
/
+22
*
- Use the gem_tick() callout instead of if_slowtimo() for driving
marius
2006-12-06
2
-22
/
+25
*
- Use our own callout (the dc_tick() callout uses varying periods
marius
2006-12-06
2
-27
/
+35
*
Fix an off by one error in struct nve_tx_desc's frags[] array as a result
jhb
2006-12-05
1
-1
/
+1
*
Make ISPCTL_PLOGX find a handle to log into the management server
mjacob
2006-12-05
3
-75
/
+88
*
Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.
mjacob
2006-12-05
1
-0
/
+1
*
use xpt_print function
mjacob
2006-12-05
1
-3
/
+2
*
const poison
imp
2006-12-05
3
-3
/
+3
*
More properly cleanup the iicbus child when deleting it.
imp
2006-12-05
1
-6
/
+27
*
Reference Hauppage's cxm_iic bit-bang device here.
imp
2006-12-05
1
-0
/
+5
*
- Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day we
jkim
2006-12-04
2
-22
/
+24
*
Use bge_flags to save chipset family and remove dead code while I am here.
jkim
2006-12-04
2
-53
/
+43
*
Fix my error in rev. 1.152
glebius
2006-12-04
1
-1
/
+1
*
Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in the
marius
2006-12-04
1
-1
/
+0
*
- In hme_stop() mask all interrupts.
marius
2006-12-04
1
-45
/
+91
*
Fix a massive couple of botches here: the NVRAM settings
mjacob
2006-12-03
1
-23
/
+15
*
Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-
mjacob
2006-12-03
1
-13
/
+24
*
Forced commit: previous revision just correctly reflected that
mjacob
2006-12-03
1
-1
/
+0
*
Fix a debug message which didn't quite get it right about data direction.
mjacob
2006-12-03
4
-102
/
+163
*
- Probe Davicom DM9102 PHYs.
marius
2006-12-02
1
-30
/
+8
*
- In acphy_service() for the MII_TICK case don't bother to check whether
marius
2006-12-02
1
-30
/
+7
*
- Add another Altima PHY, which is a AC101 workalike and integrated
marius
2006-12-02
1
-1
/
+3
*
- Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurations
marius
2006-12-02
1
-37
/
+9
*
- Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations
marius
2006-12-02
1
-13
/
+3
*
Some style changes to a couple of PHY drivers:
marius
2006-12-02
7
-94
/
+53
*
Add support for Apple Intel/Mac.
ariff
2006-12-02
1
-10
/
+48
*
Add a helper function mii_phy_dev_probe(), which wraps around the
marius
2006-12-02
19
-249
/
+135
*
ALTQify ep(4).
mlaier
2006-12-01
1
-5
/
+7
*
clarify shortcut return
sam
2006-12-01
1
-2
/
+2
*
Grammar nit.
ru
2006-12-01
1
-1
/
+1
*
Add inverted amplifier sense quirk for HP Compaq nx4300.
ariff
2006-12-01
1
-0
/
+1
*
Fix white spaces.
jkim
2006-12-01
1
-1
/
+1
*
Simplify statistics updates, remove redundant register reads, and add
jkim
2006-12-01
2
-28
/
+19
*
Fix the hardware VLAN tagging. TX was broken on little-endian
ru
2006-11-30
1
-2
/
+7
*
o ciss.ko depends on cam and pci.
maxim
2006-11-30
1
-0
/
+2
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
2
-13
/
+19
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
2
-24
/
+18
*
Remove pre-5.3 compatibility ifdefs.
brueffer
2006-11-29
1
-61
/
+0
[next]