<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/hea/eni.h, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-12-07T04:27:08Z</updated>
<entry>
<title>Now that we have the en(4) driver, we no longer need the hea driver.</title>
<updated>2003-12-07T04:27:08Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-12-07T04:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1da8b3b9842f61b392ac91b4addad8920e76d03e'/>
<id>urn:sha1:1da8b3b9842f61b392ac91b4addad8920e76d03e</id>
<content type='text'>
Approved by: harti@
</content>
</entry>
<entry>
<title>fix reference to pci/pcireg.h</title>
<updated>2003-08-22T15:35:37Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-22T15:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2e618d5b2d3b148afd39f679dfdae55ef0ff03d'/>
<id>urn:sha1:f2e618d5b2d3b148afd39f679dfdae55ef0ff03d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer new location of pci include files (which have only been in the</title>
<updated>2003-08-22T06:00:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-22T06:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f'/>
<id>urn:sha1:77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f</id>
<content type='text'>
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
</content>
</entry>
<entry>
<title>Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,</title>
<updated>2003-01-01T18:49:04Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-01-01T18:49:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9d5abbddbf03791c777fed86500976ea3dd19245'/>
<id>urn:sha1:9d5abbddbf03791c777fed86500976ea3dd19245</id>
<content type='text'>
especially in troff files.
</content>
</entry>
<entry>
<title>Add a field to struct cmn_unit to hold a pointer to the driver's softc.</title>
<updated>2002-10-01T22:04:31Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2002-10-01T22:04:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f72e17e2339137ec9c88b867fe83d7f55f1a0ac9'/>
<id>urn:sha1:f72e17e2339137ec9c88b867fe83d7f55f1a0ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Turn the hea and hfa HARP storage pools into UMA zones and insert</title>
<updated>2002-06-14T16:59:38Z</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2002-06-14T16:59:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6037a7953ff02b242158f574e73ba1422542199'/>
<id>urn:sha1:b6037a7953ff02b242158f574e73ba1422542199</id>
<content type='text'>
  the necesary uma_zcreate() and uma_zdestroy calls into module loading
  handler and the device attach handling.
- Change the related HARP netatm code to use UMA zone functions when
  dealing with the zones that were formerly the ATM interface (hea, hfa)
  storage pools.
- Have atm_physif_freenifs() now get passed an uma_zone_t so that we can
  properly free the allocated NIF's back to their zone.

This should be the last commit to remove any code that makes use of the
netatm storage pool api.  I will be removing the api code within the near
future.

Reviewed by:	mdodd
</content>
</entry>
<entry>
<title>Recognize Adaptec ANA-5910/30/40[A] boards.</title>
<updated>2002-06-07T05:23:01Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2002-06-07T05:23:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14eaf0649362788ff3b3d0c3a63d026804a54132'/>
<id>urn:sha1:14eaf0649362788ff3b3d0c3a63d026804a54132</id>
<content type='text'>
Read the MAC address from Adaptec boards correctly.

Bits borrowed from sys/pci/if_en_pci.c.
</content>
</entry>
<entry>
<title>Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)</title>
<updated>2002-06-03T09:16:52Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2002-06-03T09:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b20d4649f97a40a8c68397bded7ad401fb3c4343'/>
<id>urn:sha1:b20d4649f97a40a8c68397bded7ad401fb3c4343</id>
<content type='text'>
Module loads and unloads properly.

Thanks to Richard Hodges &lt;rh@matriplex.com&gt; for donating the hardware
to allow me to work on this driver.
</content>
</entry>
<entry>
<title>Minor tweaks to get these to stop breaking LINT.  They still dont work</title>
<updated>2001-01-17T01:08:50Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-01-17T01:08:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b348bd939230b734a7ec92b5d41166e1830c74c8'/>
<id>urn:sha1:b348bd939230b734a7ec92b5d41166e1830c74c8</id>
<content type='text'>
and emit warnings, but we need to get the test coverage elsewhere.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
</feed>
