<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/em, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-01-17T01:34:40Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-01-17T01:34:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f150159eab4424fb95d2fc043cab858cd1373efa'/>
<id>urn:sha1:f150159eab4424fb95d2fc043cab858cd1373efa</id>
<content type='text'>
The README refers to a LICENSE file, so add that file too.
BTW the license is also embedded in the source files.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2003-01-07T21:43:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-01-07T21:43:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=107e65b38ef0de1a7452e98e709c2a4af1ebdb92'/>
<id>urn:sha1:107e65b38ef0de1a7452e98e709c2a4af1ebdb92</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - Move to array based indexing for TX/RX descriptor/buffer management</title>
<updated>2003-01-03T18:18:56Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2003-01-03T18:18:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c44b9bc067b743ba5d32f71e0dedb80080fe908a'/>
<id>urn:sha1:c44b9bc067b743ba5d32f71e0dedb80080fe908a</id>
<content type='text'>
  - Added support for ITR (interrupt throttle register). This feature is available on
  adapters based on 82545 and above
  - Fixed problem with vlan support when traffic has priority bits set. (kern/45907)
PR:	kern/45907
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-11-12T00:52:15Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2002-11-12T00:52:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=652867bb10141d8ab7224ee81c8de86720fdefe5'/>
<id>urn:sha1:652867bb10141d8ab7224ee81c8de86720fdefe5</id>
<content type='text'>
  - Set RS (Report Status) bit on all descriptors of a packet instead of just the last one.
  - Set RDTR to zero by default instead of 28.
  - Fixed a problem with TX hangs with jumbo frames when number of fragments in the mbuf chain
  is large.
  - Added support for 82540EP based cards.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-09-26T16:34:41Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2002-09-26T16:34:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c6b5a04e3bb6226193b6c016490b9271f14c24f'/>
<id>urn:sha1:4c6b5a04e3bb6226193b6c016490b9271f14c24f</id>
<content type='text'>
Corrected license in the source files. It should say "MUST" instead of "MAY".

Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-08-26T19:10:25Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2002-08-26T19:10:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=91e1a5025cc90a33e10020d4c3dbe40b96997154'/>
<id>urn:sha1:91e1a5025cc90a33e10020d4c3dbe40b96997154</id>
<content type='text'>
  Back out TX/RX descriptor/buffer management changes from earier commit.
  We are having panics with the driver under stress with jumbo frames.
  Unfortunately we didnot catch it during our regular test cycle.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-08-25T01:54:53Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2002-08-25T01:54:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f90cb462d234783c38dfe7b4d524e4e792cde0b'/>
<id>urn:sha1:9f90cb462d234783c38dfe7b4d524e4e792cde0b</id>
<content type='text'>
TX/RX descriptor/buffer management changes.
    Use array based scheme instead of queueing macros.

Submitted by:	Luigi Rizzo (rizzo@icir.org)
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2002-07-20T02:30:27Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2002-07-20T02:30:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cefd31e793501375df98d53bb8b9dc9995469ad9'/>
<id>urn:sha1:cefd31e793501375df98d53bb8b9dc9995469ad9</id>
<content type='text'>
- Use IO mode to reset the controller (82544 and beyond)
- Read the Mac address only once during attach.
  (This fixes the failover issue observed using the bonding driver)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-06-25T04:24:20Z</updated>
<author>
<name>Prafulla Deuskar</name>
<email>pdeuskar@FreeBSD.org</email>
</author>
<published>2002-06-25T04:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ced933c1ef02aea28cfa0d95914742f0b40709b7'/>
<id>urn:sha1:ced933c1ef02aea28cfa0d95914742f0b40709b7</id>
<content type='text'>
Removed unneeded files.
if_em_fxhw.[c,h] and if_em_phy.[c,h]
have been merged into one [c,h] file.
</content>
</entry>
</feed>
