]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.
[FreeBSD/FreeBSD.git] / sys / dev /
2014-04-25 kevloAdd preliminary support for the Realtek RTL8188EUS...
2014-04-24 adrianFix the AR5211 power mode tracking stuff.
2014-04-24 adrianFix the AR5210 HAL code to store the association ID...
2014-04-24 adrianFix ah_powerMode to be set at the correct place for...
2014-04-24 smhRemove duplicate SYSCTL_DECL(_debug_acpi) which was...
2014-04-24 smhIncrease ACPI_MAX_TASKS to be 4 x the number of CPU...
2014-04-24 bryanvWait for the callout to finish before unloading the...
2014-04-24 kevloFix panic by adding mtx_assert() to urtwn_init_locked...
2014-04-24 smhExposed debug.acpi.max_tasks and debug.acpi.max_threads...
2014-04-23 marius- Sprinkle const and static as appropriate.
2014-04-23 mariusAdd quirk to configure headphones redirection on Intel...
2014-04-23 baptUpdate to byacc 20140409
2014-04-23 kevloOops, revert r264801.
2014-04-23 kevloAdd a missing break.
2014-04-23 hselasky- Get transmit loop more in line with the other serial...
2014-04-23 adrianWrap the rate control re-init code in a lock, to serial...
2014-04-22 gnnCheck that port is started when MAC filter is set
2014-04-21 adrianRewrite the cleanup code to, well, actually work right.
2014-04-21 adrian* Modify the debugging output from pause/resume to...
2014-04-21 adrianMake sure bf_next is NULL'ed out when we're completing...
2014-04-21 adrianFix a cleanup hang if cleanup gets called _during_...
2014-04-18 hselaskyAdd new USB quirk.
2014-04-18 bzNow that I figured out where the ethernet addresses...
2014-04-18 hselaskyAdd support for specifying USB controller mode via...
2014-04-18 jhibbitsEnable and disable the PMC unit at load/unload time...
2014-04-17 emaxuse correct (integer) type for the temperature sysctl
2014-04-17 mavCorrect AMD chipsets identification.
2014-04-17 bzAdd the initial version of if_nf10bmac(4), a driver...
2014-04-16 mavClose the race in older code, that caused connection...
2014-04-16 traszMake it possible for the initiator side to operate...
2014-04-16 traszFix typo.
2014-04-16 traszAdd kern.iscsi.fail_on_disconnection; this is required...
2014-04-16 bzUse ETHER_ALIGN as argument to m_adj() to offset the...
2014-04-16 traszRemove useless debug.
2014-04-16 traszBe more strict with locking for is_waiting_for_iscsid...
2014-04-16 traszGet rid of ISCSIDCLOSE; it wasn't used and is redundant...
2014-04-16 traszProperly pass the initiator address when running in...
2014-04-16 traszProperly identify target portal when running in proxy...
2014-04-16 traszAdd some stuff to make it easier to figure out for...
2014-04-15 mariusCorrect a typo in a device description added in r264257.
2014-04-14 gnnCommit various fixes for the SolarFlare drivers, in...
2014-04-13 bruefferAdd a missing comma between error message definitions.
2014-04-13 impNO_MAN= has been deprecated in favor of MAN= for some...
2014-04-12 rpauloFix the style of ata_interrupt_locked().
2014-04-11 mavRemove unused val argument value from SYSCTL_INT()...
2014-04-11 sbrunoFix insta-panic on assert of unlocked periph mtx in...
2014-04-11 mavImprove use of socket buffer upcalls.
2014-04-11 hselaskyCorrect IMOD default value according to comment.
2014-04-10 mariusRefine r264257; given that I later on decided to nuke...
2014-04-10 kevloAdd the Asus USB-N10 NANO.
2014-04-09 hselaskyFix for infinite XHCI reset loops when the set address...
2014-04-09 yongariAdd workaround for MCP61 Ethernet controller found...
2014-04-09 adrianAdd a function to check whether the given register...
2014-04-08 rayUpdate to fix at r264244.
2014-04-08 rayFix cursor color in reverse video mode.
2014-04-08 mariusDistinguish between the different variants and configur...
2014-04-08 adrianAdd some debugging and forcing of the BAW to match...
2014-04-08 adrianDon't do continue inside the scheduler loop; we really...
2014-04-08 adrianCorrect the actual definition of ath_tx_tid_filt_comp_s...
2014-04-08 adrianAdd a comment explaining the obvious.
2014-04-08 adrianDon't resume a TID on each filtered frame completion...
2014-04-08 adrianAdd a basic set of data points which count the number...
2014-04-07 rayFix panic on load new driver while vt(4) is in VGA...
2014-04-07 scottlAdd some assertions to ensure that the target array...
2014-04-07 rpauloUse a more professional device description.
2014-04-05 rpauloNeed to include machine/fdt.h.
2014-04-05 rpauloAdd fsl,imx53.
2014-04-05 impMake some unwise casts. On i386 these casts wind up...
2014-04-05 marcelDo not prevent processes from making changes to the...
2014-04-05 traszRemove hack to pass STAILQ to a function and do it...
2014-04-05 ianAdd ioctl(2) calls to uftdi(4) to access bitbang, MPSSE...
2014-04-04 sbrunoAdd PCI-IDs for TBD Gen9 RAID controller HBAs from...
2014-04-04 traszRework the iSCSI PDU transmit code to avoid lock conten...
2014-04-04 traszAll the iSCSI sysctls are also tunables; advertise...
2014-04-04 traszWe don't need TAILQ for iSCSI PDUs; STAILQ is enough.
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 ianWhen changing the sd bus clock divisor, clear just...
2014-04-03 rstoneCorrect a PCI enumeration bug introduced in r264011
2014-04-03 joergAdd the Dresden Elektronik "USB Levelshifter Stick...
2014-04-03 yongariCorrect endianness handling in getting station address...
2014-04-02 traszFix build, broken by r264025.
2014-04-02 ianUse 2K buffers for IO to help achieve full device speed...
2014-04-01 traszEnable a KASSERT.
2014-04-01 traszGet rid of the "autoscaling", instead just set socket...
2014-04-01 traszInstead of "icltx" and "iclrx", use thread names with...
2014-04-01 traszGet rid of ICL lock; use upper-layer (initiator or...
2014-04-01 rstoneAdd missing copyright date.
2014-04-01 rstoneAdd support for PCIe ARI
2014-04-01 ianSupport serial speeds up to 12mbaud with newer FTDI...
2014-04-01 rstoneAdd a method to get the PCI RID for a device.
2014-04-01 rstoneRevert PCI RID changes.
2014-04-01 rstoneAdd a method to get the PCI Routing ID for a device
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 hselaskyAdd new USB ID.
2014-03-31 impTurns out name was used here when ACPI_DEBUG was define...
2014-03-31 yongariIncrease the number of TX DMA segments from 32 to 35...
2014-03-30 impRemove instances of variables that were set, but never...
2014-03-30 eadlerFix sizeof modifier for sizeof() in printf
2014-03-29 adrianAdd support to export the contents of the notification...
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
next