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 detection for the Marvel 88E1149R and treat it just like the
imp
2011-06-30
2
-1
/
+6
*
- Add read-only sysctls for all of the tunables supported by the igb and
jhb
2011-06-29
3
-5
/
+53
*
Add support for a MosChip PCI express serial port adapter.
hselasky
2011-06-29
1
-0
/
+2
*
Fix a corner case in STA beacon processing when a CSA is received but
adrian
2011-06-29
1
-0
/
+10
*
Fix typo in r223648 which was accidentally committed
marius
2011-06-28
1
-1
/
+1
*
- In gem_reset_rx() also reset the RX MAC which is necessary in order to
marius
2011-06-28
2
-48
/
+55
*
Remove duplicate header includes
kevlo
2011-06-28
13
-20
/
+0
*
Make sure the extended regdomain word is initialised.
adrian
2011-06-28
2
-0
/
+3
*
Enable CPUSaver D102 E-step microcode loading for 82551 revision
yongari
2011-06-27
1
-0
/
+2
*
Disable microcode loading for 82550 and 82550C controllers. Loading
yongari
2011-06-27
1
-0
/
+4
*
Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.
ed
2011-06-26
3
-7
/
+7
*
Fix beacon transmission after a channel set.
adrian
2011-06-26
1
-0
/
+21
*
Add ATH_ENABLE_DFS which enables the DFS flag so the DFS code
adrian
2011-06-26
1
-0
/
+3
*
The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the
gavin
2011-06-26
2
-1
/
+1
*
Do not attach to the sound device on G5 Xserves, which is actually an
nwhitehorn
2011-06-26
1
-0
/
+12
*
- Export the USB device ID format to userspace tools.
hselasky
2011-06-25
2
-1
/
+114
*
- Remove duplicate USB ID.
hselasky
2011-06-25
1
-1
/
+0
*
Now that ia64 has been switched to the event timers, remove the
marcel
2011-06-25
1
-4
/
+0
*
Commit missing piece from a couple days ago - re-add ath_hal_debug.
adrian
2011-06-25
1
-2
/
+8
*
Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in line
adrian
2011-06-24
1
-2
/
+2
*
- Export more USB device ID's.
hselasky
2011-06-24
3
-10
/
+25
*
Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver to
jhb
2011-06-24
2
-92
/
+130
*
- Export more USB device ID's.
hselasky
2011-06-24
4
-49
/
+49
*
- Ensure that we get all the required nomatch devd events.
hselasky
2011-06-24
1
-9
/
+10
*
- Move execution of event handlers into the probe and attach function so that
hselasky
2011-06-24
2
-6
/
+34
*
- Export the URIO USB device ID's.
hselasky
2011-06-24
1
-9
/
+12
*
Typo.
jhb
2011-06-24
1
-1
/
+1
*
- Add additional information to the PnP info of USB HUBs children which
hselasky
2011-06-24
2
-8
/
+5
*
- Move all USB device ID arrays into so-called sections,
hselasky
2011-06-24
39
-58
/
+109
*
Put back the global for rx processing due to popular demand.
jfv
2011-06-23
1
-1
/
+5
*
add missing #define for the non-debug case.
adrian
2011-06-23
1
-0
/
+1
*
- Add some comments about the origin of some USB descriptors.
hselasky
2011-06-23
3
-1
/
+10
*
- Add more USB templates for various USB device classes
hselasky
2011-06-23
10
-11
/
+1169
*
Re-introduce a global ath_hal_debug again for now, whilst I figure out what
adrian
2011-06-23
13
-24
/
+43
*
Fix indenting issues introduced by the previous commit.
adrian
2011-06-23
2
-4
/
+4
*
Break out most of the HAL related tweaks into a per-HAL instance,
adrian
2011-06-23
15
-55
/
+77
*
Fix build on ia64 after r223426.
jkim
2011-06-22
1
-0
/
+2
*
Use USB_VENDOR_OVISLINK define rather than the vendor ID.
gavin
2011-06-22
1
-1
/
+1
*
Set negative quality to TSC timecounter when C3 state is enabled for Intel
jkim
2011-06-22
1
-0
/
+2
*
Add a helper routine to conditionally modify the start address of a
jhb
2011-06-22
1
-22
/
+4
*
Remove link state change callback handler. There is no need to
yongari
2011-06-22
2
-28
/
+20
*
Minor cleanup:
imp
2011-06-21
1
-5
/
+16
*
Really spell suppress the right way
imp
2011-06-21
1
-1
/
+1
*
My broken 'u' key scks!
imp
2011-06-21
1
-1
/
+1
*
Fix build with ACPI_DEBUG defined.
jhb
2011-06-21
1
-8
/
+9
*
Supress command completion failure warning when the card isn't
imp
2011-06-21
1
-1
/
+1
*
Supress warning that command didn't complete when the parent bus
imp
2011-06-21
1
-2
/
+2
*
Minor whitespace and style fixes.
jhb
2011-06-21
1
-3
/
+4
*
Use AcpiWalkResources() to parse the resource list from _CRS rather than
jhb
2011-06-21
2
-336
/
+282
*
When we see an interrupt status of 0xffffffff, check to see if the
imp
2011-06-21
1
-2
/
+3
[next]