]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove an unused structure and unnecessary cast
[FreeBSD/FreeBSD.git] / sys / dev /
2012-02-24 jkim- Add support for Family 12h, 14h and 15h processors.
2012-02-23 jkimIf the VBE implementation does not support save/restore...
2012-02-23 jkimUpdate my copyright date.
2012-02-23 jkimProbe supported states for save/restore function. ...
2012-02-23 jkimFix a typo introduced in r231843.
2012-02-23 adrianUse the passed-in channel rather than ic->ic_curchan.
2012-02-23 yongariAdd check for IFF_DRV_RUNNING flag after serving an...
2012-02-23 hselaskyAvoid creating PCM devices for MIDI adapters.
2012-02-23 yongariWith r232015, sf(4) gets correct speed/duplex of establ...
2012-02-23 yongariRemove taskqueue based MII stat change handler.
2012-02-23 yongariNo need to reprogram hardware RX filter when driver...
2012-02-23 yongariIntroduce sf_ifmedia_upd_locked() and have driver reset...
2012-02-23 yongariIf there are not enough RX buffers, release partially...
2012-02-23 yongariGive hardware chance to drain active DMA cycles.
2012-02-23 yongariAdd Seeq Technology 80220 PHY support to smcphy(4)...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 kevloFix memset sizeof
2012-02-20 adrianBreak out the radar code into a separate source file.
2012-02-20 delphijReturn BUS_PROBE_DEFAULT instead of 0 because this...
2012-02-19 mariusProbe the National DP83849, which is a dual-port versio...
2012-02-19 marius- Probe BCM57780.
2012-02-18 adrianTry to ensure that ieee80211_newstate() and the vap_new...
2012-02-17 gibbsFix regression in the handling of blkback close events for
2012-02-17 luigiVarious cleanups for readability (no functional changes)
2012-02-17 luigiPatches from Naresh Raju Gottumukkala
2012-02-17 adrianFix the return type.
2012-02-17 sbrunoDuring work to port isci(4) to stable/7 I noted that...
2012-02-17 adrianEnforce some consistent ordering and handling of interr...
2012-02-17 adrianBegin breaking out the txrx stop code into a locked...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 jkimSet the initial mode for the adapter after executing...
2012-02-16 jkimMake sure the VESA mode number is between 256 and 511...
2012-02-16 jkimProperly check VESA video mode number.
2012-02-16 gibbsFix a bug in the calculation of the maximum I/O request...
2012-02-16 gibbsFix typo in a printf string: "specificed" -> "specified".
2012-02-16 adrianAdd a module dependency on wlan.
2012-02-15 luigi(This commit only touches code within the DEV_NETMAP...
2012-02-15 luigireduce the differences between these three files.
2012-02-15 gibbsEnhance documentation, improve interoperability, and...
2012-02-14 kenSet the max_lun field of the path inquiry CCB to 8.
2012-02-14 hselaskyAdd new USB device ID.
2012-02-14 adrianFix the usefir128 config bit flipping.
2012-02-14 adrianImprove the radar register config API.
2012-02-14 tijlChange some headers such that lang/gcc* ports no longer...
2012-02-14 mavDo not handle MOD_SHUTDOWN equally to MOD_UNLOAD in...
2012-02-14 yongariFor RTL8168/8111D controller, make sure to wake PHY...
2012-02-14 marius- As it turns out, MSI-X is broken for at least LSI...
2012-02-13 jhbUse if_maddr_*lock() routines to lock the per-interface...
2012-02-13 luigi- use struct ifnet as explicit type of the argument...
2012-02-13 npUse the non-sleeping variang of t4_wr_mbox in code...
2012-02-13 emasteAdd a sysctl to report the firmware build number.
2012-02-13 emasteFix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"
2012-02-13 adrianAttempt to address some potential vap->iv_bss race...
2012-02-11 mariusFlesh out support for SAS1078 and SAS1078DE (which...
2012-02-11 bzStart to try to hide LRO (and some TSO) bits behind...
2012-02-11 kevloRemove unused variable mii
2012-02-11 bzUse the more common macro to set the if_baudrate to...
2012-02-11 bzMake use of the read-only variant of the IF_ADDR_*LOCK...
2012-02-11 kenReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR...
2012-02-10 jkimDe-obfuscate acpi_acquire_global_lock(). It seems...
2012-02-10 luigiAdd a driver for Emulex OneConnect ethernet cards ...
2012-02-10 edRemove direct access to si_name.
2012-02-10 adrianEnforce the hardware chainmask when allowing the user...
2012-02-10 adrian.. oops, use the right chainmask.
2012-02-10 adrianAdd in a new driver feature to allow the TX and RX...
2012-02-10 adrianExtend the HAL code to allow the RX and TX chainmask...
2012-02-09 npAdd IPv6 TSO (including TSO+VLAN) support to cxgb(4).
2012-02-09 jimharrisRemove explicit CC assignment in isci(4) Makefile to...
2012-02-09 jkimRefine r231226. Swap timecounters before suspending...
2012-02-09 glebiusAdd support for RICOH R5CE823 card reader, that can...
2012-02-09 kenBring in a number of mps(4) driver fixes from LSI:
2012-02-08 mariusRemove extra newlines from panic messages.
2012-02-08 jkimReset clock after atrtc(4) is properly resumed.
2012-02-08 jkimRevert r211288 and move the logic to the acpi_timer...
2012-02-08 luigi- change the buffer size from a constant to a
2012-02-08 npAllocate the BAR for userspace doorbells after the...
2012-02-08 npProgram the MAC exact match table in batches of 7 addre...
2012-02-07 jkim- Give all clocks and timers on acpi0 the equal probing...
2012-02-07 mariusCall bge_add_sysctls() early and especially before...
2012-02-07 jimharrisFix Coverity defects in isci(4) driver.
2012-02-07 npAcquire the adapter lock before updating fields of...
2012-02-07 npRemove if_start from cxgb and cxgbe.
2012-02-07 npcxgbe: reduce diffs with other branches.
2012-02-06 adrianContribute some example code which demonstrates how...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 mavRemove extra semicolon.
2012-02-02 kenFix the netback driver build for i386.
2012-02-01 pfgUse new OSS-based BSD-licensed header for cs sound...
2012-02-01 rajAdjust mvs(4) to handle interrupt cause reg depending...
2012-01-31 adrianSupport AR9281/AR5B91 - a 1x2 stream device based on...
2012-01-31 adrianCorrectly fetch the TX/RX stream count from the HAL.
2012-01-31 mavMake sound(4) more flexible in setting soft buffer...
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 jhbFix a spelling mistake in the surprise link down error...
2012-01-31 pluknetIsolate v_caddr_t in the ie driver.
2012-01-31 mavJust in case, clear stream interrupts before enabling...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 jimharrisFix ATAPI code path to ensure bus_dma_segment structure...
2012-01-30 adrianRadar API related fixes.
2012-01-30 jfvWrap the bool typedef
next