]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ste
rename SWARM_COMMON to std.SWARM so universe doesn't try to build it standalone
[FreeBSD/FreeBSD.git] / sys / dev / ste /
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-15 mariusConvert the PHY drivers to honor the mii_flags passed...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-09 yongariIt seems some old Sundace(now IC Plus Corp.) controller...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-02-28 rajMerge DTC-d75b33af.
2010-01-11 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand.
2010-01-09 impMerge from pprojects/mips to head by hand.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-08 yongariMake sure to store dma address of RX buffer in little...
2010-01-08 yongariFix EEPROM access code to return data in host byte...
2010-01-07 mbrRemove extraneous semicolons, no functional changes.
2010-01-06 impMerge from head at r201628.
2009-12-24 yongariether_ifattach sets if_mtu, remove unnecessary code.
2009-12-24 yongariUpdate if_iqdrops in case of RX buffer allocation failure.
2009-12-24 yongariAdd suspend/resume support as well as basic WOL.
2009-12-24 yongariImplement RX interrupt moderation using one-shot timer...
2009-12-23 yongariWe don't need to generate DMA complete interrupt for...
2009-12-23 yongariCorrect STE_COUNTDOWN register offset. The datasheet...
2009-12-23 yongariRemove unused duplicated register definition. It seems the
2009-12-23 yongariImplement hardware MAC statistics counter support....
2009-12-23 yongariReport the correct result of mii_mediachg(). Previously...
2009-12-23 yongariDon't report link status if driver is not running.
2009-12-23 yongariOverhaul RX filter programming.
2009-12-23 yongariReimplement controller reset. Datasheet says full reset...
2009-12-23 yongariDon't reinitialize controller if driver is already...
2009-12-22 yongariReimplement Tx status error handler as recommended...
2009-12-22 yongariPrefer bus_write_{1,2,4}/bus_read_{1,2,4} to
2009-12-22 yongariPrefer memory space register mapping over io space...
2009-12-22 yongariInstead of relying on hard resetting of controller...
2009-12-22 yongariReimplement miibus_statchg method. Don't rely on link...
2009-12-22 yongariIntroduce sc_flags member variable and use it to keep...
2009-12-22 yongariAdd minimal dealy while ste(4) is waiting for the end...
2009-12-22 yongariAdd bus_dma(9) and endianness support to ste(4).
2009-12-21 yongariSort function prototyes.
2009-12-21 yongaristyle(9)
2009-12-21 yongariRemove trailing white spaces.
2009-12-21 yongaris/u_intXX_t/uintXX_t/g
2009-12-21 yongari o Remove unnecessary return statement.
2009-12-21 yongariUse ANSI function definations.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-19 jhb- Add a private timer to drive the transmit watchdog...
2009-11-16 jkimMerge ACPICA 20091112.
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-17 desMerge from head
2009-09-11 jkimMFV: r196804
next