]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Do not IPI CPU that is already spinning for load. It doubles effect of
[FreeBSD/FreeBSD.git] / sys / dev /
2010-09-10 avgbus_add_child: change type of order parameter to u_int
2010-09-10 bschmidtFix firmware module dependencies.
2010-09-09 jhbCatch up to rename of the constant for the Master Data...
2010-09-09 mdfFix an incorrect use of sbuf_overflowed() after a call...
2010-09-09 mdfAdd a drain function for struct sysctl_req, and use...
2010-09-09 jhb- Rename the constant for the Master Data Parity Error...
2010-09-09 nwhitehornFix a problem where device detection would work unrelia...
2010-09-09 edLet psm(4) use si_drv1 to refer to its softc.
2010-09-08 yongariCorrect definition of T2 mode bit of MRBE Message Page...
2010-09-08 jhb- Add register definitions related to extended capabili...
2010-09-08 mavDuring SMP startup there is time window, when SMP start...
2010-09-07 yongariConsistently use tab characters instead of tab + space...
2010-09-07 yongariRemove trailing CR at EOL.
2010-09-07 jfvCode correction in refresh_mbufs, just continuing
2010-09-07 jfvTighten up the rx mbuf refresh code, there were some
2010-09-07 yongariMake sure to create DMA'able memory for statistics...
2010-09-06 avgacpi_hp: fix bus attachment code
2010-09-05 mavAdd support for the Sharp/Micron flash chips to powerma...
2010-09-05 mavSeveral improvements to HPET driver:
2010-09-05 fabientFix invalid class removal when IAF is not the last...
2010-09-04 bzFix a compile problem introduced with r212008 on 32bit:
2010-09-03 yongariFix another bug introduced in r212109. We should unload...
2010-09-03 avgacpi: update stale comments about order of cpu devices...
2010-09-03 yongariInitial WOL support. NS DP8315 was tested but SiS900...
2010-09-02 yongariImplement initial device suspend/resume method.
2010-09-02 yongariUnlike most other controllers, NS DP83815/DP83816 contr...
2010-09-02 yongariFix the last endianness issue on handling station addre...
2010-09-02 jkimDisable video ROM shadowing by default as I originally...
2010-09-02 desRemove the freelist, which simply duplicates some of...
2010-09-02 mavAdd fix for SiI3114 and SiI3512 chips bug, which caused...
2010-09-02 mavSATA1.x SiliconImage controllers on power-on reset...
2010-09-02 thompsaReduce the need to accesss struct usb_device by providi...
2010-09-02 thompsaAdd support for power mode filtering as some USB hardwa...
2010-09-02 thompsaChange argument for usbd_get_dma_delay() from USB bus...
2010-09-02 thompsaFix setting of the rx_max and tx_max variables. If...
2010-09-02 thompsaFix UMS_BUTTON_MAX define name
2010-09-02 thompsaFix build breakage from r212127
2010-09-02 thompsaAdd GPIO programming for more PHY hardware.
2010-09-02 thompsaAdd support for extra buttons on the Kensington Slimbla...
2010-09-02 thompsaSilence debug error by default.
2010-09-02 thompsaWe need to grab a node reference count to vap->iv_bss...
2010-09-02 yongariFix stupid error in r212109 which didn't swap DMA maps...
2010-09-01 thompsaAdd missing MODULE_VERSION() definitions, this resolves...
2010-09-01 yongariMove sis_reset() to sis_initl(). This ensures driver...
2010-09-01 yongariAvoid controller reinitialization which could be trigge...
2010-09-01 yongariDo not reinitialize controller whenever promiscuous...
2010-09-01 yongariReport result of link state change to caller. Previousl...
2010-09-01 yongariOverhaul link state change handling. Previously sis...
2010-09-01 yongaris/u_intXX_t/uintXX_t/g
2010-09-01 yongaribus_dma(9) cleanup.
2010-09-01 yongariNuke unnecessary return at the end of function.
2010-09-01 yongaristyle(9) - space after keywords.
2010-09-01 yongariRemove leading and trailing white spaces.
2010-09-01 mavIncrease device reset timeout from 10 to 15 seconds...
2010-08-31 yongariRemove unnecessary atomic operation in bge_poll. bge...
2010-08-31 jkimMake sure the interrupt entry point is within the video...
2010-08-31 yongaribge_txeof() already checks whether it has to free trans...
2010-08-31 yongariHandle PAE case correctly. You cannot effectively speci...
2010-08-31 yongariSplit common parent DMA tag into ring DMA tag and TX...
2010-08-30 delphijDrain watchdog callouts before detaching. This prevent...
2010-08-30 delphijVendor update to version 3.80.06.003 to fix a panic...
2010-08-28 mavMFata(4):
2010-08-28 mavAdd Intel Cougar Point PCH SATA Controller DeviceIDs...
2010-08-28 yongariDo not allocate multicast array memory in multicast...
2010-08-28 jfvAdd Intel Cougar Point PCH HD Audio Controller ID
2010-08-28 yongariIf em(4) failed to allocate RX buffers, do not call...
2010-08-28 jfvAdd Intel Cougar Point PCH LPC Controller Device IDs
2010-08-28 yongariDo not call voluntary panic(9) in case of if_alloc...
2010-08-27 yongariMake sure not to access unallocated stats memory.
2010-08-27 jfvAdd support for Intel Cougar Point SMBus controller.
2010-08-25 jkimFix a debugging message under bootverbose. This addres...
2010-08-25 jkimAdd an experimental feature to shadow video BIOS. ...
2010-08-25 impOn second thought, we need to force 16-bit mode
2010-08-25 impProdded by Yongari, add support for Holtek HT80232...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 yongariRemove unnecessary controller reinitialization.
2010-08-24 yongarivr_init_locked() will stop and reset the controller...
2010-08-24 yongariRemove unnecessary controller reinitialization.
2010-08-24 yongariAdd PNP id for Compex RL2000.
2010-08-23 yongariFix a possible unaligned access to savebyte array.
2010-08-23 yongariImplement basic WOL support. Note, not all xl(4) contro...
2010-08-23 yongariMove xl_reset() to xl_init_locked(). This will make...
2010-08-23 yongariRemove unnecessary controller reinitialization by checking
2010-08-23 yongariClean up SIOCSIFCAP handler and allow RX checksum offlo...
2010-08-22 yongariIt seems all Broadcom controllers have a bug that can...
2010-08-21 yongariLoad tunable from loader.conf(5) instead of device...
2010-08-19 jfvEliminate the ambiguous queue setting logic for
2010-08-17 rpauloFor every instance of '.if ${CC} == "foo"' or '.if...
2010-08-17 adrianAdd s25sl064a, an 8mb SPI flash part.
2010-08-17 jhbAdd a new method to the PCI bridge interface, PCIB_POWE...
2010-08-15 npFix tx pause quanta and timer calculations.
2010-08-15 npAlways reset the XGMAC's XAUI PCS on a link up.
2010-08-15 npwakeup is required if the adapter lock is released...
2010-08-15 adrianFix indenting/whitespace issues introduced by me.
2010-08-15 adrianThe comment is misleading - that register setting seems...
2010-08-14 bschmidtIntroduce IEEE80211_C_RATECTL, drivers which use the...
2010-08-14 adrianA local addition, not imported from ath9k.
2010-08-14 adrian* Merge in AR9160 initval updates from Linux-2.6.34.
2010-08-14 adrianMerge in a fix for the power/(gain?) calculation. Apply...
2010-08-14 adrianFix the calibration logic to correctly clamp the calcul...
next