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
...
*
Eliminate bogus seatbelt in wi_cmd. This may have been appropriate
imp
2005-08-29
1
-5
/
+0
*
Fix support for the VIA 6421 controller.
sos
2005-08-29
2
-3
/
+30
*
Global Village appears to be using 0x018c as its vendor ID, but this
imp
2005-08-29
1
-1
/
+6
*
Simplify names.
imp
2005-08-29
1
-6
/
+6
*
Finish conversion to bus space and make ed MP safe.
imp
2005-08-28
11
-236
/
+285
*
- Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.
marius
2005-08-28
1
-8
/
+23
*
Re-enable sampling on the AMD64.
jkoshy
2005-08-27
1
-5
/
+0
*
fix CardBus issue for Compaq R3000 series laptop
jkim
2005-08-26
1
-0
/
+18
*
- Use m_defrag() instead of homerolling our own variant
jhb
2005-08-26
1
-68
/
+55
*
Unbreak compiles with ACPI_DEBUG.
kan
2005-08-26
1
-0
/
+2
*
For FreeBSD 4 binaries, when trying to read from a device that does
ps
2005-08-26
1
-1
/
+8
*
- Remove non-bus-dma code.
jhb
2005-08-25
2
-456
/
+134
*
Major rototill of this driver to add FreeBSD bus-dma support:
jhb
2005-08-25
2
-529
/
+774
*
Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.
sos
2005-08-25
1
-1
/
+3
*
get current temperature from _TMP during passive cooling is active.
ume
2005-08-25
1
-15
/
+33
*
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
[prev]
[next]