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
*
r184610 changed the way how TX frames are handled on AX88178 and
yongari
2010-12-08
1
-42
/
+31
*
Introduces IFF_CANTCONFIG interface flag to point that the interface
weongyo
2010-12-07
1
-0
/
+1
*
Add a comment to clarify that some BIOSes may clear the hw watchdog
emaste
2010-12-07
1
-2
/
+3
*
Use proper resource ID's for HPET IRQ resources. This mostly consists of
jhb
2010-12-07
1
-1
/
+19
*
Re-add a status check which sneaked out during r214804.
hselasky
2010-12-07
1
-0
/
+4
*
Set correct maximum I/O length. We can only handle I/O of up to
cperciva
2010-12-06
1
-1
/
+1
*
Fix scanning after loosing a connection. The firmware assumes that as long
bschmidt
2010-12-06
1
-2
/
+19
*
Fixes for monitor mode:
bschmidt
2010-12-06
1
-4
/
+3
*
When masking direct and processor devices during an inquiry, properly
jhb
2010-12-06
1
-1
/
+2
*
When masking direct and processor devices during an inquiry, properly
jhb
2010-12-06
1
-4
/
+4
*
Fix double ;;
kevlo
2010-12-06
4
-5
/
+5
*
For 6000 series and newer devices the DC calibration results are no
bschmidt
2010-12-05
2
-9
/
+29
*
Correct build error.
jfv
2010-12-04
1
-1
/
+0
*
Remove the bogus test in the TX context setup for IPV6,
jfv
2010-12-04
1
-2
/
+0
*
Small cut and paste bug in flow control string fixed.
jfv
2010-12-04
1
-36
/
+32
*
This small little change is a bug that drove me nuts
jfv
2010-12-04
1
-5
/
+1
*
If RX lockup workaround is enabled, fxp(4) will periodically reset
yongari
2010-12-02
1
-4
/
+6
*
Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attached
weongyo
2010-12-01
1
-0
/
+2
*
Add Serial Management Protocol (SMP) passthrough support to CAM.
ken
2010-11-30
5
-7
/
+414
*
- Remove the remaining support for older (in this case pre-7.0-RELEASE)
marius
2010-11-30
1
-47
/
+19
*
Rename a variable to match scvidctl.c.
jkim
2010-11-30
1
-11
/
+11
*
Stop hardcoding default font size.
jkim
2010-11-30
1
-1
/
+1
*
Clean up code a bit to make it more readable.
jkim
2010-11-30
1
-42
/
+40
*
We need to define a cdev variable associated with each USB device,
hselasky
2010-11-30
1
-0
/
+4
*
Clean up code a bit to make it more readable.
jkim
2010-11-29
1
-18
/
+9
*
Honor font size for the video mode when default fonts are compiled in kernel
jkim
2010-11-29
1
-9
/
+35
*
Add new device ids.
sanpei
2010-11-29
2
-0
/
+2
*
Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)
gavin
2010-11-29
2
-0
/
+4
*
Several chipset drivers alter parameters relevant for the DMA tag creation,
marius
2010-11-28
8
-28
/
+33
*
Add initial AX88772A support.
yongari
2010-11-28
2
-4
/
+75
*
Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Include
yongari
2010-11-28
2
-13
/
+26
*
Do full controller initialization in axe_reset() for controllers
yongari
2010-11-28
1
-0
/
+6
*
Make sure to change to currently selected media.
yongari
2010-11-28
1
-0
/
+2
*
Do not reinitialize controller if it's already running.
yongari
2010-11-28
1
-0
/
+3
*
Move axe_reset() to axe_init().
yongari
2010-11-28
1
-2
/
+2
*
Apply GPIO configuration for all CICADA PHYs.
yongari
2010-11-28
1
-2
/
+5
*
Partially revert 208119. We were overwriting tunable settings.
mjacob
2010-11-27
1
-3
/
+0
*
Do hard reset before soft reset for SATA channels. Soft reset reported to be
mav
2010-11-27
1
-1
/
+1
*
Interrupt handler, and stats changes from Michael Tuexen,
jfv
2010-11-27
1
-149
/
+408
*
Allow pause support advertisement to be turned off again.
marius
2010-11-27
2
-0
/
+2
*
Fix build by correcting function name. Pointed out by dougb.
emaste
2010-11-27
1
-1
/
+1
*
and the header...
jfv
2010-11-27
1
-0
/
+3
*
A couple fixes got clobbered, putting them back.
jfv
2010-11-26
1
-13
/
+33
*
Update ixgbe driver to verion 2.3.6
jfv
2010-11-26
18
-1239
/
+7881
*
Unwanted extra call to set_vlan_hw added back by mistake.
jfv
2010-11-26
1
-3
/
+0
*
Fix and implement missing parts of flow control support. This also removes
marius
2010-11-26
3
-35
/
+74
*
Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annex
marius
2010-11-26
1
-1
/
+13
*
- Advertise when the reboot came from a watchdog-induced reset.
attilio
2010-11-26
1
-8
/
+9
*
Enable ethernet flow-control on all alc(4) controllers. This change
yongari
2010-11-26
1
-3
/
+1
*
Enable ethernet flow-control on all jme(4) controllers.
yongari
2010-11-26
1
-3
/
+1
[next]