]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove redundant check.
[FreeBSD/FreeBSD.git] / sys / dev /
2012-06-24 Matt JacobClean up multi-id mode so it's driven by the f/w loaded,
2012-06-24 Adrian ChaddIn a complete lack of foresight on my part, my previous...
2012-06-24 Adrian ChaddShuffle these initialisations to where they should be.
2012-06-24 Adrian ChaddChange the ath_dfs_process_phy_err() method to take...
2012-06-24 Adrian ChaddIntroduce an optional ath(4) radiotap vendor extension.
2012-06-24 Adrian ChaddOn second thought, let's just set both CRC and PHY...
2012-06-24 Adrian ChaddSometimes the AR5416 sends back radar PHY errors with...
2012-06-24 Kenneth D. MerryFix a bug which causes a panic in daopen(). The panic...
2012-06-23 Navdeep ParharBetter way to determine the status page length and...
2012-06-23 Mitsuru IWASAKIAdd in-driver event handler.
2012-06-23 Konstantin BelousovCorrect device id for GPU on some server SandyBridge...
2012-06-23 Justin HibbitsRelease the ADB keyboard mutex when handling the power...
2012-06-22 Navdeep ParharDo not allocate extra vectors when adapter is not TOE
2012-06-22 Alexander MotinReturn CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead...
2012-06-22 Navdeep ParharDo not read registers with read side effects while...
2012-06-22 Navdeep Parharcxgbe(4): update to firmware interface 1.5.2.0; updates...
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Ed MasteAdd PCI IDs for Ivy Bridge
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-21 Max KhonRemove Moxa CP-132EL definition (RS422/485-only board).
2012-06-21 Max KhonAdd support for the following Moxa PCIe multiport seria...
2012-06-20 Fabien ThomasAllow booting XENHVM kernel without Xen hypervisor.
2012-06-20 Fabien ThomasFix viawd(4) that was only working as a module.
2012-06-19 John BaldwinAdd a 'wmask' variable to hold the expression '(1ul...
2012-06-19 John BaldwinFix another off-by-one error in the previous fix so...
2012-06-19 Navdeep Parhar- Updated TOE support in the kernel.
2012-06-18 Marius StroblRevert r236529, re-enabling verification of the flashed...
2012-06-18 Marius StroblRefine r237102 a bit:
2012-06-18 Poul-Henning KampFix the previous commit to only copy the data we were...
2012-06-17 Matt JacobRoll to the latest 2400/2500 firmware available from...
2012-06-17 Matt JacobPrepare for FC-Tape support. This involved doing a...
2012-06-17 Poul-Henning KampOn certain newer Intel Atom based motherboards, for...
2012-06-17 Mitsuru IWASAKIResotre LCD brightness level on resuming.
2012-06-17 Davide ItalianoDisable hwpmc(4) support for Intel Xeon Sandy Bridge...
2012-06-17 Adrian ChaddAR9287 tidyups:
2012-06-17 Adrian ChaddAdd an disabled workaround for the AR9285SE.
2012-06-17 Adrian ChaddBring over the AR9285 specific PCIe suspend/resume...
2012-06-17 Adrian ChaddAfter some discussion with bschmidt@, it's likely bette...
2012-06-17 Eitan Adlerattach_generic causes missing devices in /dev when...
2012-06-16 Adrian Chadd.. and this wasn't supposed to be in the previous commi...
2012-06-16 Adrian Chaddoops, remove this, it wasn't supposed to be committed.
2012-06-16 Adrian ChaddA few nitpicks:
2012-06-16 Konstantin BelousovFix build.
2012-06-16 Adrian ChaddShuffle some more fields in ath_buf so it's not too...
2012-06-16 Adrian ChaddShave four (or eight) bytes off of ath_buf - this field...
2012-06-15 Matt JacobIf debug values were set, the default from tval floated
2012-06-15 Konstantin BelousovUse right size when freeing unneeded GTT mapping.
2012-06-15 Adrian ChaddConvert ath(4) to just use ieee80211_suspend_all()...
2012-06-14 Marius Strobl- As a baind-aid, disable ATAPI DMA when using ATA_CAM...
2012-06-14 Marius Strobl- Add support for the FT2232 based egnite Turtelizer...
2012-06-14 Marius StroblFix a braino in r236469; the number of DMA tags require...
2012-06-14 Hans Petter SelaskyAdd more quirks for USB MIDI adapters.
2012-06-14 Adrian ChaddShrink ath_buf a little more:
2012-06-14 Adrian ChaddDisable BGSCAN for 802.11n for now. Until scanning...
2012-06-14 Adrian ChaddDisable this warning debug for now, as I'm now aware...
2012-06-14 Adrian ChaddImplement a global (all non-mgmt traffic) TX ath_buf...
2012-06-13 John BaldwinFix a couple of bugs that prevented windows in PCI...
2012-06-13 Adrian ChaddImplement a separate, smaller pool of ath_buf entries...
2012-06-13 Fabien ThomasAdd ARM callchain support for hwpmc.
2012-06-13 Adrian ChaddRemove a duplicate definition.
2012-06-13 Adrian ChaddOops, return the newly allocated buffer to the queue...
2012-06-13 Adrian ChaddReplace the direct sc_txbuf manipulation with a pair...
2012-06-12 Alexander Motin - Limit r214102 workaround to only x86. On arm it...
2012-06-11 Adrian ChaddFix uninitialised reference.
2012-06-11 Adrian ChaddWrap the whole (software) TX path from ifnet dequeue...
2012-06-11 Adrian ChaddAdd another TID lock.
2012-06-11 Adrian ChaddMake sure the frames are queued to the head of the...
2012-06-11 Adrian ChaddWhen scheduling frames in an aggregate session, the...
2012-06-11 Adrian ChaddRetried frames need to be inserted in the head of the...
2012-06-11 Adrian ChaddFinish undoing the previous commit - this part of the...
2012-06-11 Adrian ChaddIntroduce a new lock debug which is specifically for...
2012-06-11 Adrian ChaddRevert r233227 and followup commits as it breaks CCMP...
2012-06-10 Alexander MotinPartially revert r236666:
2012-06-10 Adrian ChaddAdd a new ioctl for ath(4) which returns the aggregate...
2012-06-09 Mitsuru IWASAKIAdd x86/acpica/acpi_wakeup.c for amd64 and i386. Diffe...
2012-06-08 Alexander MotinAdd IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2...
2012-06-08 John HayAdd support for the Sunix SER5437A dual serial PCI...
2012-06-07 Maksim YevmenkinCorrect typo(?) and actually set PTHRESH to 32 and...
2012-06-07 Pyun YongHyeonFix typo.
2012-06-07 Kevin LoFix a logic error when use PCIY_PMG capability
2012-06-06 Sergey KandaurovFix the build.
2012-06-06 Alexander MotinATA/SATA controllers have no idea about protocol of...
2012-06-06 Kevin LoCheck the return value of pci_find_cap()
2012-06-05 Maksim YevmenkinBefore it gets lost in the noise.
2012-06-05 Adrian ChaddMostly revert previous commit(s). After doing a bunch...
2012-06-05 Adrian ChaddCreate a function - ath_tx_kick() - which is called...
2012-06-04 David E. O'BrienAdd the 'filemon' device. 'filemon' is a kernel module...
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Adrian ChaddMigrate the TX path to a taskqueue for now, until a...
2012-06-04 Dimitry AndricFix build of aicasm when CC=clang. This was due to...
2012-06-04 Dimitry AndricMake aicasm compile without warnings if -Wpointer-sign...
2012-06-03 Marius StroblDisable verification of the flashed content for now...
2012-06-03 Marius Strobl- Loop up to 3 seconds when waiting for a device to...
2012-06-02 Marius StroblAdd missing prototypes. While at it, sort them alphabet...
2012-06-02 Marius StroblRemove nitems() now that it lives in <sys/param.h>...
2012-06-02 Marius StroblTake advantage of nitems().
2012-06-02 Hans Petter SelaskyAdd appropriate checks for ic_bsschan being set to...
2012-06-01 Matt JacobClean up and complete the incomplete deferred enable...
2012-06-01 Jung-uk KimConsistently use ACPI_SUCCESS() and ACPI_FAILURE()...
2012-06-01 Jung-uk KimExecute AcpiLeaveSleepStatePrep() for S1 and reduce...
next