]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
- Do not include machine/atomic.h. It is no longer necessary since r233768.
[FreeBSD/FreeBSD.git] / sys / dev /
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...
2012-03-28 yongariRemove unnecessary #if as the software workaround for...
2012-03-28 yongariLoad entire EEPROM contents in device attach time and...
2012-03-28 yongariPartially revert r223608 and selectively allow microcod...
2012-03-27 jkim- Do not clobber softc when psm(4) is reintialized.
2012-03-27 jkimRestore interrupt state after executing AcpiEnterSleepS...
2012-03-27 bschmidtstrip (R) to match manpage and pci_vendors
2012-03-27 gonzoFix crash on VirtualBox (and probably on some real...
2012-03-27 bschmidtAdd support for 6150 series devices.
2012-03-27 jchandraCFI fixes for big endian archs.
2012-03-27 fabientFix random deadlock on pmcstat exit:
2012-03-27 jchandraDriver for OpenCores I2C controller.
2012-03-27 jchandraMove driver for DS1374 RTC to sys/dev/iicbus
2012-03-26 adrianUse the assigned sequence number when checking if a...
2012-03-25 adrianAdd some more debugging to try and nail down exactly...
2012-03-25 rmhFollow non-BSD case when GNU/Hurd is detected.
2012-03-25 gibbsCorrect failure to attach the PV block front device...
2012-03-25 adrianAdd the new channel width change field to the ath(4...
2012-03-24 mariusConsistently update to the MPI header set version 01...
2012-03-24 mariusInitialize the mutexes used for the NVM and the swflag...
2012-03-24 mariusAs it turns out, mpi_cnfg.h already is included by...
2012-03-24 marius- Use the PCI ID macros from mpi_cnfg.h rather than...
2012-03-23 bschmidtUse suspend/resume methods provided by net80211. This...
2012-03-23 jimharrisCall xpt_bus_register during attach context, then freez...
2012-03-23 jhbDon't cast a bus address to a uint8_t pointer just...
2012-03-23 gonzoAdd Octeon PMC hardware backend
2012-03-23 gonzoAdd list of Octeon's PMC counters obtained from cvmx...
2012-03-22 adrianAdd some further debugging to try and aid tracking...
2012-03-22 adrianSprinkle some style(9) things around.
2012-03-22 gonzoRework MIPS PMC code:
2012-03-22 jkimAdd ACPI_LV_REPAIR debug level, available since ACPICA...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 bschmidtLoad the firmware during init not attach, as a root...
2012-03-21 marius- First pass at const'ifying ata(4) as appropriate.
2012-03-21 mariusRemove remnants of ATA_LOCKING uses in the ATA_CAM...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-20 adrianDelay sequence number allocation for A-MPDU until just...
2012-03-19 jkimDo not reuse the previous address when restoring linear...
2012-03-19 adrianRemove this - it's not needed as it's defined in ieee80...
2012-03-19 yongariDo not change current media when driver is already...
2012-03-17 jkimSave and restore linear frame buffer between suspend...
2012-03-16 jkimRemove unnecessary static variable initializations...
2012-03-16 adrianFix a couple of debugging outputs.
2012-03-16 adrianAdd a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBU...
2012-03-16 jkimDo not unnecessarily clear display memory when switchin...
2012-03-15 nwhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-14 gonzo- Remove unncessary type casts
2012-03-14 jkimAdd a PCI quirk to ignore PCI map registers from config...
2012-03-14 adrianCorrectly calculate the callout interval for beacon...
2012-03-14 kibAdd PCI Id for the AMT SOL UART on G4x series Intel...
2012-03-14 yongariFix white space nits.
2012-03-14 yongarifxp(4) does not handle deferred dma map loading. Tell
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-12 scottlRemove a stale comment.
2012-03-12 scottlFinal pass at having devices use their bus parent for...
2012-03-12 jmallettRemove comments about creating DMA tags as children...
2012-03-12 scottlMore conversions of drivers to use the PCI parent DMA...
2012-03-12 adrianThis header file no longer exists when doing cross...
2012-03-12 scottlConvert a number of drivers to obtaining their parent...
2012-03-12 yongariMake if_ierrors updated whenever any of the following...
2012-03-12 yongariShow PCI bus speed and width as well as running mode...
2012-03-12 yongariAdd workaround for PCI-X BCM5704 controller that live...
2012-03-12 gonzoImplement pmc_save_user_callchain and pmc_save_kernel_c...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-10 mavServerWorks HT1000 HPET reported to have problems with...
2012-03-10 adrianStick the if_drv_flags access (check and modify) behind...
2012-03-10 adrianFix a panic introduced in a previous commit - non-beaco...
2012-03-10 iwasakiFix wrong asresp frame parsing in iwi_checkforqos().
2012-03-10 yongariAfter r232403, DMA transactions does not cross 4GB...
2012-03-10 adrianDon't flood the cabq/mcastq with frames.
2012-03-10 adrianEnforce that wtap requires VIMAGE to be useful.
2012-03-09 adrianDocument that we may end up with some suboptimal handli...
2012-03-09 adrianShould the mcast queue be locked here? In case more...
2012-03-09 jhbRemove PAE special-case 2GB DMA boundary and always...
2012-03-09 adrianInsert extra paranoia into the ath(4) driver.
next