]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Add test for SATA registers writability and skip using them if it failed.
[FreeBSD/FreeBSD.git] / sys / dev /
2013-05-30 brooksMFP4 @222836
2013-05-30 mariusAllow unmapped I/O via aacd(4). It shouldn't be too...
2013-05-30 marius- Remove pointless returns.
2013-05-29 eadlerAdd support for tethering on the iPhone 4S
2013-05-29 adrianTurn the reassociate debug print into a DPRINTF.
2013-05-29 adrianShuffle around the cleanup unpause calls a bit.
2013-05-28 davidcsAvoid reading back certain registers following a write...
2013-05-28 hselaskyRevert r251023 until a more proper solution is found
2013-05-27 hselaskyWorkaround for for a problem seen with ATI Technologies...
2013-05-27 gberFix ONFI chip detection.
2013-05-26 adrianMigrate ath(4) to now use if_transmit instead of the...
2013-05-26 marcelUnbreak ia64 tinderbox: 64-bit support was made conditi...
2013-05-25 hselaskyFix some statical clang analyzer warnings.
2013-05-24 kibFix the data corruption on the swap-backed md.
2013-05-24 achimDriver 'aacraid' added. Supports Adaptec by PMC RAID...
2013-05-23 kibFix typo in the definition of the TWS_DATA_CCB.
2013-05-22 gibbsCorrect panic on detach of Xen PV network interfaces.
2013-05-22 mavFix NULL-dereference kernel panic in case of mps_attach...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 adrianImplement a separate hardware queue threshold for aggre...
2013-05-21 adrianEnable the use of TDMA on an 802.11n channel (with...
2013-05-21 adrianFix build break - the SetCapability calls return HAL_BOOL,
2013-05-21 hselaskyAdd new USB quirk.
2013-05-21 adrianExtend the TXOP enforce capability to support checking...
2013-05-21 marcelAdd basic support for FDT to i386 & amd64. This change...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-20 jkim- Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp...
2013-05-20 jkimFix white spaces.
2013-05-20 adrianMake the HT rate duration calculation work for MCS...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 sbrunoUpdate snd quirks for T520, T420, X220.
2013-05-19 adrianMore non-ATH_DEBUG build fixes.
2013-05-19 adrianSince we're now using the ah pointer, always declare it.
2013-05-18 smhAdded output of device QUIRKS for CAM and AHCI devices...
2013-05-18 adrianBe (very) careful about how to add more TX DMA work.
2013-05-18 adrianRe-add some code to exclude transmitting if we're in...
2013-05-18 hselaskyDon't clear stall at first time use of USB MIDI endpoints.
2013-05-18 hselaskyFix issue with "Logitech Webcam C525":
2013-05-17 impFor ARM, MIPS, and PowerPC, default to 32-byte alignmen...
2013-05-17 gavino Retrive the part number (CP2103 etc) from the hardwa...
2013-05-17 kibAdd new capability types encodings from HyperTransport...
2013-05-17 adrianAdd some more debugging printf()s to complain if the...
2013-05-16 impWhen reporting the user readable size, round up. Severa...
2013-05-16 adrianTidy up the debugging - don't bother printing out TID...
2013-05-16 adrianLimit the number of software queued frames when doing...
2013-05-16 adrianDump out the holding buffer descriptor contents and...
2013-05-16 kibAdd dependencies on the firmware, which allows the...
2013-05-15 adrianImplement my first cut at "correct" node power-save and
2013-05-15 davidcsAdd Qlogic 10Gigabit Ethernet & CNA Adapter Driver...
2013-05-13 adrianAdd ALQ beacon debugging.
2013-05-13 adrianSupport sending ATH_ALQ messages with no payload.
2013-05-13 jkimRemove a bogus re-assignment.
2013-05-13 npDeal correctly with 40G ports that don't have any trans...
2013-05-13 adrianImprove the debugging output - use the MAC address...
2013-05-13 adrianSince the node state is 100% back under the TX lock...
2013-05-13 adrianOops, commit the other half of r250606.
2013-05-13 adrianThis lock only protects the rate control state for...
2013-05-13 adrianBegin tidying up the reassociation and node sleep/wakeu...
2013-05-12 eadlerFix several typos
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-10 eadlerFxi a bunch of typos.
2013-05-10 adrianMake sure the holding descriptor and link pointer are...
2013-05-10 luigianother minor bugfix in the memory allocator, this...
2013-05-09 jhbRevision 233677 broke certain machines. Specifically...
2013-05-09 luigiif_lem.c: make sure that lem_rxeof() can drain the...
2013-05-09 luigisimplify the code to initialize the RDT while in netmap...
2013-05-09 adrianUpdate the holding buffer locking for EDMA.
2013-05-08 adrianFix the holding descriptor logic to actually be "right...
2013-05-08 adrianBring in a basic ethernet switch driver for the IP17x...
2013-05-08 adrianFix the ukswitch code to work with the new vlan changes:
2013-05-08 adrianCorrectly mark the CPU port.
2013-05-08 adrianAdd the ability to change the vlan operation mode.
2013-05-08 davidcsNo need to set if_mtu since it automatically updated...
2013-05-08 takawataA driver for Intel Rapid Start Technology ACPI device.
2013-05-08 adrianThis shouldn't have made it into this commit, sorry.
2013-05-08 adrianRevert a previous commit - this is causing hardware...
2013-05-08 adrianImplement STBC receive frame statistics.
2013-05-07 davidcs1. Updated Copyright Information
2013-05-07 adrianRe-work how transmit buffer limits are enforced - partl...
2013-05-07 adrianSimplify this bit of code!
2013-05-06 hirenFixing a clang warning about using uninitialized variable.
2013-05-06 gberMove initialization of CESA decoding windows from commo...
2013-05-05 mavSome fixes to snd_envy24ht(4) driver:
2013-05-04 adrianThe holding buffer logic needs to be used for _all_...
2013-05-03 npcxgbe: Switch to a better way to install firmware.
2013-05-03 npcxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy...
2013-05-03 hselaskyFix compile warning.
2013-05-03 hselasky- Add more defines to limit USB memory usage and number...
2013-05-03 smhFix uninitialized warning in mps
2013-05-03 hselaskyAlways put space before the comma before ##__VA_ARGS__...
2013-05-03 hselaskyAdd some defines to limit USB memory usage in reduced...
2013-05-03 hselaskyAllow the default USB template to be specified at compi...
2013-05-03 hselaskyAdd new USB API to get the port path of a USB device.
2013-05-02 mavAdd IDs for HighPoint RocketRAID 640L/642L/644L --...
2013-05-02 luigiremove trailing whitespace
2013-05-02 davideSuppress a GCC warning. This warning is actually bogus...
2013-05-02 eadlerUpdate Intel email address.
2013-05-02 adrianAdd device identification and probe/attach support...
2013-04-30 eadlerRemove ancient compatibility cruft.
next