<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/pdq/if_fpa.c, branch release/4.9.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.9.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.9.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-10-27T07:57:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-10-27T07:57:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90928716548537e93f54266e33cb4a3353fd3932'/>
<id>urn:sha1:90928716548537e93f54266e33cb4a3353fd3932</id>
<content type='text'>
'RELENG_4_9_0_RELEASE'.

This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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>
<entry>
<title>Clean up after removing sys/eventhandler.h from sys/systm.h at the last</title>
<updated>1999-08-21T22:10:49Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-08-21T22:10:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ed7a59b0793e5ab0c983d8282c9f9ea4a7b8e21'/>
<id>urn:sha1:3ed7a59b0793e5ab0c983d8282c9f9ea4a7b8e21</id>
<content type='text'>
minute.  This should cover all of the missed cases (and should let LINT
build again).
</content>
</entry>
<entry>
<title>Implement a new generic mechanism for attaching handler functions to</title>
<updated>1999-08-21T06:24:40Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-08-21T06:24:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcb893a801d281f10818fb4c88ed31215283a94e'/>
<id>urn:sha1:fcb893a801d281f10818fb4c88ed31215283a94e</id>
<content type='text'>
events, in order to pave the way for removing a number of the ad-hoc
implementations currently in use.

Retire the at_shutdown family of functions and replace them with
new event handler lists.

Rework kern_shutdown.c to take greater advantage of the use of event
handlers.

Reviewed by:	green
</content>
</entry>
<entry>
<title>Simplify the COMPAT_PCI_DRIVER/DATA_SET hack.  We can add:</title>
<updated>1999-05-09T17:07:30Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-05-09T17:07:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=579f45fa601b342ea72b6bfbb3190cf80f376bea'/>
<id>urn:sha1:579f45fa601b342ea72b6bfbb3190cf80f376bea</id>
<content type='text'>
#define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data)
.. to 2.2.x and 3.x if people think it's worth it.  Driver writers can do
this if it's not defined.  (The reason for this is that I'm trying to
progressively eliminate use of linker_sets where it hurts modularity and
runtime load capability, and these DATA_SET's keep getting in the way.)
</content>
</entry>
<entry>
<title>Use COMPAT_PCI_DRIVER() for registration if it exists.  This shouldn't</title>
<updated>1999-04-24T20:17:05Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-04-24T20:17:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=96b3554e5c90242d0c5eea10fc394975d03303a8'/>
<id>urn:sha1:96b3554e5c90242d0c5eea10fc394975d03303a8</id>
<content type='text'>
hurt the driver portability to 3.x too much for where drivers are shared.
</content>
</entry>
<entry>
<title>    probe function changed from returning char * to const char *.</title>
<updated>1998-12-14T06:37:37Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1998-12-14T06:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2cbe36f7259481bdc879887e0afc0394e15be45a'/>
<id>urn:sha1:2cbe36f7259481bdc879887e0afc0394e15be45a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused #includes.</title>
<updated>1998-02-20T13:11:54Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-02-20T13:11:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39e4376ba79d20f9d1b73397d4f20f4e2b0aef25'/>
<id>urn:sha1:39e4376ba79d20f9d1b73397d4f20f4e2b0aef25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Staticize.</title>
<updated>1998-02-09T06:11:36Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-02-09T06:11:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=303b270b0a55fd0dc287afb82267317ca7826a7b'/>
<id>urn:sha1:303b270b0a55fd0dc287afb82267317ca7826a7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make INET a proper option.</title>
<updated>1998-01-08T23:42:31Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-01-08T23:42:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d5e9e2255b72657dba67926ac2c254fd2156698'/>
<id>urn:sha1:1d5e9e2255b72657dba67926ac2c254fd2156698</id>
<content type='text'>
This will not make any of object files that LINT create change; there
might be differences with INET disabled, but hardly anything compiled
before without INET anyway.  Now the 'obvious' things will give a
proper error if compiled without inet - ipx_ip, ipfw, tcp_debug.  The
only thing that _should_ work (but can't be made to compile reasonably
easily) is sppp :-(

This commit move struct arpcom from &lt;netinet/if_ether.h&gt; to
&lt;net/if_arp.h&gt;.
</content>
</entry>
</feed>
