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
*
Fix a typo when testing for the NO_C3 quirk.
jhb
2008-02-12
1
-1
/
+1
*
Eliminate BUS_DMA <-> cache incoherencies in USB transfers.
raj
2008-02-12
1
-1
/
+2
*
Add missing \n.
brueffer
2008-02-12
1
-1
/
+1
*
- Revert last ehci.c change
attilio
2008-02-10
1
-1
/
+0
*
After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of the
kib
2008-02-10
1
-0
/
+1
*
Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for
iwasaki
2008-02-10
1
-1
/
+4
*
Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that was
scottl
2008-02-06
1
-1
/
+0
*
Fix a symbol conflict between hptrr and hptmv
scottl
2008-02-06
2
-3
/
+3
*
Update the hptrr driver to version 1.2. This adds port multiplier support
scottl
2008-02-06
11
-21365
/
+22313
*
Update the hptiop driver to version 1.3. This adds support for the 4xxx
scottl
2008-02-03
2
-531
/
+1519
*
Various bug fixes for 2560 parts of ral(4):
sephe
2008-02-03
3
-37
/
+115
*
Remove the rr232x driver. It has been superceded by the hptrr driver.
scottl
2008-02-03
16
-13085
/
+0
*
Fix some bugs in dealing with DCMD'd without data. MegaCli was sending
ambrisko
2008-02-02
2
-58
/
+94
*
Relax the check for a PCI-express chipset by assuming the system is a
jhb
2008-02-01
1
-5
/
+2
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
11
-16
/
+19
*
Fix link state handling in bfe(4).
yongari
2008-01-29
2
-48
/
+88
*
Don't repeat error logging about NOP message sending if
iwasaki
2008-01-28
1
-1
/
+5
*
Only reset driver state when a hardware error is detected.
gallatin
2008-01-28
1
-5
/
+6
*
Return errno value rather than boolean in this context.
iwasaki
2008-01-28
1
-2
/
+6
*
Enter the sleep state immediately without waiting for timeout if
iwasaki
2008-01-27
1
-0
/
+6
*
Fix loading for case where we don't overload tcp_usrreqs by calling tcp_drop ...
kmacy
2008-01-27
1
-1
/
+4
*
fix DISABLE_MBUF_IOVEC case by initializing mbuf header completely
kmacy
2008-01-27
1
-39
/
+11
*
- Fix a typo in a comment.
marius
2008-01-27
1
-8
/
+10
*
Fix a typo in a comment.
marius
2008-01-27
1
-1
/
+1
*
Add a driver for the National Semiconductor DP83815, DP83843 and
marius
2008-01-27
3
-0
/
+529
*
rx mbufs must have a pkthdr; use m_gethdr to populate the rx ring
sam
2008-01-26
1
-1
/
+1
*
Allow arbitrary baud rates, not just the standard ones.
emaste
2008-01-26
1
-22
/
+14
*
Calculate baud rate divisor instead of allowing only a fixed set of
emaste
2008-01-25
2
-35
/
+71
*
Do not dereference NULL scp in the case the screen is not opened.
kib
2008-01-24
1
-0
/
+2
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
2
-10
/
+2
*
Many improvements that have been collected over time:
scottl
2008-01-24
3
-43
/
+146
*
Take advantage of the new physically contiguous 9K jumbos in 8.
gallatin
2008-01-22
2
-3
/
+29
*
Fix build.
yongari
2008-01-21
1
-2
/
+2
*
Overhaul sf(4) to make it run on all architectures and implement
yongari
2008-01-21
2
-965
/
+2122
*
It seems that the firmware for TxGFP does not work at all. I could
yongari
2008-01-21
1
-0
/
+1
*
Import AIC-6915 firmware for GFP from Adaptec.
yongari
2008-01-21
2
-0
/
+235
*
Forced commit to note that sf(4) was repocopied from sys/pci
yongari
2008-01-21
1
-1
/
+1
*
Re-enable pcpu caching by default make sysctl R/W
kmacy
2008-01-19
2
-2
/
+2
*
Add a flag for Ethernet@WireSpeed capability and correct chip revisions.
jkim
2008-01-18
3
-8
/
+12
*
Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).
jkim
2008-01-18
1
-1
/
+1
*
Style changes from avatar.
ambrisko
2008-01-18
2
-48
/
+48
*
First real attempt at proper locking. The locking is a little complicated
ambrisko
2008-01-18
3
-122
/
+253
*
Use m_collapse(9) to collapse mbuf chains instead of relying on
yongari
2008-01-18
1
-1
/
+1
*
- Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and
jhb
2008-01-17
5
-357
/
+5
*
- remove bogus_imm counter
kmacy
2008-01-17
2
-22
/
+26
*
promote ath_defrag to m_collapse (and retire private+unused
sam
2008-01-17
2
-99
/
+1
*
Use pause(9) instead of a tsleep() on a stack variable.
jhb
2008-01-17
1
-1
/
+1
*
Fix lock ordering panic by not calling ether_ioctl with port lock held
kmacy
2008-01-16
1
-2
/
+2
*
Add a header containing constants for the various HPET registers and their
jhb
2008-01-16
2
-23
/
+84
*
Dont accidentally remove a filesocket which is still in use. This gives
remko
2008-01-16
1
-6
/
+9
[next]