]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
- Move videodev headers from compat/linux to contrib/v4l (cp from vendor and
[FreeBSD/FreeBSD.git] / sys / dev /
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-06 delphijUpdate driver with recent vendor improvements, most...
2013-07-06 delphijImport HighPoint DC Series Data Center HBA (DC7280...
2013-07-06 kibRemove unneeded page lock around vm_page_insert().
2013-07-06 delphijRefresh vendor driver version which fixes command queue
2013-07-05 delphijUpdate hpt27xx(4) driver to address a problem reported...
2013-07-05 delphijAdd PCI IDs for HighPoint RocketRAID 4521, 3620, 3622...
2013-07-05 jamieAdd new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE...
2013-07-05 np- Show the reason why link is down if this information...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 np- Make note of interface MTU change if the rx queues...
2013-07-04 adrianImplement basic 802.11n awareness in the PHY and AMRR...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 rpauloSet ic_cryptocaps to make sure wpa_supplicant works...
2013-07-04 npOn-the-fly changes to the interrupt coalescing timer...
2013-07-04 adrianEnable the station-side power management flag.
2013-07-04 npPay attention to TCP_NODELAY when it's set/unset after...
2013-07-04 npRing the egress queue's doorbell as soon as there are...
2013-07-04 npThe T5 allows the driver to specify the ISS. Do so...
2013-07-04 bryanvMerge virtio_scsi change from projects/virtio
2013-07-04 bryanvMerge virtio_pci changes from projects/virtio
2013-07-04 bryanvMerge virtio changes from projects/virtio
2013-07-04 bryanvMerge vtnet changes from projects/virtio
2013-07-04 np- Read all TP parameters in one place.
2013-07-04 bryanvMerge virtio_balloon changes from projects/virtio
2013-07-04 bryanvMerge several virtio_blk changes from projects/virtio
2013-07-04 bryanvConvert VirtIO to use ithreads instead of taskqueues
2013-07-03 np- Include the T5 firmware with the driver.
2013-07-03 rpauloIncrease the microcode max size to 16K to accomodate...
2013-07-03 rpauloTypos in comments.
2013-07-03 davidcsPort 0 needs to wait for ACK only if it issued the...
2013-07-03 jhbDon't perform the acpi_DeviceIsPresent() check for...
2013-07-02 hrsAdd Planex MZK-UE150N.
2013-07-02 rpauloAdd RealTek 8192SU product IDs.
2013-07-01 smhRemove forced timeout of in-flight commands from mfi_ti...
2013-07-01 npAdd a sysctl to get the number of filters available.
2013-06-30 rpauloFix a typo.
2013-06-30 rpauloFix the RSSI calculation.
2013-06-30 yongariFix triggering false watchdog timeout as done in bce...
2013-06-30 rpauloFix the ni_txrate calculation.
2013-06-30 yongariFix triggering false watchdog timeout when controller...
2013-06-30 rpauloFix a reference count bug in urtwn_ra_init().
2013-06-30 hirenFixing incorrect id for Intel Centrino Wireless-N 130.
2013-06-29 rayTeach UART to attach Exynos/s3/s5 class driver.
2013-06-29 adrianDon't log anything if npkts == 0.
2013-06-28 pluknetCorrect comment typos.
2013-06-27 jhbMake detaching drivers from PCI devices more robust...
2013-06-27 npUpdate T5 register ranges. This is so that regdump...
2013-06-27 remkoAdd support for the NTT Docomo L-02C card.
2013-06-27 remkoAdd support for the NTT Docomo L-02C card.
2013-06-27 jimharrisAdd firmware replacement and activation support to...
2013-06-26 jkimConsistently cast ACPICA 64-bit integer types when...
2013-06-26 jimharrisRemove remaining uio-related code.
2013-06-26 jimharrisFail any passthrough command whose transfer size exceed...
2013-06-26 jimharrisUse MAXPHYS to specify the maximum I/O size for nvme(4).
2013-06-26 jimharrisFor ATA_PASSTHROUGH commands, pretend isci(4) supports...
2013-06-26 gibbsIn the Xen block front driver, take advantage of backen...
2013-06-26 adrianExtend the AHB code to work on chips besides the AR9130.
2013-06-26 adrianAdd a HAL local routine to map the 2GHz channel frequen...
2013-06-26 yongariDon't blidly clear GPIOs configuration. Just use firmwa...
2013-06-25 davidcsAdd Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series...
2013-06-25 mavAdd test for SATA registers writability and skip using...
2013-06-25 kevloAdd support for D-Link DWA-131.
2013-06-25 yongariAdd Lenovo USB 2.0 Ethernet adapter.
2013-06-24 mariusFlag mpt(4) as supporting unmapped I/O; all necessary...
2013-06-24 jhbDisable hw.pci.realloc_bars by default. It wasn't...
2013-06-24 yongariWhen RX checksum offloading is active, AX88772B will...
2013-06-23 thomasRevert previous change to uark.c (restore previous...
2013-06-23 thomasFix minor typo in comment
2013-06-18 jfvAdd quad port probe support, this gives the admin prope...
2013-06-18 kibOn some generations of the Intel GPU, disabling of...
2013-06-18 kibSince the gem pagefault handler relocks the vm object...
2013-06-18 kibRemove stray empty line.
2013-06-18 mavPass proper memory type to free() in ata_ali_chipinit().
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 markjBe sure to actually decrement the "count" parameter...
2013-06-17 pluknetClean up -Wheader-guard warnings.
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-16 gibbssys/dev/xen/blkfront/blkfront.c:
2013-06-15 gibbsProperly track the different reasons new I/O is tempora...
2013-06-15 bryanvMerge r250802 from bryanv/vtnetmq - Fix setting of...
2013-06-14 gibbsImprove debugger visibility into queuing functions...
2013-06-14 adrianAdd in an initial WB225 (AR9485 + AR3012 BT) combo...
2013-06-14 kevlo- Use the consistenly PHY-specific reset routine PHY_RE...
2013-06-14 yongariFix a typo introduced in r213280. IFM_OPTIONS macro...
2013-06-14 adrianInitial AR9485/AR933x 1x1 LNA diversity work.
2013-06-14 gibbssys/dev/xen/netfront/netfront.c:
2013-06-13 mariusAll of Oxford/PLX OX16PCI954, OXm16PCI954 and OXu16PCI9...
2013-06-13 mariusFix whitespace and normalize some entries.
2013-06-13 kevloRemove unused variable sc_tx_bufsz.
2013-06-13 kevloFix a typo: s/KLSI/CATC/
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 mavReplicate r242422 from ata(4) to mvs(4):
2013-06-12 adrianSet the antenna "config group" field.
2013-06-12 adrianMigrate the LNA mixing diversity machinery from the...
2013-06-12 mavUse direct custom implementations instead of g_handleat...
2013-06-12 adrianRemove the AR9285 specific structure for LNA diversity...
2013-06-11 npcxgbe/tom: Allow caller to select the queue (control...
2013-06-10 adrianAdd another comment about WB195 (AR9285+AR3011) when...
2013-06-10 davidcsThere is a one-to-one correspondence between the MSI...
next