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
*
Make sure to take PHY out of power down mode in device attach.
yongari
2007-08-14
1
-0
/
+22
*
Fix a few nits relative to the previous changes:
jhb
2007-08-13
2
-2
/
+9
*
Teach the mfi(4) driver to handle requests from userland management
jhb
2007-08-13
5
-29
/
+217
*
Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)
des
2007-08-13
2
-76
/
+229
*
Expand the data structure returned by the ATA RAID status ioctl to include
jhb
2007-08-13
1
-14
/
+22
*
Replace three copies of the host controller reset sequence that
truckman
2007-08-12
1
-18
/
+38
*
White space cleanups
kmacy
2007-08-10
2
-9
/
+6
*
- In all structures other than port info port is a pointer to a port info,
kmacy
2007-08-10
4
-15
/
+14
*
MFP4(123963): Fixing a possible NULL pointer dereference by making
avatar
2007-08-09
1
-1
/
+1
*
Merge in the AX88178 and AX88772 register definions (along with
imp
2007-08-09
2
-15
/
+65
*
MFP4(123687): Closing another LOR by dropping the driver lock around calls
avatar
2007-08-07
1
-1
/
+3
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
3
-10
/
+2
*
o In order to reduce bug and code duplication fold handling of NICs
marius
2007-08-05
2
-69
/
+31
*
Initialize the rl_vlanctl field of the descriptors to zero (in order
marius
2007-08-05
1
-0
/
+1
*
Set D_NEEDGIANT.
kib
2007-08-04
1
-0
/
+1
*
MFP4(123686): Fixing various ancontrol(8) related panics by dropping locks
avatar
2007-08-02
1
-12
/
+60
*
Call ttyld_close() in nmdmclose() to ensure that nmdm(4)
emax
2007-08-01
1
-1
/
+6
*
Make the driver fully MPSAFE. This fixes some serious locking problems
scottl
2007-07-31
1
-12
/
+32
*
Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.
scottl
2007-07-31
2
-4
/
+0
*
- Fixed a problem that would cause kernel panics and "bce0: discard frame .."
davidch
2007-07-31
3
-119
/
+240
*
Dynamically choose the quality of the ACPI timer depending on whether
njl
2007-07-30
2
-2
/
+4
*
Add missing newline in printf.
imp
2007-07-29
1
-1
/
+1
*
In pci_alloc_map(), restore the original value of the BAR for
marcel
2007-07-29
1
-0
/
+8
*
Use coherent mapping for DMA on arm. This is propably suitable for the
cognet
2007-07-27
1
-0
/
+5
*
Minor Bug fix that will cause panic with some terminal with voice path on USB.
takawata
2007-07-27
1
-3
/
+9
*
First in a series of changes to remove the now-unused Giant compatibility
rwatson
2007-07-27
6
-24
/
+2
*
style(9)
yongari
2007-07-27
1
-2
/
+2
*
Fix up ndis interaction with net80211
thompsa
2007-07-26
1
-59
/
+98
*
Start to converge on standard ways of saying some things like
imp
2007-07-25
1
-86
/
+111
*
Fix absolutely maddening autorepeat bug that would cause the last key
imp
2007-07-25
1
-0
/
+9
*
ums(4) does not work if the mouse defaults to boot protocol. Force
imp
2007-07-25
1
-0
/
+8
*
Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read the
scottl
2007-07-24
8
-0
/
+4384
*
Add support for ShanTou ST268 usb nic. This is from a patch for NetBSD
imp
2007-07-24
1
-0
/
+2
*
Add MSI support.
yongari
2007-07-24
1
-15
/
+80
*
Don't fail on device attach if jumbo frame support was unsuccessful.
yongari
2007-07-24
2
-9
/
+26
*
The HPET appears to be broken on silby's Acer Pentium M system, never
njl
2007-07-22
1
-4
/
+18
*
Change new Wi-Spy device name to Wi-Spy 2.4x.
imp
2007-07-22
1
-1
/
+1
*
WISPY added an X.
imp
2007-07-22
1
-1
/
+1
*
Use bus_get_dma_tag() to obtain the parent DMA tag.
kevlo
2007-07-22
2
-24
/
+29
*
Add some additional devices.
imp
2007-07-22
1
-3
/
+19
*
Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the same
se
2007-07-20
1
-12
/
+17
*
Protect transaction labels by its own lock to reduce lock contention.
simokawa
2007-07-20
2
-12
/
+17
*
Add legacy interrupt handler which would be more appropriate for
yongari
2007-07-20
1
-9
/
+90
*
- Enable static building of mxge(4) and its firmware.
gallatin
2007-07-19
7
-2188
/
+24998
*
Correct RSSI calculation.
sephe
2007-07-17
1
-1
/
+1
*
- integrate most recent changes from vendor branch and upgrade to firmware re...
kmacy
2007-07-17
19
-690
/
+1474
*
- Increase descriptors per call to start
kmacy
2007-07-17
3
-13
/
+10
*
Add support to the ipmi, isa attachment to attempt to read ipmi
ambrisko
2007-07-16
1
-2
/
+79
*
Improve acquisition of transaction labels.
simokawa
2007-07-15
2
-20
/
+17
*
Add support for G965/Q965/GM965/GME965/GME945 AGP.
anholt
2007-07-13
4
-230
/
+387
[next]