]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Don't return an error if a kld does not contain any modules (e.g. a
[FreeBSD/FreeBSD.git] / sys / dev /
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...
2012-06-01 Hans Petter SelaskyImprove support for detaching kernel drivers on a per...
2012-06-01 John BaldwinCommit a portion of 233708 I missed earlier and don...
2012-06-01 Mitsuru IWASAKICall AcpiLeaveSleepStatePrep() in interrupt disabled...
2012-06-01 Adrian ChaddAdd a missing #include, required for IEEE80211_DEBUG.
2012-06-01 Eitan AdlerAdding missing dependancies for loading hptiop(4),...
2012-06-01 Eitan AdlerFix warning generated by clang;
2012-05-31 Pyun YongHyeonRemove unnecessary device_printfs.
2012-05-30 Marius StroblTry to finally get the point in time at which bge_add_s...
2012-05-30 Sean BrunoCosmetic nit. If a configured volume has no label...
2012-05-30 Eitan AdlerAdd support for Sun 1040 PCI Quad Serial
2012-05-29 Robert NolandAdd device ids for the Winbond 83627DHG-P chip and...
2012-05-29 Robert NolandFix a typo in wbwd so that CRF5 is actually written...
2012-05-29 Hans Petter SelaskyAdd quirk for Marvell based AHCI controller.
2012-05-29 Mitsuru IWASAKIReorder resume procedures.
2012-05-29 Mitsuru IWASAKIFix the problem acpi_sleep_force() hang.
2012-05-29 Andrew GallatinUpdate mxge(4) firmware to the latest version available...
2012-05-28 Alan CoxA small simplification to i915_gem_pager_fault().
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 Alexander MotinMake legacy ATA to not call device_add_child() with...
2012-05-28 Konstantin BelousovDisable end of buffer fixup by default. New DDX does...
2012-05-28 Konstantin BelousovFix calculation of the execution buffer end in the...
next