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
*
Cap the number of streams supported to two for now.
adrian
2013-08-08
1
-0
/
+14
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
8
-19
/
+20
*
Make the various driver MSIX setup routines fallback to MSI more
jfv
2013-08-06
4
-50
/
+50
*
- Fix a bug in the MSI allocation logic so an MSI is also employed if a
marius
2013-08-06
1
-21
/
+7
*
As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI
marius
2013-08-06
2
-40
/
+41
*
When the igb driver is static there are cases when early interrupts occur,
jfv
2013-08-06
1
-0
/
+4
*
Update ciss(4) with new models of raid controllers from HP
sbruno
2013-08-06
1
-0
/
+9
*
- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified
hrs
2013-08-06
2
-6
/
+6
*
Correct a fat-finger in the last delta.
jfv
2013-08-05
1
-1
/
+1
*
Fixing a typo.
hiren
2013-08-04
1
-1
/
+1
*
Make r253899 compile.
marius
2013-08-03
1
-0
/
+4
*
Const'ify scc_driver_name.
marius
2013-08-02
2
-2
/
+2
*
- Use NULL instead of 0 for pointers.
marius
2013-08-02
4
-7
/
+5
*
- Implement iclear methods for QUICC and SAB 82532. With r253161 in place,
marius
2013-08-02
3
-24
/
+41
*
Add in some definitions required for later iwn(4) device support.
adrian
2013-08-02
1
-5
/
+259
*
Break out the iwn(4) device IDs into if_iwn_devid.h, as well as add
adrian
2013-08-02
3
-48
/
+331
*
Display temperature sensor data. Shows -1 if sensor not
np
2013-08-02
1
-0
/
+30
*
Fix previous commit (r253873). "cong" has one bit per channel but the
np
2013-08-02
1
-1
/
+10
*
Add p_candebug() check to FILEMON_SET_PID ioctl.
hrs
2013-08-02
1
-1
/
+8
*
Set up congestion manager context properly for T5 based cards.
np
2013-08-01
1
-0
/
+16
*
Now that conf/options knows about if_iwn.h, add it to if_iwn.c.
adrian
2013-08-01
1
-0
/
+1
*
iwn(4) debugging improvements.
adrian
2013-08-01
2
-11
/
+113
*
A number of important fixes:
jfv
2013-08-01
1
-24
/
+20
*
Back out r253779 & r253786.
obrien
2013-07-31
10
-399
/
+107
*
Cleanup the allocations when the attachment fails.
rpaulo
2013-07-31
1
-5
/
+8
*
Display SGE tunables in the sysctl tree.
np
2013-07-31
3
-0
/
+22
*
Add the macio attachment for wi(4). Partially obtained from NetBSD.
jhibbits
2013-07-31
1
-0
/
+141
*
Check for ipmi_attached in ipmi_isa_probe as a suggested alternative to
sbruno
2013-07-30
1
-8
/
+8
*
empirical testing showed that 3 seconds is just too slow for GET_DEVICE_ID
sbruno
2013-07-30
1
-1
/
+1
*
After discussions, revert svn r253708.
sbruno
2013-07-30
2
-10
/
+11
*
Fix a printf typo.
scottl
2013-07-30
1
-1
/
+1
*
Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.
rpaulo
2013-07-30
1
-6
/
+6
*
Import OpenBSD's rsu(4) WLAN driver.
rpaulo
2013-07-30
2
-0
/
+3263
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
2
-0
/
+207
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
8
-107
/
+192
*
Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adapters
hselasky
2013-07-29
8
-16
/
+16
*
Use the streaming functions for reading/writing the BAP fields on wi(4). This
jhibbits
2013-07-29
1
-10
/
+4
*
Fix watchdog pretimeout.
alfred
2013-07-27
1
-4
/
+70
*
update ciss debugger command to iterate over multiple raid controllers up to
sbruno
2013-07-27
1
-4
/
+10
*
MFgem r251960: re-check the mgt device object for the requested page
kib
2013-07-27
1
-2
/
+9
*
The pmap_qenter() and pmap_qremove() perform TLB invalidation on its
kib
2013-07-27
1
-10
/
+0
*
At some point after stable/7 the ACPI and ISA interfaces to the IPMI controller
sbruno
2013-07-27
2
-11
/
+10
*
Implement some function tracing.
adrian
2013-07-27
1
-9
/
+293
*
Display a string instead of a numeric code in the linkdnrc sysctl.
np
2013-07-27
1
-2
/
+34
*
Expand the list of devices claimed by cxgbe(4).
np
2013-07-27
1
-11
/
+12
*
Add support for packet-sniffing tracers to cxgbe(4). This works with
np
2013-07-26
7
-22
/
+620
*
Reserve room for ioctls that aren't in this copy of the driver yet.
np
2013-07-26
1
-0
/
+3
*
Assume that all Apple products using interface class 255, subclass 253
hselasky
2013-07-26
1
-0
/
+8
*
Set the device description after we call uart_probe(). In uart_probe()
marcel
2013-07-25
1
-1
/
+7
*
Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal.
mav
2013-07-25
2
-1
/
+9
[next]