<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/3dfx, branch releng/7.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-03-03T21:37:38Z</updated>
<entry>
<title>Take the functionality contained in the former "options TDFX_LINUX"</title>
<updated>2006-03-03T21:37:38Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-03-03T21:37:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=375ce6798ff677713636505c46fd0dba827341fd'/>
<id>urn:sha1:375ce6798ff677713636505c46fd0dba827341fd</id>
<content type='text'>
into a separate module.  Accordingly, convert the option into a device
named similarly.

Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons.

Suggested by:	scottl
Reviewed by:	cokane
MFC after:	5 days
</content>
</entry>
<entry>
<title>Let modules use the kernel's opt_*.h files if built along with</title>
<updated>2005-10-14T23:30:17Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2005-10-14T23:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=822923447e454b30d310cb46903c9ddeca9f0a7a'/>
<id>urn:sha1:822923447e454b30d310cb46903c9ddeca9f0a7a</id>
<content type='text'>
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
</content>
</entry>
<entry>
<title>Remove NOMAN</title>
<updated>2001-03-27T19:04:09Z</updated>
<author>
<name>Coleman Kane</name>
<email>cokane@FreeBSD.org</email>
</author>
<published>2001-03-27T19:04:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05ca2115ba0aebb4d319128ff3ef1cd4ca5a7a3e'/>
<id>urn:sha1:05ca2115ba0aebb4d319128ff3ef1cd4ca5a7a3e</id>
<content type='text'>
</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>Zap silly #if NPCI &gt; 0 and the hoops that we jump through for the module</title>
<updated>2001-01-29T11:38:39Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-01-29T11:38:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93cd41f72d524d0499f2933769a610789437a2d2'/>
<id>urn:sha1:93cd41f72d524d0499f2933769a610789437a2d2</id>
<content type='text'>
case.  Use an 'and' case in conf/files so that it only gets compiled if
pci is present.
</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>Don't enable Linuxulator support if not on an i386.</title>
<updated>2000-08-28T03:17:49Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2000-08-28T03:17:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05c313d4ec429643cbe016845efe4723a3ff6a6d'/>
<id>urn:sha1:05c313d4ec429643cbe016845efe4723a3ff6a6d</id>
<content type='text'>
PR: 20873
Submitted by: Christian Weisgerber &lt;naddy@mips.inka.de&gt;
</content>
</entry>
<entry>
<title>Fix clean to remove pci.h</title>
<updated>2000-08-06T18:56:46Z</updated>
<author>
<name>Coleman Kane</name>
<email>cokane@FreeBSD.org</email>
</author>
<published>2000-08-06T18:56:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c546ab551c899f67d058ccfc4d35df16aacf4720'/>
<id>urn:sha1:c546ab551c899f67d058ccfc4d35df16aacf4720</id>
<content type='text'>
Numerous style fixes

Submitted by:	Marcel Moolenaar &lt;marcel@cup.hp.com&gt;
</content>
</entry>
<entry>
<title>Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.x</title>
<updated>2000-06-25T23:44:20Z</updated>
<author>
<name>Coleman Kane</name>
<email>cokane@FreeBSD.org</email>
</author>
<published>2000-06-25T23:44:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ffb7ea4913e9505f537b2ab019cd85a05f86ef61'/>
<id>urn:sha1:ffb7ea4913e9505f537b2ab019cd85a05f86ef61</id>
<content type='text'>
DRI support is ready for us, as per Doug Rabson's request &lt;dfr&gt;.
</content>
</entry>
<entry>
<title>Finish up the fixing of the linux ioctl stuff. Add line to remove the dev</title>
<updated>2000-06-23T05:54:26Z</updated>
<author>
<name>Coleman Kane</name>
<email>cokane@FreeBSD.org</email>
</author>
<published>2000-06-23T05:54:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0debd63a71dfabbcf654bc344507971bf4cbaacf'/>
<id>urn:sha1:0debd63a71dfabbcf654bc344507971bf4cbaacf</id>
<content type='text'>
entry upon unload.

Fix the module makefile.
</content>
</entry>
</feed>
