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
*
Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform
thompsa
2009-05-10
4
-0
/
+12
*
push wme parameter setting to the taskq thread; the update callback from
sam
2009-05-09
2
-7
/
+21
*
Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@
imp
2009-05-09
1
-2
/
+0
*
- Fixed incorrect packet length problem caused be earlier change to
davidch
2009-05-08
2
-2
/
+6
*
Drain the tasks before the interface stop call in case a restart was queued.
thompsa
2009-05-08
2
-6
/
+6
*
Add one more board ID with inverted external amplifier control.
mav
2009-05-08
1
-0
/
+1
*
kill more portability functions that are no longer useful
sam
2009-05-08
3
-29
/
+5
*
kill unused OS_GETUPTIME
sam
2009-05-08
2
-11
/
+0
*
Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.
mav
2009-05-07
2
-0
/
+2
*
Add PCI IDs for the Broadcom 5825 incarnation.
philip
2009-05-07
2
-2
/
+6
*
Use a 32 bit type for the interface mask as this equals the max interface
thompsa
2009-05-07
1
-1
/
+2
*
Add the Sierra AC885U and increase the max ports to 8.
thompsa
2009-05-07
1
-1
/
+2
*
- Fix the u3g port detection where it would not calculate the correct number of
thompsa
2009-05-07
1
-50
/
+43
*
Use vendor and product macro expansion to make the device table smaller and
thompsa
2009-05-07
1
-57
/
+56
*
optimize ath_tx_findrix: there's no need to walk the rates table as
sam
2009-05-07
1
-20
/
+18
*
o cleanup checks for which vap combinations are permitted and what to
sam
2009-05-06
1
-20
/
+32
*
add support for the Beacon Not Ready (BNR) interrupt
sam
2009-05-06
3
-2
/
+14
*
Make sure the frame list base address is re-programmed after stopping the USB
thompsa
2009-05-05
1
-37
/
+50
*
Remove USB shutdown methods from device drivers as its the host controllers
thompsa
2009-05-05
12
-150
/
+0
*
Revert part of r191494 which used the udev state to mark suspending, this needs
thompsa
2009-05-05
10
-56
/
+54
*
Change the curvnet variable from a global const struct vnet *,
zec
2009-05-05
1
-2
/
+2
*
Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.
mav
2009-05-03
1
-1
/
+2
*
Remove unused variable and fix spelling in comment.
mav
2009-05-03
1
-2
/
+1
*
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
imp
2009-05-03
11
-0
/
+11773
*
Avoid comparing negative signed to positive unsignad values. It was
mav
2009-05-02
1
-41
/
+11
*
make superg/fast-frames state dynamically-allocated (and indirect off
sam
2009-05-02
1
-7
/
+2
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
21
-1968
/
+681
*
Improve kernel dumping reliability for busy ATA channels:
mav
2009-05-01
3
-11
/
+35
*
Separate multicast filtering of SysKonnect GENESIS and Marvell
yongari
2009-05-01
1
-116
/
+81
*
We need to ref the bss node when sending the beacon since it goes through the
thompsa
2009-04-30
1
-1
/
+1
*
Fix off-by-one bug. S5 state must be checked as well.
jkim
2009-04-30
1
-1
/
+1
*
Fix style(9).
jkim
2009-04-30
1
-2
/
+2
*
Prefer device_printf() over printf() where ever possible.
jkim
2009-04-30
1
-25
/
+29
*
General sleep state change clean up.
jkim
2009-04-30
1
-68
/
+110
*
Add experimental support for SATA interface power management.
mav
2009-04-29
4
-11
/
+19
*
- Change some softc members to be unsigned where more appropriate.
marius
2009-04-28
1
-16
/
+14
*
acpi: do not run resume/backout code when entering S0/S5 states
avg
2009-04-28
1
-73
/
+66
*
fix typo in conditional
kmacy
2009-04-27
1
-1
/
+1
*
collapse the two em_start_locked routines in to one
kmacy
2009-04-27
2
-48
/
+24
*
simplify by removing dead code
kmacy
2009-04-27
1
-49
/
+4
*
remove dead code with reference to IFQ_HANDOFF
kmacy
2009-04-27
1
-26
/
+0
*
Use cached progif instead of reading it again.
jkim
2009-04-27
1
-1
/
+1
*
- Give generic AHCI driver lower priority than device-specific drivers.
jkim
2009-04-27
2
-5
/
+5
*
Reduce code duplication and excessive pci_get_slot() calls.
jkim
2009-04-27
1
-10
/
+10
*
Correct fat finger mistake
jfv
2009-04-27
1
-1
/
+1
*
Reduce excessive pci_get_devid() and pci_get_revid() calls
jkim
2009-04-27
1
-4
/
+8
*
igb_txeof also has a case where the watchdog may not
jfv
2009-04-27
1
-9
/
+8
*
- Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. These
jkim
2009-04-27
3
-8
/
+77
*
Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING
gallatin
2009-04-27
1
-1
/
+1
*
Thanks for Michael Tuexen for tracking down a path where
jfv
2009-04-27
1
-14
/
+21
[next]