<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/xe, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Try to create some sort of consistency in how the routings to find the</title>
<updated>2003-11-13T20:55:53Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-11-13T20:55:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa8255025ab0924083e32a0a72457566d8d6e7da'/>
<id>urn:sha1:aa8255025ab0924083e32a0a72457566d8d6e7da</id>
<content type='text'>
multicast hash are written.  There are still two distinct algorithms used,
and there actually isn't any reason each driver should have its own copy
of this function as they could all share one copy of it (if it grew an
additional argument).
</content>
</entry>
<entry>
<title>Disable the (currently unused) xe_reg_dump() function, until I know for</title>
<updated>2003-11-06T08:54:43Z</updated>
<author>
<name>Scott Mitchell</name>
<email>rsm@FreeBSD.org</email>
</author>
<published>2003-11-06T08:54:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0bd2c16cc2d031be88cfe4ab0b81f39c40f3c14'/>
<id>urn:sha1:e0bd2c16cc2d031be88cfe4ab0b81f39c40f3c14</id>
<content type='text'>
sure that it's not needed any more.

Reviewed by:	imp (mentor)
</content>
</entry>
<entry>
<title>Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)</title>
<updated>2003-11-05T08:27:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-11-05T08:27:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cf7816f16062832513a199d61472e2ff8c6fd57'/>
<id>urn:sha1:5cf7816f16062832513a199d61472e2ff8c6fd57</id>
<content type='text'>
for now.
</content>
</entry>
<entry>
<title>Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level</title>
<updated>2003-11-04T21:09:37Z</updated>
<author>
<name>Scott Mitchell</name>
<email>rsm@FreeBSD.org</email>
</author>
<published>2003-11-04T21:09:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e24e36cbe28a51f02b2783475ef00f2694acae03'/>
<id>urn:sha1:e24e36cbe28a51f02b2783475ef00f2694acae03</id>
<content type='text'>
from the xe driver.  Should probably be removed when current probe/attach
problems with the driver are fixed, but is useful now when requesting
diagnostic information from users.

Reviewed by:	imp (mentor)
</content>
</entry>
<entry>
<title>Constify a few more strings that were hidden behind XE_DEBUG define.</title>
<updated>2003-11-02T23:29:33Z</updated>
<author>
<name>Scott Mitchell</name>
<email>rsm@FreeBSD.org</email>
</author>
<published>2003-11-02T23:29:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f076bb7b5e19a28561c3200269b56e57b20c0f7b'/>
<id>urn:sha1:f076bb7b5e19a28561c3200269b56e57b20c0f7b</id>
<content type='text'>
Remove XE_VENDOR_ID_* defines in favour of PCMCIA_VENDOR_*.

Reviewed by:	imp (mentor)
</content>
</entry>
<entry>
<title>Replace the if_name and if_unit members of struct ifnet with new members</title>
<updated>2003-10-31T18:32:15Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2003-10-31T18:32:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9bf40ede4a299f315bc4b0ae5329631b8c7dc271'/>
<id>urn:sha1:9bf40ede4a299f315bc4b0ae5329631b8c7dc271</id>
<content type='text'>
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
</content>
</entry>
<entry>
<title>There is no way to enter the attach routine twice with the same softc</title>
<updated>2003-10-30T19:45:58Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2003-10-30T19:45:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c020a92f9f30edcefb75c81b8882ada6e6d50b8d'/>
<id>urn:sha1:c020a92f9f30edcefb75c81b8882ada6e6d50b8d</id>
<content type='text'>
without a detach call in between so don't try to deal with that
possiability.

This is a diff-reduction commit for the upcoming if_xname conversion.
</content>
</entry>
<entry>
<title>Const poison string accessor functions.</title>
<updated>2003-10-26T00:51:40Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-26T00:51:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=595670d93270852bdd1b667c5f76af6a50e71de0'/>
<id>urn:sha1:595670d93270852bdd1b667c5f76af6a50e71de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major update to xe driver:</title>
<updated>2003-10-14T22:51:35Z</updated>
<author>
<name>Scott Mitchell</name>
<email>rsm@FreeBSD.org</email>
</author>
<published>2003-10-14T22:51:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=846b8315a2ac2a07937ae665a535966f29a3e77b'/>
<id>urn:sha1:846b8315a2ac2a07937ae665a535966f29a3e77b</id>
<content type='text'>
- Make multicast work
- Fix (some of) the watchdog timeouts after card reset
- Add support for CE2, CEM28 and CEM33 cards
- General code cleanup

Any card that worked previously should still work, as well as a lot that
didn't.

The driver is not yet style(9) compliant; those changes are forthcoming,
once the functional changes are done.

PR:		kern/50644
Reviewed by:	imp
Approved by:	imp
</content>
</entry>
</feed>
