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
*
Do not disable interrupt without knowing whether the raised
yongari
2011-12-09
2
-18
/
+24
*
Disable all clocks and put PHY into COMA before entering into
yongari
2011-12-07
2
-2
/
+21
*
Consistently use a tab character instead of using either a space or
yongari
2011-12-07
2
-372
/
+372
*
Protect SIOCSIFMTU ioctl handler with driver lock.
yongari
2011-12-07
1
-3
/
+7
*
Implement hardware MAC statistics counter. Counters could be
yongari
2011-12-07
3
-4
/
+283
*
Rework link state tracking and TX/RX MAC configuration.
yongari
2011-12-07
2
-106
/
+124
*
Remove et_enable_intrs(), et_disable_intrs() functions and
yongari
2011-12-07
1
-24
/
+11
*
Controller does not require TX start command for every frame. So
yongari
2011-12-07
2
-10
/
+30
*
Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. This
yongari
2011-12-07
2
-615
/
+579
*
Correct some bInterval USB template descriptor values.
hselasky
2011-12-06
4
-10
/
+10
*
Fix compile warning when using clang to compile the code.
hselasky
2011-12-06
1
-1
/
+1
*
Catch up with Bryan Venteicher's virtio Hg repo:
grehan
2011-12-06
10
-79
/
+196
*
Make et_probe() return BUS_PROBE_DEFAULT such that allow other
yongari
2011-12-06
1
-15
/
+11
*
et(4) supports VLAN oversized frame so correctly set header length.
yongari
2011-12-06
1
-2
/
+4
*
Fix alt(4) support. Also add check for number of available TX
yongari
2011-12-05
1
-18
/
+22
*
Implement suspend/resume methods. Driver has no issue with
yongari
2011-12-05
1
-0
/
+30
*
Remove NetBSD license. r199548 removed all bit macros that were
yongari
2011-12-05
1
-35
/
+0
*
- In mii_attach(9) just set the driver for a newly added miibus(4) instance
marius
2011-12-05
1
-3
/
+3
*
Fix off by one error in mbuf access. Previously it caused panic.
yongari
2011-12-05
1
-6
/
+13
*
add netmap support for "em", "lem", "igb" and "re".
luigi
2011-12-05
4
-0
/
+347
*
revise the implementation of the rings connected to the host stack
luigi
2011-12-05
1
-27
/
+46
*
1. Fix the handling of link reset while in netmap more.
luigi
2011-12-05
8
-582
/
+827
*
Modify the GPIO i2c bus code to allow for arbitrary data/clock
adrian
2011-12-04
1
-14
/
+22
*
Allow the i2c node requirements to be slightly relaxed.
adrian
2011-12-04
3
-4
/
+12
*
Add quirk for Micron RealSSD eUSB failing on unsupported SCSI command
emaste
2011-12-03
2
-0
/
+5
*
Fix a compile warning with clang.
hselasky
2011-12-03
1
-1
/
+1
*
Fix OF_finddevice error return value in case of FDT.
jchandra
2011-12-02
6
-9
/
+11
*
Add hw.ahci.force tunable to control whether AHCI drivers should attach
mav
2011-12-02
3
-3
/
+31
*
Update Westmere uncore event exception list.
fabient
2011-12-02
1
-0
/
+8
*
Fix checks for error return from urtw_alloc_rx_data_list() and
kevlo
2011-12-02
1
-2
/
+2
*
Add a constant for the Advisory Non-Fatal Error bit in AER corrected error
jhb
2011-11-30
1
-0
/
+1
*
Announce flow control capability to PHY drivers and enable flow
yongari
2011-11-28
2
-11
/
+43
*
Reuse flag variable to represent driver internal states rather than
yongari
2011-11-28
2
-19
/
+19
*
sfxge: Add $FreeBSD$ tags to common code files.
philip
2011-11-28
34
-7
/
+96
*
This commit marks the beginning of a new internal USB
hselasky
2011-11-28
1
-0
/
+114
*
Prevent a division by zero with some broken batteries
dumbbell
2011-11-26
1
-0
/
+8
*
Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4)
marius
2011-11-25
2
-3124
/
+0
*
To save more power, switch to 10/100Mbps link when controller is
yongari
2011-11-23
1
-4
/
+76
*
Make sure to stop TX MAC before freeing queued TX frames.
yongari
2011-11-23
1
-5
/
+37
*
Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there are
marius
2011-11-23
1
-0
/
+2
*
- Just use cam_calc_geometry(9) on newer version of FreeBSD rather than
marius
2011-11-23
4
-14
/
+34
*
Use DEVMETHOD_END.
marius
2011-11-23
32
-36
/
+33
*
Probe the BCM5785.
marius
2011-11-23
1
-0
/
+1
*
Sync with NetBSD rev. 1.104
marius
2011-11-23
1
-1
/
+14
*
fix formatting warning using casts. The numbers involved
luigi
2011-11-23
1
-4
/
+4
*
Re-lock the ath lock after ath_reset() has been called.
adrian
2011-11-23
1
-0
/
+1
*
Remove unused variable mii.
kevlo
2011-11-23
1
-2
/
+0
*
Flesh out the TX aggregation completion statistics.
adrian
2011-11-23
3
-5
/
+16
*
Disable accepting frames in re_stop() to put RX MAC into idle state.
yongari
2011-11-23
1
-3
/
+15
*
Perform media change after setting IFF_DRV_RUNNING flag. Without it,
yongari
2011-11-22
1
-2
/
+2
[next]