<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/em, branch release/4.11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-04T23:55:03Z</updated>
<entry>
<title>Added device id support for Intel 82541ER and 82546GB dual port PCI Express adapter.</title>
<updated>2005-01-04T23:55:03Z</updated>
<author>
<name>Tony Ackerman</name>
<email>tackerman@FreeBSD.org</email>
</author>
<published>2005-01-04T23:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1aaf832ab0f0051ca23e0f00f31833d93b594799'/>
<id>urn:sha1:1aaf832ab0f0051ca23e0f00f31833d93b594799</id>
<content type='text'>
Corrected a workaround that should only be applied to one adapter.  Workaround
was causing device hangs when incorrectly applied to other adapters.

Approved by:	re
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2004-10-15T23:27:42Z</updated>
<author>
<name>Tony Ackerman</name>
<email>tackerman@FreeBSD.org</email>
</author>
<published>2004-10-15T23:27:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=50ac58acd2fc0e1b2eacf6743d7fb75b4c472d04'/>
<id>urn:sha1:50ac58acd2fc0e1b2eacf6743d7fb75b4c472d04</id>
<content type='text'>
Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)
Removed support for Intel 82541ER
Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.
Added fix for vlan tagged frames not being properly bridged.
Corrected TBI workaround.
Corrected incorrect LED operation issues
</content>
</entry>
<entry>
<title>MFC: Per-interface polling(4) control.</title>
<updated>2004-04-22T22:03:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-04-22T22:03:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2039b938046f52dc410ee7efa89e1887849924f1'/>
<id>urn:sha1:2039b938046f52dc410ee7efa89e1887849924f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2004-02-14T00:56:45Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2004-02-14T00:56:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=37dc7d9316d5b9df5f3308b70cadc15a55a45263'/>
<id>urn:sha1:37dc7d9316d5b9df5f3308b70cadc15a55a45263</id>
<content type='text'>
 Only reset the phy when it is absolutely required.
  This should fix the issues with long *init* times when
  you do ifconfig em0 alias.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-11-18T17:25:53Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-11-18T17:25:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef31ccb6a36bccd114f2b83150470a680b32b167'/>
<id>urn:sha1:ef31ccb6a36bccd114f2b83150470a680b32b167</id>
<content type='text'>
- Code cleanup
- In the receive routine handle the case where last descriptor could have
    less than 4 bytes of data.
- Handle race between detach/ioctl routine.
- Add facilities for tuning "em" drivers interrupt delays without recompiling
  the driver. These changes were done by John Polstra.
Submitted by:	jdp (sysctl's for interrupt delay tuning)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-09-03T16:36:46Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-09-03T16:36:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=338c132f5972354c946ab5febc03c8bc52467ccc'/>
<id>urn:sha1:338c132f5972354c946ab5febc03c8bc52467ccc</id>
<content type='text'>
Add support for new devices.
  Bug Fixes:
          - Allow users to use LAA
          - Remember promiscuous mode settings while bridging
          - Allow gratuitous arp's to be sent

PR:	52966/54488
Approved by:	re (murray)
</content>
</entry>
<entry>
<title>MFC 1.18: correct a couple of comments.</title>
<updated>2003-07-17T19:04:31Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>2003-07-17T19:04:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bd618f0fc1770a0e05f37ca29b0a50b9d8db005'/>
<id>urn:sha1:8bd618f0fc1770a0e05f37ca29b0a50b9d8db005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the breakage in VLAN MTU caused by earlier commit.</title>
<updated>2003-06-09T22:10:15Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-06-09T22:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c877838fac962dcc68f185f909c0eaff70fd8109'/>
<id>urn:sha1:c877838fac962dcc68f185f909c0eaff70fd8109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-06-09T21:43:41Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-06-09T21:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d73b932e3a8998d2b9c692a4359df0f5c995bafb'/>
<id>urn:sha1:d73b932e3a8998d2b9c692a4359df0f5c995bafb</id>
<content type='text'>
  Add support for Quad port adapter
  Add sysctl's to display statistics/debug_info
  Increment packet in/out statistics inline instead of every two seconds
</content>
</entry>
<entry>
<title>Tell the upper layer(s) that we support long frames.</title>
<updated>2003-04-28T15:31:39Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-04-28T15:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b35c979c110361c0112020b9e3b824d0080834d'/>
<id>urn:sha1:3b35c979c110361c0112020b9e3b824d0080834d</id>
<content type='text'>
Not doing this caused the vlan mtu to be reduced by 4 bytes.

Submitted by:	Doug Ambrisko (ambrisko)
</content>
</entry>
</feed>
