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
*
Refactor hard-reset implementation in ahci(4).
mav
2011-04-12
2
-14
/
+74
*
Implement automatic SCSI sense fetching for mvs(4).
mav
2011-04-12
2
-38
/
+111
*
Implement automatic SCSI sense fetching for siis(4).
mav
2011-04-12
2
-36
/
+90
*
Implement automatic SCSI sense fetching for ahci(4).
mav
2011-04-12
2
-34
/
+93
*
Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.
mav
2011-04-12
2
-4
/
+81
*
We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCI
hselasky
2011-04-12
3
-15
/
+1
*
De-dup the ar5416 rates array definition.
adrian
2011-04-11
3
-28
/
+13
*
Rework change made at r203146. Instead of reporting all wire errors as
mav
2011-04-11
1
-13
/
+19
*
Don't hardcode assumptions about basic rates, similar to what the rt2661
bschmidt
2011-04-09
2
-21
/
+23
*
Fix the completely wrong types I used in the previous commit.
adrian
2011-04-08
3
-6
/
+6
*
Begin fleshing out a public HAL routine to export the per-chain
adrian
2011-04-08
2
-0
/
+78
*
Export the per-chain ctl/ext noise floor values, raw and uncut, to the
adrian
2011-04-08
3
-0
/
+22
*
Extend the RX descriptor block to include two more EVM words.
adrian
2011-04-08
1
-0
/
+2
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
1
-1
/
+1
*
- Fixed a problem when multiqueue mode was enabled which caused the CQ
davidch
2011-04-07
2
-154
/
+184
*
Fix a bug in mxge's LRO which can cause dup acks to
gallatin
2011-04-07
1
-2
/
+4
*
Add some more OS_MARK probes to the RX DMA setup/teardown code path.
adrian
2011-04-07
2
-0
/
+14
*
Add one more ID for Marvell 88SE912x chip found on Asus U3S6 card.
mav
2011-04-07
1
-0
/
+1
*
Modify read/write ioctls to work with 64 bit registers too.
np
2011-04-07
2
-15
/
+33
*
Update arcmsr(4) to vendor version 1.20.00.21. This release primarily
delphij
2011-04-06
2
-114
/
+196
*
Implement mxge_init()
gallatin
2011-04-06
1
-0
/
+8
*
- Removed multiple console error messages and replaced with statistic
davidch
2011-04-05
2
-221
/
+289
*
Important update for the igb driver:
jfv
2011-04-05
2
-84
/
+110
*
Lower the bar for ACPI-fast on real machines slightly. Empirical evidences
jkim
2011-04-05
1
-8
/
+11
*
Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.
yongari
2011-04-05
2
-17
/
+38
*
Make the alq log path tunable
adrian
2011-04-05
1
-1
/
+5
*
The xpaBiasLvlFreq[] fields in the modal header also need swapping
adrian
2011-04-05
1
-1
/
+4
*
Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.
jkim
2011-04-04
2
-11
/
+10
*
Always check the current minimum value to make the test more predictable.
jkim
2011-04-04
1
-2
/
+2
*
Fix bogus logic to calculate delta between two values from ACPI timers.
jkim
2011-04-04
1
-8
/
+3
*
Lower the bar for ACPI-fast on virtual machines. The current logic depends
jkim
2011-04-04
1
-2
/
+3
*
Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.
jkim
2011-04-04
1
-3
/
+3
*
Commit missing bits from the last commit:
adrian
2011-04-04
3
-1
/
+6
*
Add a HAL capability bit for supporting self-linked RX descriptors and disabl...
adrian
2011-04-04
9
-12
/
+31
*
At least set the coverage class value here; worry about populating the
adrian
2011-04-04
1
-0
/
+1
*
- Fix for missing event if a libUSB USB transfer is started and
hselasky
2011-04-03
1
-4
/
+17
*
- Correct EHCI interrupt disabling at detach.
hselasky
2011-04-03
3
-3
/
+3
*
I missed committing this last time - it's needed for the 5ghz fast clock calc...
adrian
2011-04-03
2
-4
/
+6
*
- Improvements to USB PF solution
hselasky
2011-04-03
4
-75
/
+264
*
Add in the clock timing calculation when Merlin is using the 5ghz fast clock.
adrian
2011-04-03
1
-2
/
+15
*
Import a fix from the ath9k - reduce the TX FIFO size for Kite (AR9285.)
adrian
2011-04-03
1
-1
/
+9
*
Add an explanation of the inivals
adrian
2011-04-03
1
-0
/
+1
*
Import nvram2env, a device driver which imports various NVRAM-style
adrian
2011-04-03
1
-0
/
+317
*
From ath9k - clear the RX descriptor status before recycling it.
adrian
2011-04-02
1
-0
/
+5
*
Add some more debugging
adrian
2011-04-02
1
-0
/
+8
*
Fix to an error condition case, when an mbuf chain
jfv
2011-04-01
1
-16
/
+6
*
Partially revert r184106. RX buffer ring also needs bus_dmamap_sync().
yongari
2011-04-01
1
-2
/
+5
*
Change the refresh_mbuf logic slightly, add an inline
jfv
2011-04-01
2
-10
/
+30
*
64bit DMA caused data corruption. Unfortunately there is no known
yongari
2011-04-01
1
-1
/
+4
*
After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)
kib
2011-04-01
1
-1
/
+1
[next]