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
*
Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices.
delphij
2012-08-06
1
-3
/
+9
*
Add support for SIIG Cyber Serial Dual PCI 16C850
eadler
2012-08-05
1
-0
/
+6
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
3
-2
/
+3
*
Update the list of devices supported by the FTDI driver. It might be
hselasky
2012-08-05
3
-6
/
+1258
*
Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segment
adrian
2012-08-05
5
-10
/
+25
*
Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.
adrian
2012-08-05
13
-19
/
+125
*
Minor style nit:
hselasky
2012-08-05
1
-11
/
+12
*
Add additional Perle Speed LE serial cards
eadler
2012-08-05
1
-0
/
+25
*
Remove variables which are initialized but never used thereafter
eadler
2012-08-05
1
-3
/
+0
*
Remove verbose unused commented out debugging printf.
kib
2012-08-04
1
-6
/
+0
*
Support multiple interface devices. The driver had previously hardcoded
gavin
2012-08-04
1
-15
/
+11
*
Add detach logic to SBus variant.
mjacob
2012-08-04
1
-33
/
+59
*
Oops. We only do allocate room for extended commands
mjacob
2012-08-03
1
-10
/
+12
*
Correct a typo.
delphij
2012-08-03
1
-1
/
+1
*
Fix an issue that crept in with the previous descriptor tidyup.
adrian
2012-08-02
1
-2
/
+5
*
Disallow sectorsize larger than MAXPHYS and mediasize smaller than
jh
2012-08-02
1
-6
/
+12
*
fix some signed/unsigned warnings in the netmap code.
luigi
2012-08-02
5
-8
/
+8
*
Add a newline on an error message;
luigi
2012-08-02
1
-7
/
+13
*
CPU_NEXT() already handles wrapping around to the beginning. Also, in a
sbruno
2012-08-02
1
-1
/
+0
*
Several fixes to allow firmware/BIOS flash access from user-level:
mav
2012-08-01
4
-64
/
+41
*
Fix kernel panic on `camcontrol reset` for specific target, caused by
mav
2012-08-01
1
-0
/
+1
*
Add the chip select glue.
imp
2012-08-01
2
-0
/
+6
*
Fix a case of "mis-located braces".
adrian
2012-08-01
1
-2
/
+2
*
Allow 802.11n hardware to support multi-rate retry when RTS/CTS is
adrian
2012-07-31
4
-7
/
+24
*
Restore the PCI bridge configuration upon resume.
adrian
2012-07-31
1
-0
/
+5
*
Clean up some unused leftover code from em
jfv
2012-07-31
1
-74
/
+30
*
Shuffle the call to ath_hal_setuplasttxdesc() to _after_ the rate control
adrian
2012-07-31
2
-31
/
+7
*
Push the rate control and descriptor chaining into the descriptor "set"
adrian
2012-07-31
1
-61
/
+52
*
Add several performance optimizations to acpi_cpu_idle().
mav
2012-07-31
1
-11
/
+21
*
Fix wtap to not panic in wtap_beacon_intrp.
monthadar
2012-07-31
1
-2
/
+6
*
remove a redundant MALLOC_DECLARE
luigi
2012-07-31
1
-4
/
+0
*
- Change back "d_ofs" to int8_t to not pessimize padding and size of "struct ...
fjoe
2012-07-31
2
-6
/
+15
*
Migrate some more TX side setup routines to be methods.
adrian
2012-07-31
6
-18
/
+86
*
Break out the hardware handoff and TX DMA restart code into methods.
adrian
2012-07-31
3
-4
/
+70
*
Placeholder ioctl for an upcoming rate control statistics API change.
adrian
2012-07-31
1
-0
/
+1
*
- move the inclusion of netmap headers to the common part of the code;
luigi
2012-07-30
2
-9
/
+15
*
Return back double spacing.
glebius
2012-07-30
1
-1
/
+1
*
Grr.!$()!$$ I missed checking this in even though I *did* run
mjacob
2012-07-29
1
-1
/
+1
*
Shuffle the rate control call to be consistent with non-aggregate TX.
adrian
2012-07-29
1
-3
/
+3
*
Fix breakage introduced in r238824 - correctly calculate the descriptor
adrian
2012-07-29
1
-1
/
+7
*
Add support for 88E1116R.
hrs
2012-07-28
1
-1
/
+6
*
Add support for Marvell 88F6282.
hrs
2012-07-28
3
-1
/
+5
*
-----------
mjacob
2012-07-28
11
-1016
/
+1841
*
Flesh out the multi-rate retry capability.
adrian
2012-07-28
6
-1
/
+7
*
Commit missing #define from a previous check-in.
adrian
2012-07-28
1
-0
/
+2
*
Flesh out the initial TX FIFO storage for each hardware TX queue.
adrian
2012-07-28
2
-0
/
+51
*
Add a missing call to ath_txdma_teardown().
adrian
2012-07-28
1
-0
/
+1
*
Make this compile again. Also note that it is AT91RM9200+KB9202B
imp
2012-07-27
1
-2
/
+2
*
Tidy up the TX status fields a little and add a couple new flags.
adrian
2012-07-27
1
-9
/
+14
*
Add STBC TX support for AR5416 HAL chips.
adrian
2012-07-27
1
-0
/
+1
[next]