]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
fix a bug in the computation of the userspace offset for a give netmap buffer.
[FreeBSD/FreeBSD.git] / sys / dev /
2013-04-15 luigifix a bug in the computation of the userspace offset...
2013-04-14 impPrint MB and GB instead of MiB and GiB mislabeled as...
2013-04-14 kibUsnure that PCI bus BIS_GET_DMA_TAG() method sees the...
2013-04-14 mavMFprojects/camlock r248982:
2013-04-14 hirenFixing a clang warning indicating uninitialized variabl...
2013-04-14 hirenImprove/correct a comment. We now support a lot more...
2013-04-12 rstoneCosmetic change: make a comment reference Sandy Bridge...
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 jimharrisRemove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_N...
2013-04-12 jimharrisAdd support for passthrough NVMe commands.
2013-04-12 jimharrisMove the busdma mapping functions to nvme_qpair.c.
2013-04-12 jimharrisRemove the NVMe-specific physio and associated routines.
2013-04-12 jimharrisAdd a mutex to each namespace, for general locking...
2013-04-12 jimharrisRename the controller's fail_req_lock, so that it can...
2013-04-12 jimharrisDo not panic when a busdma mapping operation fails.
2013-04-11 npAdd pciids of the T5 based cards. The ones that I...
2013-04-11 npCosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).
2013-04-11 npAuto-reduce the holdoff timers that are greater than...
2013-04-11 adrianAlways enable TXOK interrupts when setting up TX queues...
2013-04-11 npcxgbe/tom: Slight simplification of code that calculate...
2013-04-11 npGet rid of a couple of stray \n's.
2013-04-11 npThere is no need for elaborate queries and error checki...
2013-04-11 np- Explain clearly why a different firmware is being...
2013-04-11 npcxgbe(4): Ensure that the MOD_LOAD handler runs before...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-10 sbrunoWhile investigating a p/r I noted that the camcontrol...
2013-04-10 sbrunooptions DPT_HANDLE_TIMEOUTS hasn't worked since dpt...
2013-04-10 mavCreate controller-level DMA tag, handling range of...
2013-04-10 jfvSimplify allocate_legacy code, txr pointer was breaking...
2013-04-10 mavAdd ID for ASMedia ASM1042 USB 3.0 controller.
2013-04-09 jhbProxy allocation requests for the PCI ROM BAR from...
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 willFireWire: Don't allow a tlabel to reference an xfer...
2013-04-08 adrianFix this to compile when ATH_DEBUG_ALQ is defined but...
2013-04-08 markjAdd support for getting and setting BBU properties...
2013-04-08 dumbbelldrm: Right-shift I2C slave address before passing it...
2013-04-07 hselaskyFix regression issue after r248910.
2013-04-06 marius- With the demise of !ATA_CAM, ATA_STATIC_ID is the...
2013-04-06 hselaskyAdd new USB ID.
2013-04-06 marius- Make ata_str2mode() static, it's not used outside...
2013-04-06 mariusRemove some more remnants of !ATA_CAM.
2013-04-06 mariusUnbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48...
2013-04-06 mmMFV r248217:
2013-04-05 sbrunoNotify CAM on state* change to a logical volume not...
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-05 adrianAdd a new TX power field - it's inteded to be used...
2013-04-05 adrianHAL additions to enable MCI Bluetooth coexistence in...
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-04 mavCheck status of ahci_em_reset() on attach and abort...
2013-04-04 adrianUpdate comments!
2013-04-04 adrianFix the busdma logic to work with EDMA chipsets when...
2013-04-04 mavRemove all legacy ATA code parts, not used since option...
2013-04-03 jfvCorrect the multicast handling in the E1000 drivers...
2013-04-03 brooksMFP4 change 217313 and part of 222068:
2013-04-03 sbrunoUpdate man page for igb(4) with a little bit of informa...
2013-04-03 sbrunoTrailing whitespace cleanup along with 80 column enforc...
2013-04-03 mavSince ATA_CAM mode has no implemented support for seria...
2013-04-03 mavAdd some more ATA_CAM ifdefs.
2013-04-03 hselaskyAdd missing ifdef's for reduced feature compilations.
2013-04-03 dumbbelldrm and i915: Left-shift iic_msg.slave at creation...
2013-04-03 hselaskyAdd new USB ID.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-02 kibDo not declare that preloaded md(4) supports unmapped...
2013-04-02 adrianMark a couple of places where I think the dmamap isn...
2013-04-02 adrianSome TX dmamap cleanups.
2013-04-02 adrianAdd a missing unmap; if we're freeing this mbuf then...
2013-04-02 yongariFix a typo.
2013-04-01 adrianEnsure that we only call the busdma unmap/flush routine...
2013-04-01 adrianRemove an un-needed comment.
2013-04-01 adrianUse ATH_MAX_SCATTER rather than ATH_TXDESC.
2013-04-01 adrianOnly unmap the RX mbuf DMA map if there's a buffer...
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-04-01 jimharrisAdd unmapped bio support to nvme(4) and nvd(4).
2013-04-01 mavSlightly tune locking to not call xpt_alloc_ccb() that...
2013-04-01 ianFix low-level uart drivers that set their fifo sizes...
2013-03-31 ianAccommodate uart devices with large FIFOs (or DMA buffe...
2013-03-30 npcxgbe(4): Add support for Chelsio's Terminator 5 ...
2013-03-29 jimharrisAdd "type" to nvme_request, signifying if its payload...
2013-03-29 jfvChange the define in the header to eliminate unnecessar...
2013-03-29 jfvChange defines in the igb driver to allow an easier...
2013-03-29 jfvTwo small fixes:
2013-03-28 sbrunoUpdate hwpmc to support Haswell class processors.
2013-03-28 jimharrisRemove obsolete comment. This code has now been tested...
2013-03-28 jimharrisDelete extra IO qpairs allocated based on number of...
2013-03-28 sbrunoRestore DB_COMMAND capabilities of ciss(4) for debuggin...
2013-03-28 mavExcept one case mps(4) driver does not touch the data...
2013-03-28 sbrunoFix compile of ciss(4) with CISS_DEBUG defined
2013-03-27 jkimLimit the amount of video memory we map for the driver...
2013-03-27 mavAdd Subsystem ID field to the quirk table. Use it...
2013-03-27 jimharrisFix printf format issue on i386.
2013-03-27 adrian* Stop processing after HAL_EIO; this is what the refer...
2013-03-27 jimharrisPanic should the SCI framework ever request a pointer...
2013-03-26 jimharrisReport support for unmapped I/O by adding PIM_UNMAPPED...
2013-03-26 jimharrisClean up debug prints.
2013-03-26 jimharrisMove common code from the different nvme_allocate_reque...
2013-03-26 jimharrisChange a number of malloc(9) calls to use M_WAITOK...
2013-03-26 jimharrisReplace usages of mtx_pool_find used for admin commands...
2013-03-26 jimharrisAbort and do not retry any outstanding admin commands...
next