<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/oldcard, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-17T06:51:49Z</updated>
<entry>
<title>Remove vestiges of oldcard and owi.</title>
<updated>2005-11-17T06:51:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-17T06:51:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a9e52fbfb2e90fa739fdc55c8f30a6ede3714c0'/>
<id>urn:sha1:1a9e52fbfb2e90fa739fdc55c8f30a6ede3714c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move to generating pccarddevs.h on the fly, both for the kernel and</title>
<updated>2004-05-26T00:53:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-26T00:53:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dba6dd177bdee890cf445fbe21a5dccefd5de18e'/>
<id>urn:sha1:dba6dd177bdee890cf445fbe21a5dccefd5de18e</id>
<content type='text'>
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
</content>
</entry>
<entry>
<title>Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.</title>
<updated>2002-11-06T13:47:00Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-11-06T13:47:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab3626d51a1d3db8cef3fe4c9b19182278e553b4'/>
<id>urn:sha1:ab3626d51a1d3db8cef3fe4c9b19182278e553b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make oldcard and newcard kernel module work.</title>
<updated>2002-05-30T17:38:00Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2002-05-30T17:38:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80f1001813b6427c08badac99e0b88980abc7432'/>
<id>urn:sha1:80f1001813b6427c08badac99e0b88980abc7432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
<updated>2002-01-11T15:49:02Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-11T15:49:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17d6c636720d00f77e5d098daf4c278f89d84f7b'/>
<id>urn:sha1:17d6c636720d00f77e5d098daf4c278f89d84f7b</id>
<content type='text'>
Not objected to by:	-current
</content>
</entry>
<entry>
<title>Turn on unconditional symbol export for modules whose API is</title>
<updated>2002-01-11T01:19:26Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2002-01-11T01:19:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4535126875e78f47a6b3445c7b8d58d325ec4fcf'/>
<id>urn:sha1:4535126875e78f47a6b3445c7b8d58d325ec4fcf</id>
<content type='text'>
not clear enough, will require additional analysis, or will
require some input from their maintainers.
</content>
</entry>
<entry>
<title>Catch up with some recent changes:</title>
<updated>2001-05-16T07:35:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2001-05-16T07:35:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=367995aaa28460b72b29162e13a922d82f514fdb'/>
<id>urn:sha1:367995aaa28460b72b29162e13a922d82f514fdb</id>
<content type='text'>
	1) pcic_isa.c
	2) For pc98, add mecia driver and -DPC98 to command line.
	3) pcic_p.c -&gt; pcic_pci.c
</content>
</entry>
<entry>
<title>Zap some bad examples:</title>
<updated>2001-02-04T08:23:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-02-04T08:23:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=205a48f7f3b700b70d2e209c31779f5d6c92d893'/>
<id>urn:sha1:205a48f7f3b700b70d2e209c31779f5d6c92d893</id>
<content type='text'>
opt_foo.h:
	touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
</content>
</entry>
<entry>
<title>Use a consistent style and one much closer to the rest of /usr/src</title>
<updated>2001-01-06T14:00:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-01-06T14:00:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c68159a6d8eede11766cf13896d0f7670dbd51aa'/>
<id>urn:sha1:c68159a6d8eede11766cf13896d0f7670dbd51aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add pcic_p to the list of things built</title>
<updated>2001-01-02T21:40:41Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2001-01-02T21:40:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2f9e1a37f539371edccb6c3ce8c033c4017786c'/>
<id>urn:sha1:e2f9e1a37f539371edccb6c3ce8c033c4017786c</id>
<content type='text'>
</content>
</entry>
</feed>
