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
*
The firmware always sets bit 14 and 15, to get the real associd we need
bschmidt
2010-10-21
1
-1
/
+1
*
Instead of calling return when reaching the end of the assoc notification
bschmidt
2010-10-21
1
-1
/
+1
*
Clarify a misleading comment. The test in pci_reserve_map() was meant to
jhb
2010-10-21
1
-9
/
+9
*
Update PD state firmware definitions: add copyback, system.
pluknet
2010-10-21
1
-1
/
+3
*
Update PCI power management registers per PCI Bus Power Management Interface
jkim
2010-10-20
3
-18
/
+22
*
Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you
jkim
2010-10-20
4
-3
/
+12
*
Do not apply do_power_resume for suspending P2P bridge as we did in r214064.
jkim
2010-10-20
1
-1
/
+1
*
Workaround strange situation when EDMA_RESQIP register returns zero instead
mav
2010-10-20
1
-15
/
+31
*
Some style cleanup:
mav
2010-10-20
3
-44
/
+37
*
Correct handling of shared interrupt in sis_intr(). r212116 incorrectly
yongari
2010-10-20
1
-4
/
+9
*
Add workaround for BCM5906 controller silicon bug. If device
yongari
2010-10-19
2
-0
/
+44
*
Improve the Xen para-virtualized device infrastructure of FreeBSD:
gibbs
2010-10-19
8
-1302
/
+3720
*
Remove undocumented and stale debug.acpi.do_powerstate tunable. It was
jkim
2010-10-19
1
-12
/
+0
*
Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specific
jkim
2010-10-19
3
-96
/
+68
*
There is no reason to call rt_ifmsg(), remove it.
bschmidt
2010-10-19
1
-4
/
+0
*
Make any PCI devices enumerated in ACPI tree honor do_power_resume as well.
jkim
2010-10-19
1
-1
/
+1
*
Remove PCI header type 0 restriction from power state changes. PCI config.
jkim
2010-10-19
1
-3
/
+1
*
Do not apply do_power_resume for suspending case. When do_powerstate was
jkim
2010-10-19
1
-4
/
+3
*
Fix grammar.
brucec
2010-10-18
1
-2
/
+2
*
Set of legacy mode SATA enchancements:
mav
2010-10-18
11
-158
/
+511
*
Revert r213867; while this driver really doesn't use any of the generic
marius
2010-10-18
1
-0
/
+4
*
Allow the MDIOCATTACH ioctl operation to originate from within the kernel.
marcel
2010-10-18
1
-8
/
+16
*
Allow umass to use bigger transactions for USB 3.0 devices. It is less
mav
2010-10-16
1
-0
/
+1
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-1
/
+1
*
Remove unnecessary castings and fix couple of style(9) nits.
jkim
2010-10-15
1
-4
/
+3
*
Move setting power state for children into a separate function as they were
jkim
2010-10-15
1
-38
/
+40
*
Add three new drivers for fan control and temperature reading on the
andreast
2010-10-15
2
-0
/
+590
*
Now that all previous users of mii_phy_probe() have been converted
marius
2010-10-15
2
-16
/
+0
*
Currently only opt_compat.h is included by the mps(4) driver. Also
mdf
2010-10-15
1
-1
/
+4
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
15
-69
/
+72
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
62
-385
/
+285
*
Fixes to mps_user_command():
mdf
2010-10-14
1
-15
/
+8
*
Add new USB device IDs to the list of supported devices.
hselasky
2010-10-14
1
-0
/
+2
*
- Add more USB devices to usbdevs and rename some previously unknown ones.
hselasky
2010-10-14
2
-0
/
+3
*
Add a NetBSD-compatible mii_attach(), which is intended to eventually
marius
2010-10-14
3
-99
/
+255
*
Add more USB device IDs to supported list of devices.
hselasky
2010-10-14
1
-0
/
+2
*
Fix forwarding of Line Register Status changes to TTY layer.
hselasky
2010-10-14
1
-0
/
+26
*
Remove unused EHCI register definition.
hselasky
2010-10-14
2
-3
/
+1
*
Revert most of r197682 (EHCI Hardware BUG workaround). Implement
hselasky
2010-10-14
2
-40
/
+51
*
Just like xmphy(4) this driver doesn't use any of the generic subroutines
marius
2010-10-14
1
-4
/
+0
*
Avoid using endless retransmission at EHCI hardware level, hence this hide
hselasky
2010-10-14
1
-1
/
+2
*
Correct EHCI root HUB interface descriptor.
hselasky
2010-10-14
1
-2
/
+1
*
Correct EHCI port register read.
hselasky
2010-10-14
1
-1
/
+1
*
- Add more USB devices to usbdevs and rename some previously unknown ones.
hselasky
2010-10-14
2
-16
/
+41
*
- Add support for LibUSB in 32-bit compatibility mode.
hselasky
2010-10-14
1
-0
/
+21
*
Revert r213765. This is required because our build infrastructure uses
rpaulo
2010-10-14
2
-2
/
+0
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
8
-1
/
+14
*
Backout r204230. TX mbuf parser for VLAN is still required to
yongari
2010-10-14
1
-7
/
+25
*
It seems some multi-port dc(4) controllers shares SROM of the first
yongari
2010-10-14
2
-0
/
+47
*
Support firmware download.
mdf
2010-10-14
1
-1
/
+37
[next]