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
...
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
15
-25
/
+0
*
- Introduce ifmedia_baudrate(), which returns correct baudrate of the
glebius
2006-02-14
1
-0
/
+11
*
fix comment and whitespace
sam
2006-02-13
1
-3
/
+2
*
fix merge botch (duplicate processing of cabq for old cards)
sam
2006-02-13
1
-1
/
+0
*
Use a wildcard unit (-1) to device_find_child() in our identify routine to
jhb
2006-02-13
1
-1
/
+1
*
Don't conflict with the DEBUG define.
ambrisko
2006-02-13
1
-1
/
+1
*
Add a reset of the AHCI machinery to the ICH6/ICH7 support.
sos
2006-02-13
1
-0
/
+12
*
Typo: s/fint/find/
glebius
2006-02-12
1
-1
/
+1
*
Add USB polling calls to umass_cam_poll(). This appears to be enough
iedowse
2006-02-12
1
-7
/
+3
*
Fix possible DMA leak and locking violation especially
ariff
2006-02-12
1
-14
/
+15
*
Give the asr softc list global a proper name.
scottl
2006-02-12
1
-5
/
+5
*
Use ETHER_ADDR_LEN rather than 6.
imp
2006-02-11
1
-1
/
+1
*
Improve the memory resoruce allocation and usage during the probe.
imp
2006-02-11
1
-8
/
+29
*
Use the release version as a floor, not an exact match. Add comment to that
imp
2006-02-11
1
-1
/
+4
*
Give ohci_intr a proper return value. In FreeBSD, this is void. Remove
imp
2006-02-11
3
-7
/
+7
*
Update the keyspan product list from NetBSD.
imp
2006-02-11
1
-7
/
+28
*
Do initial cut of SAS HBA support. These controllers (106X) seem to support
mjacob
2006-02-11
5
-223
/
+587
*
Add an OpenIPMI mostly compatible driver. This driver was developed
ambrisko
2006-02-10
4
-0
/
+2081
*
Update for rev 0.9.16.16 hal:
sam
2006-02-10
2
-29
/
+291
*
pad for future statistics
sam
2006-02-09
1
-0
/
+1
*
Minor tx path cleanups:
sam
2006-02-09
1
-13
/
+6
*
correct handling of mbuf allocation failure when replenishing the rx list
sam
2006-02-09
1
-6
/
+13
*
Beacon timer setup fixes:
sam
2006-02-09
2
-11
/
+41
*
only start the cab queue if there are frames to send
sam
2006-02-09
1
-1
/
+1
*
debug fixups: reduce noise msgs, report channel flags on reset failure,
sam
2006-02-09
1
-17
/
+20
*
Phantom beacon miss workaround: track the tsf of the last received
sam
2006-02-09
3
-21
/
+78
*
use a private task queue thread
sam
2006-02-09
2
-6
/
+16
*
add adhoc demo mode support
sam
2006-02-09
2
-7
/
+26
*
make regdomain sysctl r/w in case it's possible to do this in the future
sam
2006-02-09
2
-5
/
+20
*
cleanup rate setup
sam
2006-02-09
1
-21
/
+29
*
add tx99 hooks
sam
2006-02-09
2
-0
/
+20
*
move hal statistics to softc; the per-node stats are overkill, they're
sam
2006-02-09
2
-9
/
+12
*
lookup the protection tx rate index in the rate tables
sam
2006-02-09
1
-2
/
+4
*
honor net80211 mcast tx rate
sam
2006-02-09
2
-6
/
+47
*
craft unique names for tx q + buffer mtx's to help with interpreting ktr data
sam
2006-02-09
1
-6
/
+12
*
allow the size of tx+rx buffer pools to be tuned
sam
2006-02-09
2
-2
/
+19
*
lower try count on mgt (and ctl) frames to avoid clogging the tx queue
sam
2006-02-09
2
-5
/
+11
*
Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.
sos
2006-02-09
3
-65
/
+71
*
Unbreak dump on legacy systems. Needs a more clean solution but that is
sos
2006-02-09
1
-1
/
+2
*
move mgt frame tx rate responsibility from the rate control modules
sam
2006-02-09
5
-42
/
+19
*
sync with latest code in madwifi
sam
2006-02-09
2
-146
/
+185
*
Fix two important typos in watchdog handling:
glebius
2006-02-09
1
-2
/
+2
*
Garbage collect a file that no longe is used (replaced by mpi_log_fc.h).
mjacob
2006-02-08
1
-117
/
+0
*
Detach the children before we delete them. This is a little cleaner
imp
2006-02-07
1
-10
/
+18
*
Since em(4) taskqueue is a new network context, we need to conditionally
glebius
2006-02-07
1
-1
/
+2
*
Unbreak DMA dumo on Intel 31224.
sos
2006-02-06
1
-1
/
+1
*
Convert NULL checks into KASSERT (and move them before the first
netchild
2006-02-05
2
-28
/
+31
*
A pointer was checked for NULL after dereferencing it. The check is not
netchild
2006-02-05
1
-4
/
+4
*
Fix memory leak in some failure cases.
netchild
2006-02-05
1
-2
/
+6
*
Squash a couple more invalid long casts.
scottl
2006-02-05
1
-2
/
+2
[prev]
[next]