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
*
Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...
jimharris
2013-04-12
3
-50
/
+5
*
Add support for passthrough NVMe commands.
jimharris
2013-04-12
3
-0
/
+163
*
Move the busdma mapping functions to nvme_qpair.c.
jimharris
2013-04-12
4
-84
/
+45
*
Remove the NVMe-specific physio and associated routines.
jimharris
2013-04-12
2
-165
/
+2
*
Add a mutex to each namespace, for general locking operations on the namespace.
jimharris
2013-04-12
2
-0
/
+12
*
Rename the controller's fail_req_lock, so that it can be used for other
jimharris
2013-04-12
2
-7
/
+8
*
Do not panic when a busdma mapping operation fails.
jimharris
2013-04-12
2
-5
/
+28
*
Add pciids of the T5 based cards. The ones that I haven't tested with
np
2013-04-11
1
-0
/
+21
*
Cosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).
np
2013-04-11
3
-12
/
+12
*
Auto-reduce the holdoff timers that are greater than the maximum value
np
2013-04-11
1
-1
/
+22
*
Always enable TXOK interrupts when setting up TX queues for EDMA NICs.
adrian
2013-04-11
1
-1
/
+7
*
cxgbe/tom: Slight simplification of code that calculates options2.
np
2013-04-11
2
-10
/
+16
*
Get rid of a couple of stray \n's.
np
2013-04-11
1
-2
/
+2
*
There is no need for elaborate queries and error checking when trying to
np
2013-04-11
1
-18
/
+4
*
- Explain clearly why a different firmware is being installed (if/when
np
2013-04-11
1
-18
/
+57
*
cxgbe(4): Ensure that the MOD_LOAD handler runs before either t4nex or
np
2013-04-11
1
-4
/
+9
*
While investigating a p/r I noted that the camcontrol devlist output for
sbruno
2013-04-10
1
-3
/
+8
*
options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAM
sbruno
2013-04-10
2
-163
/
+0
*
Create controller-level DMA tag, handling range of supported addresses.
mav
2013-04-10
2
-8
/
+28
*
Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,
jfv
2013-04-10
1
-2
/
+1
*
Add ID for ASMedia ASM1042 USB 3.0 controller.
mav
2013-04-10
1
-0
/
+3
*
Proxy allocation requests for the PCI ROM BAR from child devices similar
jhb
2013-04-09
1
-25
/
+35
*
FireWire: Don't allow a tlabel to reference an xfer after free.
will
2013-04-08
1
-3
/
+12
*
Fix this to compile when ATH_DEBUG_ALQ is defined but ATH_DEBUG isn't.
adrian
2013-04-08
1
-1
/
+1
*
Add support for getting and setting BBU properties related to battery
markj
2013-04-08
2
-0
/
+21
*
drm: Right-shift I2C slave address before passing it to aux channel
dumbbell
2013-04-08
1
-1
/
+1
*
Fix regression issue after r248910.
hselasky
2013-04-07
1
-1
/
+1
*
- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related
marius
2013-04-06
31
-35
/
+3
*
Add new USB ID.
hselasky
2013-04-06
2
-0
/
+2
*
- Make ata_str2mode() static, it's not used outside of ata-all.c.
marius
2013-04-06
4
-195
/
+153
*
Remove some more remnants of !ATA_CAM.
marius
2013-04-06
1
-11
/
+0
*
Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as an
marius
2013-04-06
1
-7
/
+23
*
Notify CAM on state* change to a logical volume not status. This resolves
sbruno
2013-04-05
1
-3
/
+5
*
Add a new TX power field - it's inteded to be used where low TX power
adrian
2013-04-05
1
-0
/
+1
*
HAL additions to enable MCI Bluetooth coexistence in the AR9300 HAL.
adrian
2013-04-05
2
-1
/
+20
*
Check status of ahci_em_reset() on attach and abort if reset failed.
mav
2013-04-04
1
-1
/
+4
*
Update comments!
adrian
2013-04-04
1
-4
/
+0
*
Fix the busdma logic to work with EDMA chipsets when using bounce
adrian
2013-04-04
3
-63
/
+84
*
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
mav
2013-04-04
28
-13814
/
+2
*
Correct the multicast handling in the E1000 drivers as was
jfv
2013-04-03
3
-13
/
+89
*
MFP4 change 217313 and part of 222068:
brooks
2013-04-03
1
-0
/
+66
*
Update man page for igb(4) with a little bit of information about
sbruno
2013-04-03
1
-1
/
+2
*
Trailing whitespace cleanup along with 80 column enforcemnt.
sbruno
2013-04-03
4
-1682
/
+1803
*
Since ATA_CAM mode has no implemented support for serializing access to the
mav
2013-04-03
2
-6
/
+22
*
Add some more ATA_CAM ifdefs.
mav
2013-04-03
2
-7
/
+15
*
Add missing ifdef's for reduced feature compilations.
hselasky
2013-04-03
1
-0
/
+4
*
drm and i915: Left-shift iic_msg.slave at creation time
dumbbell
2013-04-03
4
-20
/
+14
*
Add new USB ID.
hselasky
2013-04-03
2
-0
/
+2
*
Do not declare that preloaded md(4) supports unmapped bio requests, it
kib
2013-04-02
1
-1
/
+9
*
Mark a couple of places where I think the dmamap isn't being unmapped
adrian
2013-04-02
1
-0
/
+2
[next]