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
*
Move the limiting of the PHY to 10/100 modes of operation due to limitations
marius
2010-11-14
2
-16
/
+23
*
Remove redundant cases and a style(9) bug.
marius
2010-11-14
1
-4
/
+1
*
- Change these drivers to take advantage and use the generic IEEE 802.3
marius
2010-11-14
5
-75
/
+82
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
14
-303
/
+300
*
Workaround build for PAE case for now - revert the PHYS
delphij
2010-11-14
1
-0
/
+4
*
Add the switch config for the XS Stick.
n_hibma
2010-11-13
2
-1
/
+6
*
Fix compiler warnings.
hselasky
2010-11-13
1
-3
/
+3
*
Update to vendor release 1.20.00.19.
delphij
2010-11-13
2
-377
/
+360
*
Fix regression introduced in r215132. Caller always holds a driver
yongari
2010-11-12
1
-4
/
+0
*
Create C1 state when _CST is valid but _CST does not have one. Some BIOSes
jkim
2010-11-12
1
-4
/
+26
*
Add a GPIO driver for the Gateworks Cambria platform.
thompsa
2010-11-11
2
-2
/
+2
*
Add basic WOL support for MCP ethernet controllers. It seems the
yongari
2010-11-11
3
-56
/
+175
*
Return IEEE 1275 compliant error codes.
raj
2010-11-11
1
-8
/
+8
*
Add a man page for usb_quirk module, plus references in other man pages,
n_hibma
2010-11-10
1
-4
/
+7
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-1
/
+1
*
Allow specification of eject method through quirks, so people can test
n_hibma
2010-11-10
3
-29
/
+77
*
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new
jkim
2010-11-10
1
-0
/
+3
*
Make all OF client interface calls return the maximum kind of
nwhitehorn
2010-11-09
1
-6
/
+74
*
Fix typos.
brucec
2010-11-09
9
-41
/
+41
*
Only moderate TX completion interrupts. Relying on taskqueue to
yongari
2010-11-09
1
-1
/
+1
*
Follow the lead of vendor's interrupt moderation mechanism.
yongari
2010-11-08
1
-0
/
+18
*
Recognize the BCM5482S.
jmallett
2010-11-08
2
-0
/
+2
*
Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging and
nwhitehorn
2010-11-08
1
-5
/
+29
*
Consistently use padding `_' in the comment.
jkim
2010-11-08
1
-1
/
+1
*
Reduce spin wait time consumed in GMII register access routine.
yongari
2010-11-08
1
-4
/
+12
*
Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual
mav
2010-11-08
3
-8
/
+42
*
Set the pin to output on attach, we can't assume it already is.
thompsa
2010-11-08
1
-0
/
+3
*
Bugfix: Set the bit that marks a device number in use.
n_hibma
2010-11-07
1
-2
/
+5
*
Fix indentation in r213894.
marius
2010-11-07
1
-1
/
+1
*
Fix a long standing bug in programming station address for Yukon
yongari
2010-11-06
1
-12
/
+13
*
If we got an invalid station address, generate random address. This
yongari
2010-11-06
1
-0
/
+19
*
Mark command submission timeouts as timeouts. This should trigger device
mav
2010-11-06
1
-8
/
+13
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
10
-12
/
+2
*
Add support for odd-sized PIO transfers, sometimes used by ATAPI.
mav
2010-11-06
1
-6
/
+18
*
Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STOR
n_hibma
2010-11-05
2
-8
/
+13
*
Add a forgotten change from the previous commit.
jkim
2010-11-05
1
-1
/
+1
*
Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer is
jkim
2010-11-05
1
-44
/
+34
*
Correct an inverted check in r213893.
marius
2010-11-05
1
-1
/
+1
*
Add simple MAC statistics counter reading support. Unfortunately
yongari
2010-11-05
1
-15
/
+139
*
Implement ucom_set_pnpinfo_usb() providing ttyname and port number
n_hibma
2010-11-05
20
-3
/
+60
*
style(9).
yongari
2010-11-05
1
-3
/
+3
*
Remove extra white spaces.
yongari
2010-11-05
1
-3
/
+3
*
Enable 64bit DMA addressing for RTL810xE/RTL8168/RTL8111 PCIe
yongari
2010-11-05
1
-2
/
+6
*
- Remove an unused entry from the softc (only used in a debugging printf).
n_hibma
2010-11-05
2
-6
/
+5
*
Bugfix: Move the 'at <location string' to the beginning of the attach
n_hibma
2010-11-05
1
-4
/
+3
*
Don't terminate the notification with \n. This is done in
n_hibma
2010-11-04
1
-2
/
+2
*
Add code to warm reset a USB 3.0 port.
hselasky
2010-11-04
2
-4
/
+99
*
Add new USB quirk.
hselasky
2010-11-04
2
-1
/
+2
*
Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device type
jkim
2010-11-03
1
-16
/
+14
*
- Simplify the way unit/subunit allocation is done in ucom.
n_hibma
2010-11-03
20
-157
/
+119
[next]