]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Use lwsync to provide memory barriers on systems that support it instead
[FreeBSD/FreeBSD.git] / sys / dev /
2012-04-21 kevloAdd support for the SIMCom SIM5218, tested by me.
2012-04-21 dimFix the following clang warning in dpt(4):
2012-04-21 mariuso Fixes:
2012-04-20 adrian.. oops.
2012-04-20 adrian"Upgrade" the AR9285 code to support PCI/ART EEPROM...
2012-04-20 dimFix the following compilation warnings in nxge(4):
2012-04-20 dimReplace homegrown list implementation in sys/dev/asr...
2012-04-20 jhbThe amr(4) firmware contains a rather dubious "feature...
2012-04-19 adrianStop using the hardware register value byte order swapp...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-18 thomasFix typo in comment
2012-04-17 adrianRun the fatal proc as a proc, rather than where it...
2012-04-17 adrianFix the RX free list locking creation and destruction...
2012-04-17 adrianAdd missing #include
2012-04-16 jkimFix a Clang warning.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 grehanSync with Bryan Venteicher's virtio git repo:
2012-04-15 adrianMigrate the net80211 TX aggregation state to be from...
2012-04-15 adrianDrop this down from 512 to 128 for now.
2012-04-15 bschmidtUse the M_AMPDU_MPDU flag to determine when to manually...
2012-04-15 adrianOverride some default values to work around various...
2012-04-14 luigii prefer this fix for the -Wformat warning (just one...
2012-04-14 bzMake compile on 64bit somehow for now after a first...
2012-04-14 grehanCatch up with Bryan Venteicher's virtio git repo:
2012-04-14 adrianBoth linux ath9k and the reference driver initialises...
2012-04-13 mariusAdd a driver for the NXP (Philips) PCF8563 RTC.
2012-04-13 luigifix build with -Wformat -Wmissing-prototypes
2012-04-13 jpaetzelUpdate to version 2.3.1.0
2012-04-13 adrianUpgrade ATH_EEPROM_FIRMWARE to a configuration option.
2012-04-13 luigiProperly disable crc stripping when operating in netmap...
2012-04-13 luigiadd the new memory allocator for netmap, which allocate...
2012-04-13 luigiA bit of cleanup in the names of fields of netmap-relat...
2012-04-13 luigido not use a deprecated field in a structure.
2012-04-13 adrianIntroduce the ability to grab local EEPROM data from...
2012-04-12 grehanComplete polled-mode operation by using a callout if...
2012-04-12 luigiApparently the length field in advanced descriptors
2012-04-12 luigiSome code restructuring to bring the memory allocator...
2012-04-12 luigiuse correct selinfo pointer for the generic interrupt...
2012-04-11 jhbReapply r223198 which was reverted in the previous...
2012-04-11 luigiA couple of changes related to ixgbe operation in netma...
2012-04-11 luigiEnable prefetching of descriptors on the TX ring, using...
2012-04-11 yongariBack out r228476.
2012-04-11 marceluart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev...
2012-04-11 adrianFix the default, non-superg compile.
2012-04-10 adrianFix compilation with IEEE80211_ENABLE_SUPERG defined.
2012-04-10 adrianConvert the flags over to a set of bit flags.
2012-04-10 jimharrisQueue CCBs internally instead of using CAM_REQUEUE_REQ...
2012-04-10 adrianBlank the aggregate stats whenever the zero ioctl is...
2012-04-10 adrianSquirrel away SYNC interrupt debugging if it's enabled...
2012-04-10 adrianRevert this for now - it may work for -8 and -9 and...
2012-04-10 adrianSquirrel away the SYNC interrupt in case we're doing...
2012-04-10 glebiusM_DONTWAIT is a flag from historical mbuf(9)
2012-04-10 adrian* Since the API changed along the -CURRENT path (decemb...
2012-04-08 adrianAfter reviewing the mcast/sleep station code a little...
2012-04-07 stas- Do not reinitialize the card if it is already running.
2012-04-07 adrianDo a dma sync before the descriptors are chained together.
2012-04-07 adrianBreak out the legacy duration and protection code into...
2012-04-07 adrianAs I thought, this is a bad idea. When forming aggregat...
2012-04-07 adrianEnforce the RTS aggregation limit if RTS/CTS protection...
2012-04-07 adrianStore away the RTS aggregate limit from the HAL.
2012-04-07 adrianRemove duplicate txflags field from ath_buf.
2012-04-06 pluknetFree ballooned pages with the corresponding malloc...
2012-04-04 adrianImplement BAR TX.
2012-04-04 adrianTrack and optionally log the actual sync interrupt...
2012-04-04 adrianDisable the HWQ contents upon a TX queue reset, rather...
2012-04-04 adrianNow that I've fixed the BAW TX hangs, disable this...
2012-04-04 jkimSave and restore VGA display memory between suspend...
2012-04-04 adrianCorrectly handle AR_MoreAggr when assembling multi...
2012-04-04 jkimDo not copy VESA state buffer if the VBE call has faile...
2012-04-04 jkimRemove a useless warning. The mode information is...
2012-04-04 marius- Const'ify the device lookup-table.
2012-04-04 adrianAdd a threadid to the ah_decode API.
2012-04-04 mariusRefine r233827; as it turns out, controllers with a...
2012-04-04 adrianDisable a specific Merlin hardware workaround which...
2012-04-04 jkim- Do not include machine/atomic.h. It is no longer...
2012-04-03 mariusFix probing of SAS1068E with a device ID of 0x0059...
2012-04-02 ambriskoMove struct megasas_sge from mfi_ioctl.h to mfivar...
2012-04-02 hselaskyFix compiler warnings, mostly signed issues,
2012-04-02 hselaskyAdd definitions and structures for USB 2.0 Link Power...
2012-04-02 ambriskoChange typedef atomic_t to struct mfi_atomic to avoid...
2012-04-02 gonzoRemove extra semicolon which rendered condition useless
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-30 dimFix the following compilation warning with clang trunk...
2012-03-30 jhbFix a few issues with transmit handling in em(4) and...
2012-03-30 mavReenable unsolicited responses on CODEC if hdaa_sense_i...
2012-03-30 yongariDo not report current link status if driver is not...
2012-03-30 yongariRemove task queue based link state change handler....
2012-03-29 adrianoops, add a missing lock.
2012-03-29 jkimFix couple of style nits.
2012-03-29 jkimRevert r233662 and generalize the hack. Writing zero...
2012-03-29 jhbUse a more proper fix for enabling HT MSI mapping windo...
2012-03-29 adrianDefer the rescheduling of TID -> TXQ frames in some...
2012-03-29 hselaskyMove tty_opened_ns() into syscons.c which is currently the
2012-03-29 jimharrisFix bug where isci(4) would report only 15 bytes of...
2012-03-29 hselaskyFix for boot issue: Don't disable BARs on AGP devices...
2012-03-29 hselaskyFix for NULL-pointer panic during boot, if keys are...
2012-03-28 fabientAdd software PMC support.
2012-03-28 jimharrisEnsure consistent target IDs for direct-attached devices.
2012-03-28 jkimAdd a PNP ID for Japanese 106-key keyboard.
2012-03-28 mavStop HDA controller polling callout on suspend and...
next