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
*
initialize only ACPI_BUFFER to avoid race condition with passive
ume
2005-08-25
1
-1
/
+8
*
- Remove redundant assertions that the driver lock is not held in attach()
jhb
2005-08-24
1
-5
/
+2
*
Provide the USB device release number along with other parameters
iedowse
2005-08-23
1
-4
/
+4
*
Apply fix for "pr82261 DMA-support on Sparc64 broken"
sos
2005-08-23
2
-5
/
+42
*
On x86 processors, turn off any 'INTERRUPT' capabilities on PMCs
jkoshy
2005-08-22
1
-3
/
+13
*
Return EOPNOTSUPP instead of EINVAL if a PMC allocation request
jkoshy
2005-08-22
1
-1
/
+15
*
Print PMC capabilities at module load time.
jkoshy
2005-08-22
1
-3
/
+9
*
Fix problem on Promise "mio" controllers and 48bit mode caused by last commit
sos
2005-08-22
1
-0
/
+9
*
Turn off sampling modes on the AMD64 till the time I can track down
jkoshy
2005-08-22
1
-0
/
+5
*
if_ral_pccard does not depend on pccard module directly, but rather
imp
2005-08-22
1
-1
/
+0
*
Fix basic rates set for 802.11a/g operating modes. This can significantly
damien
2005-08-21
2
-22
/
+47
*
Enhanced WME (802.11e) support.
damien
2005-08-21
2
-5
/
+65
*
Add some necessary bits for upcoming 802.11e support:
damien
2005-08-20
3
-64
/
+183
*
Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully
damien
2005-08-20
1
-2
/
+1
*
Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.
damien
2005-08-20
1
-6
/
+0
*
Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined.
damien
2005-08-20
1
-6
/
+0
*
Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUAL
damien
2005-08-20
3
-12
/
+18
*
Fixup locking and mark MPSAFE:
jhb
2005-08-18
1
-70
/
+77
*
Fixup locking for sf(4) and mark MPSAFE:
jhb
2005-08-18
2
-53
/
+83
*
In re_shutdown() mark interface as down since otherwise we will panic if
sobomax
2005-08-18
1
-0
/
+7
*
Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
brooks
2005-08-17
1
-1
/
+0
*
- Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.
jhb
2005-08-17
1
-19
/
+8
*
Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
jhb
2005-08-17
1
-9
/
+0
*
Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure
jhb
2005-08-17
2
-0
/
+2
*
don't raise cpu speed over the value when passive cooling is in
ume
2005-08-17
1
-11
/
+24
*
Add support for working around controllers that cannot do DMA in 48bit mode.
sos
2005-08-17
5
-35
/
+97
*
Use the bio field instead of the driver field as intended.
sos
2005-08-17
1
-2
/
+2
*
Catch up to ic_curchan changes by making the same change here that was made
jhb
2005-08-17
1
-1
/
+1
*
Ensure that file flags such as schg, sappnd (and others) are honored
csjp
2005-08-17
1
-8
/
+8
*
Fixup locking in if_my(4) and mark it MPSAFE:
jhb
2005-08-16
2
-104
/
+96
*
- Change the code that determines whether to use a serial console and
marius
2005-08-15
1
-21
/
+21
*
Some preliminary support for Megahertz XJEM and CCEM (same cards really)
imp
2005-08-15
1
-28
/
+159
*
Diff reduction to my tree: commit the trivial part of efforts to add
imp
2005-08-15
2
-2
/
+8
*
* Solve "No PHY found" problem for more Yukon Lite variants.
bz
2005-08-13
1
-25
/
+61
*
fix handling of the current channel (missed in previous commit)
sam
2005-08-13
1
-4
/
+5
*
fix media_status so devd recognizes the device as an 802.11 interface
sam
2005-08-13
1
-1
/
+6
*
correct CTS duration calculation; SIFS+ACK should use the xmit rate not
sam
2005-08-12
1
-2
/
+2
*
Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.
sos
2005-08-12
3
-1
/
+7
*
Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,
njl
2005-08-11
1
-3
/
+2
*
Use device_printf() and if_printf() and remove dc_unit from softc.
jhb
2005-08-10
2
-36
/
+31
*
Use if_printf() and device_printf() and axe sf_unit from the softc as a
jhb
2005-08-10
2
-21
/
+16
*
- Remove pre-new-bus code under #if 0 and some other rotted code under
jhb
2005-08-10
1
-55
/
+2
*
- Use if_printf() and device_printf() instead of outputting my%d:
jhb
2005-08-10
2
-68
/
+47
*
- Use callout_init_mtx() to close races between hme_stop() and hme_tick().
jhb
2005-08-10
1
-57
/
+22
*
Clarify/fix handling of the current channel:
sam
2005-08-10
5
-23
/
+23
*
Remove public declarations of variables that were forgotten when they were
obrien
2005-08-10
3
-5
/
+0
*
Fix FBSDid style nit.
obrien
2005-08-10
1
-1
/
+0
*
Add proper copyright attribution.
obrien
2005-08-10
1
-0
/
+1
*
Call tulip_start() rather than tulip_ifstart() from the interrupt handler
jhb
2005-08-09
1
-1
/
+1
*
There's no reason to check the valence. This allows ciss to work
ps
2005-08-09
2
-8
/
+0
[next]