]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Add support for the Sunix SER5437A dual serial PCI Express card.
[FreeBSD/FreeBSD.git] / sys / dev /
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...
2012-05-27 Marius Strobl- Fix some typos in mmc_acquire_bus() and mmc_send_csd().
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Rafal JaworowskiImport EHCI attachment driver for Freescale integrated...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Marius StroblMake the VIA workaround application somewhat more consi...
2012-05-26 Marius StroblConsistently use USB_PAGE_SIZE. Currently, this is...
2012-05-26 Marius StroblMake the VIA workaround actually do its intended job.
2012-05-26 Marius StroblRemove extraneous empty lines.
2012-05-26 Marius Strobl- When creating the DMA tag for user data, don't ask...
2012-05-26 Adrian ChaddAdd the AR9280 workarounds for PCIe suspend/resume.
2012-05-26 Adrian ChaddAvoid using hard-coded numbers here.
2012-05-26 Adrian ChaddRemove an unneeded field from ath_buf.
2012-05-25 Adrian ChaddAdd some AR5416/AR5418 WAR's for power-on and suspend...
2012-05-25 Adrian Chadd* According to the reference code, AR_WA_D3_L1_DISBABLE...
2012-05-25 Rafal JaworowskiMore Cicada/Vitesse PHY ids.
2012-05-25 Adrian Chaddoops - ath_hal_disablepcie is actually destined for...
2012-05-25 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-25 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-25 Adrian ChaddPrepare for improved (read: pcie) suspend/resume support.
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-24 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-24 Rafal JaworowskiRecognize version 3.1 of the SEC crypto engine.
2012-05-24 Marcel MoolenaarPreset (clear) the ranges we're supposed to fill from...
2012-05-24 Dimitry AndricFix the following clang warning in drm2:
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-23 Konstantin BelousovAdd 'drmn' device as another drm child, to allow drm2...
2012-05-23 Jung-uk KimRestore Processor object path for verbose boot message.
2012-05-23 John BaldwinRework the previous change to honor MADT processor...
2012-05-23 John BaldwinOnly check to see if a memory resource is a PCI ROM...
2012-05-23 Fabien ThomasSoft PMC support for ARM.
2012-05-23 Xin LIFix build:
2012-05-23 Pyun YongHyeonDon't force max payload size to 128. Root complex and...
2012-05-23 Pyun YongHyeonMake IPMI work in the bce driver even when the interface is
2012-05-22 Adrian ChaddRe-up the TX ath_buf limit from 128 to 512.
2012-05-22 Konstantin BelousovAdd the code for new Intel GPU driver, which supports...
2012-05-22 Konstantin BelousovA rewrite of the i810 bits of the agp(4) driver. New...
2012-05-22 Grzegorz BernackiAdd a new geom class which allows to divide NAND Flash...
2012-05-22 Adrian ChaddFix up some corner cases with aggregation handling.
2012-05-22 Mitsuru IWASAKIIgnore the power button press event for resuming rather...
2012-05-21 Jim HarrisWait until completion context unwinds before retrying...
2012-05-21 Adrian ChaddFor now, add a quick debugging patch to log when the...
2012-05-21 Adrian ChaddRename ath_tx_cleanup() -> ath_tx_tid_cleanup() in...
2012-05-21 Adrian ChaddRe-add 'ic' and properly wrap it in the SUPERG macro.
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-20 Mitsuru IWASAKIDon't start the sleep state transition procedure while...
2012-05-20 Bernhard Schmidtremove unused vap variable
2012-05-20 Bernhard SchmidtDiscard frames after a DELBA which where queued during...
2012-05-20 Bernhard SchmidtRemove unused variable.
2012-05-20 Bernhard SchmidtAdd some more 100/130 series device IDs.
2012-05-20 Adrian ChaddMigrate the per-frame code out from ath_rx_proc() to...
2012-05-20 Adrian ChaddMigrate most of the beacon handling functions out to...
2012-05-20 Adrian ChaddMigrate the TDMA management functions out of if_ath...
2012-05-20 Justin Hibbits"nvram,flash" may not be the first in the compatible...
2012-05-20 Adrian ChaddMigrate the bulk of the RX routines out from if_ath...
2012-05-19 Marcel MoolenaarDon't include MIPS machine headers. There's no need...
next