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 problem with RTL8201L PHY. From submitter:
imp
2007-02-08
1
-2
/
+17
*
As VPD support still causes hard hangs on boot with some hardware, add a
rwatson
2007-02-08
1
-2
/
+9
*
Add support for another 3G card and update man page accordingly.
le
2007-02-04
2
-0
/
+6
*
Synaptics TouchPad seems to go back to Relative Mode after the call
dumbbell
2007-02-04
1
-0
/
+10
*
Orion originally wrote and added these files in 2002/2003, so with his
joel
2007-02-04
2
-2
/
+4
*
Fix build (sc->dev => sc->sc_dev).
flz
2007-02-03
1
-1
/
+1
*
Add support for the NetCell NC3000/5000 series SATA RAID cards.
rink
2007-02-03
3
-0
/
+53
*
It turns out we were mallocing too early, so move the allocation so we
imp
2007-02-03
1
-1
/
+5
*
Fix memory leak of devinfop
imp
2007-02-03
1
-2
/
+1
*
Fix possible memory leaks of devinfo.
imp
2007-02-03
1
-2
/
+2
*
Fix non-use, but not memory leak, of devinfop. Set the device's
imp
2007-02-03
1
-39
/
+22
*
Fix memory leak of devinfo. The leak itself was documented in
imp
2007-02-03
1
-122
/
+66
*
Add ALTQ support for aue(4).
mlaier
2007-02-03
1
-5
/
+7
*
We need to free the ivars for the child that we just deleted.
imp
2007-02-03
1
-0
/
+3
*
Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCI
jhb
2007-02-02
1
-0
/
+22
*
Remove dead email address.
joel
2007-02-02
3
-3
/
+3
*
Clean up the BSD license to match the preferred license in
joel
2007-02-02
6
-17
/
+13
*
Add a standard BSD license to these files.
joel
2007-02-02
2
-5
/
+52
*
Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.
kevlo
2007-02-02
1
-15
/
+18
*
Fix huge memory leak within sound buffer (during channel destruction,
ariff
2007-02-01
2
-0
/
+13
*
Fix apparent memory leak (during vchan destruction) that was here
ariff
2007-02-01
1
-0
/
+1
*
- Add 99% of a callout based watchdog. The remaining 1% is waiting
gallatin
2007-01-31
2
-30
/
+168
*
destroy busdma maps even if they are NULL, so as to avoid leaking
gallatin
2007-01-31
1
-18
/
+16
*
Abandon using sleepable locks in favor of mutexes for mxge's if_ioctl
gallatin
2007-01-31
2
-72
/
+83
*
Put #ifndef... after the license.
joel
2007-01-31
1
-2
/
+3
*
s/WHETHERIN/WHETHER IN/ & s/THEPOSSIBILITY/THE POSSIBILITY/ in the
joel
2007-01-31
1
-2
/
+2
*
Minor updates:
gallatin
2007-01-30
2
-3
/
+20
*
Clean up the BSD license to match the preferred license in
joel
2007-01-28
10
-138
/
+160
*
Add support for serial communication with Windows CE based Handheld Computer.
takawata
2007-01-28
1
-0
/
+383
*
Add some vendor IDs mainly from NetBSD.
takawata
2007-01-28
1
-0
/
+5
*
Add speaker control for HP xw4300. This hardware doesn't respond to
ariff
2007-01-28
1
-2
/
+17
*
Add the SMART command to the ATA instruction set.
remko
2007-01-27
1
-0
/
+1
*
Rearrange locking order to avoid LOR (cat /dev/midistat).
ariff
2007-01-27
1
-3
/
+9
*
Massive inlining cleanups/removal to make it survive on WARNS=2.
ariff
2007-01-27
1
-92
/
+90
*
Reduce maximum DMA segments from 128 to 64. We don't need more than that.
ariff
2007-01-27
1
-1
/
+1
*
Total DMA segments should include total number of record channel(s).
ariff
2007-01-26
1
-1
/
+1
*
Fix forever broken ua_chan_setblocksize() uninitialized return value
ariff
2007-01-26
1
-7
/
+13
*
Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to get
ariff
2007-01-26
1
-4
/
+12
*
Add missing MIIBUS_MEDIAINIT() call.
dwhite
2007-01-26
1
-0
/
+1
*
Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used for
dwhite
2007-01-26
2
-3
/
+1
*
Add support for SERDES PHY configurations. These are commonly found in
dwhite
2007-01-26
1
-43
/
+13
*
Whoops- #ifdef problem caused uninitialized transport. Not horribly
mjacob
2007-01-25
1
-1
/
+1
*
The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe can
wpaul
2007-01-25
1
-1
/
+6
*
Add missing function trace for debug prints.
njl
2007-01-23
1
-0
/
+2
*
Remove a PCI ID entry that conflicts with the AMR driver.
scottl
2007-01-23
1
-1
/
+0
*
It seems that enabling Tx and Rx before setting descriptor DMA
yongari
2007-01-23
1
-15
/
+17
*
Clean up some of the various platform and release specific dma tag
mjacob
2007-01-23
3
-47
/
+36
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
9
-27
/
+206
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
14
-39
/
+56
*
Correct a logic bug in the previous change.
marius
2007-01-21
1
-1
/
+1
[next]