<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ath, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>o track API change for HAL v0.9.6.1</title>
<updated>2003-11-29T01:23:59Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-29T01:23:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8cec0ab9a86bd615981414beaebddb1f98a54830'/>
<id>urn:sha1:8cec0ab9a86bd615981414beaebddb1f98a54830</id>
<content type='text'>
o fix race condition when processing rx descriptors: because we use
  a self-linked descriptor at the end of the rx descriptor list to
  avoid rx overruns (which can easily happen for 5212 parts that enable
  PHY errors) we must carefully check that a descriptor is "done" by
  looking ahead to the next descriptor before believing the done bit
  in the current descriptor (this is all handled in the HAL since the
  rx descriptor format is chip-specific so we need to pass in two
  additional parameters--the physical address of the current descriptor
  and the virtual address of the next descriptor in the list)
o check copyout return status for SIOCGATHSTATS ioctl

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Sometimes cardbus attachments don't attach, so while we track down</title>
<updated>2003-11-28T05:28:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-11-28T05:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=347934fa630483db685b288c70a07621cb6f8721'/>
<id>urn:sha1:347934fa630483db685b288c70a07621cb6f8721</id>
<content type='text'>
this problem put these lines back in.  While they should be
unnecessary, they appear to be sometimes necessary.

Reviewed in concept: dfr
Approved by: re (scottl@)
</content>
</entry>
<entry>
<title>move rate control change messages under ath_debug</title>
<updated>2003-11-17T19:15:09Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-17T19:15:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=68025aeb6a082b51abb22489ee8c57ee01305f36'/>
<id>urn:sha1:68025aeb6a082b51abb22489ee8c57ee01305f36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o fix WEP use in hostap mode; need to reset the pointer to the</title>
<updated>2003-11-17T19:12:52Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-17T19:12:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6dbcc49109c5f41f00e64d36107c1bfd0a35e85'/>
<id>urn:sha1:f6dbcc49109c5f41f00e64d36107c1bfd0a35e85</id>
<content type='text'>
  802.11 packet header after stripping the WEP header on input
</content>
</entry>
<entry>
<title>on a beacon miss try to reassociate before starting a scan</title>
<updated>2003-11-17T19:02:18Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-17T19:02:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e585d188b025d59c5779034660b52afdf35874e4'/>
<id>urn:sha1:e585d188b025d59c5779034660b52afdf35874e4</id>
<content type='text'>
Submitted by:	Henry Qian
</content>
</entry>
<entry>
<title>Don't count PHY errors as input errors.  This is important for</title>
<updated>2003-11-13T05:35:07Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-13T05:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=85643802a43b9eaff00831cd42510f5ecd15be81'/>
<id>urn:sha1:85643802a43b9eaff00831cd42510f5ecd15be81</id>
<content type='text'>
5212-based devices because PHY errors are used to collect data
on environmental noise that and doesn't truly reflect the state
of the communications media.  The result is confused users.
Folks that want to watch PHY errors can still get the statistics
through the device ioctl (used by athstats).
</content>
</entry>
<entry>
<title>Remove explicit cardbus attachments from drivers where this is identical</title>
<updated>2003-11-03T09:22:18Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2003-11-03T09:22:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0be389f3caaecdef16c6b4168f7c0c13ac05cab0'/>
<id>urn:sha1:0be389f3caaecdef16c6b4168f7c0c13ac05cab0</id>
<content type='text'>
to the pci attachment. Cardbus is a derived class of pci so all pci
drivers are automatically available for matching against cardbus devices.

Reviewed by: imp
</content>
</entry>
<entry>
<title>o check hal ABI version to catch driver-HAL mismatches</title>
<updated>2003-11-01T03:37:33Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-11-01T03:37:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=85bdc65a806da89b8c353656335ed6d5827d4888'/>
<id>urn:sha1:85bdc65a806da89b8c353656335ed6d5827d4888</id>
<content type='text'>
o print MAC, PHY, and radio h/w revisions at attach
</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>
</feed>
