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
*
- Don't shift the clock frequency in MHz left by 8 before assigning it
marius
2006-02-03
1
-11
/
+7
*
If the device has a PNPID, don't bother to attach. There were some
imp
2006-02-02
1
-2
/
+5
*
Remove use of inlines and use the functions as a library.
mjacob
2006-02-02
6
-301
/
+312
*
Enable 64bit SGL's on PERC 4/DC
ps
2006-02-02
1
-1
/
+1
*
- Move the command setup from amr_start1 into the card specific submit
ps
2006-02-02
2
-61
/
+60
*
Enable 'complete' rx checksum offloading (i.e. let chip calculate checksums
oleg
2006-02-02
1
-2
/
+3
*
Make sure we don't pick up a loopid that's larger than our
mjacob
2006-02-02
1
-3
/
+12
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
2
-7
/
+10
*
Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets
oleg
2006-02-01
1
-4
/
+10
*
Since bge_rxeof() & bge_txeof() depends on status block data it should be
oleg
2006-02-01
1
-14
/
+16
*
1) Fix link state detection for cards operating in TBI mode (fiber ones)
oleg
2006-02-01
2
-25
/
+31
*
Setting IFF_ALLMULTI on a running interface didn't call bge_setmulti()
ru
2006-02-01
1
-1
/
+4
*
ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as we
imp
2006-01-31
2
-14
/
+24
*
Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs ported
marius
2006-01-31
11
-0
/
+4374
*
make sure that the start and end preloaded MFS markers are
luigi
2006-01-31
1
-4
/
+14
*
Fix forward variable declaration.
rik
2006-01-30
1
-61
/
+68
*
- Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.
flz
2006-01-30
2
-0
/
+5
*
This driver can do hardware VLAN tagging + checksum offloading.
glebius
2006-01-30
2
-3
/
+5
*
Add support for Asus A4D laptops. Currently without display switching
philip
2006-01-29
1
-0
/
+12
*
Add support for Asus A6VM laptops.
philip
2006-01-29
1
-0
/
+12
*
Allow non-P laptops to make use of this module.
philip
2006-01-29
1
-81
/
+233
*
Fix some potential NULL pointer dereferences.
netchild
2006-01-29
1
-27
/
+59
*
Adjust tx power based on user preferences.
damien
2006-01-29
1
-0
/
+3
*
o Fix short preamble support
damien
2006-01-29
3
-60
/
+95
*
o Re-enable scatter/gather
damien
2006-01-29
2
-37
/
+45
*
Tune format scoring so (non)stereo format will get better chance
ariff
2006-01-29
1
-9
/
+17
*
Squash another invalid use of BUS_DMA_ALLOCNOW.
scottl
2006-01-28
1
-1
/
+1
*
Have a function pointer to the routine to call for writing an mbuf
imp
2006-01-27
9
-100
/
+109
*
Call NDFREE() only when vn_open() succeeded.
pjd
2006-01-27
1
-1
/
+1
*
Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.
rik
2006-01-27
6
-0
/
+9271
*
if we are compiling with smbus support, properly depend upon the iic and
jmg
2006-01-27
1
-0
/
+7
*
Create mediachg functions for the 3c503 and hpp cards. This is used
imp
2006-01-27
4
-33
/
+28
*
Style(9) issue: return (foo);
imp
2006-01-27
1
-7
/
+7
*
Transition from ALTPHYS to LINK2. We already document in the ed(4)
imp
2006-01-27
2
-10
/
+14
*
minor nit in comment about what kind of flags these are
imp
2006-01-27
1
-1
/
+1
*
Enable full duplex operation since it works and to solve panic issue.
ariff
2006-01-27
1
-1
/
+1
*
Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggers
mjacob
2006-01-27
1
-0
/
+7
*
When the RAID firmware returns a failure, don't hard error the result.
ambrisko
2006-01-26
1
-9
/
+4
*
Since the A-Z range is contained in the previous check, the else-if is
njl
2006-01-26
1
-3
/
+2
*
- Only touch the LED bit of the (LED) AUXIO register when turning the
marius
2006-01-26
1
-4
/
+9
*
oops
mjacob
2006-01-26
1
-0
/
+3
*
Put in at least an attempt to ID the 2422 (4Gb part)
mjacob
2006-01-26
1
-0
/
+14
*
- Add a umass quirk that should have been part of latest commit.
flz
2006-01-26
1
-0
/
+4
*
Add Product IDs :
flz
2006-01-26
2
-0
/
+16
*
Add support for the JMicron JMB360 SATAII controller.
sos
2006-01-25
3
-24
/
+119
*
Fix typos and clean up some comments.
joel
2006-01-25
3
-10
/
+10
*
The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.
jhb
2006-01-25
1
-0
/
+2
*
Add in the Linux IOCTL shim and create the megadev0 device so
ambrisko
2006-01-24
1
-0
/
+191
*
Do not test for DMA status on legacy ATA devices. This has the unfortunate
sos
2006-01-24
1
-1
/
+2
*
channel.c:
ariff
2006-01-24
2
-10
/
+29
[next]