<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/Makefile, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-10-24T18:02:52Z</updated>
<entry>
<title>MFC: Hook the hptmv driver to the build</title>
<updated>2004-10-24T18:02:52Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-10-24T18:02:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09df75ee8e47591804146f2ce1b529a411cefe4a'/>
<id>urn:sha1:09df75ee8e47591804146f2ce1b529a411cefe4a</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>Merge the vge(4) driver from the HEAD. Also add nge(4) and lge(4) to</title>
<updated>2004-09-14T21:22:34Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>2004-09-14T21:22:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8257b2d6bd3d2f9b4febf9eced9e4e2cd3bb2d0b'/>
<id>urn:sha1:8257b2d6bd3d2f9b4febf9eced9e4e2cd3bb2d0b</id>
<content type='text'>
GENERIC for x86.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: 1.394: Build Netgraph modules on all architectures.</title>
<updated>2004-08-23T14:16:15Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-08-23T14:16:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8fc5ee4581b2c98d1ac74e5c5faccea85f1f752'/>
<id>urn:sha1:b8fc5ee4581b2c98d1ac74e5c5faccea85f1f752</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>AMD64 on-CPU GART support.</title>
<updated>2004-08-16T12:25:48Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-08-16T12:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c749e3fb159fd8c2f9784a61766a0f6acc75813'/>
<id>urn:sha1:3c749e3fb159fd8c2f9784a61766a0f6acc75813</id>
<content type='text'>
This also applies to AMD64 HW running 'i386' OS.

Submitted by:	Jung-uk Kim &lt;jkim@niksun.com&gt;
Integration by:	obrien
</content>
</entry>
<entry>
<title>Now that hme(4) is MI build its module on all platforms.</title>
<updated>2004-08-14T22:40:16Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-08-14T22:40:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac341582da3e78a43b500c577881969a60afdbe2'/>
<id>urn:sha1:ac341582da3e78a43b500c577881969a60afdbe2</id>
<content type='text'>
Tested by:	`make universe` and powerpc cross-build on i386
</content>
</entry>
<entry>
<title>Making a loadable null.ko for /dev/(null|zero) proved rather</title>
<updated>2004-08-03T19:24:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-08-03T19:24:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d23a262fc5271a798984f3186461f6f618c2e516'/>
<id>urn:sha1:d23a262fc5271a798984f3186461f6f618c2e516</id>
<content type='text'>
unpopular, so remove this (mis)feature.

Encouragement provided by:	jhb (and others)
</content>
</entry>
<entry>
<title>Really back out rev 1.388.</title>
<updated>2004-08-02T19:21:51Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-08-02T19:21:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9004f894b7ddc280d384a3138d0e49ada24430d9'/>
<id>urn:sha1:9004f894b7ddc280d384a3138d0e49ada24430d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't build and install a mem.ko module.</title>
<updated>2004-08-02T18:14:06Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-08-02T18:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c658f7630093831375cd774034f5d251ae753ebf'/>
<id>urn:sha1:c658f7630093831375cd774034f5d251ae753ebf</id>
<content type='text'>
Currently one cannot load the mem.ko module without panicing if mem is
compiled into the kernel and one cannot build a kernel w/o "device mem"
right now either.  Thus it is too dangerous to install mem.ko right now
because if one puts 'mem_load="YES"' in /etc/loader.conf they cannot
boot an "old" kernel (at the time that a kernel doesn't have to be built
with "device mem).
</content>
</entry>
<entry>
<title>Break out the MI part of the /dev/[k]mem and /dev/io drivers into</title>
<updated>2004-08-01T11:40:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-08-01T11:40:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ab2f5ecc596131f6ca790d6ae35540c06ed7985'/>
<id>urn:sha1:8ab2f5ecc596131f6ca790d6ae35540c06ed7985</id>
<content type='text'>
their own directory and module, leaving the MD parts in the MD
area (the MD parts _are_ part of the modules). /dev/mem and /dev/io
are now loadable modules, thus taking us one step further towards
a kernel created entirely out of modules. Of course, there is nothing
preventing the kernel from having these statically compiled.
</content>
</entry>
<entry>
<title>The ahb module is not needed for pc98.</title>
<updated>2004-06-30T13:09:13Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2004-06-30T13:09:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f00798b3a78489b510261dc392a5b95531a17fb'/>
<id>urn:sha1:1f00798b3a78489b510261dc392a5b95531a17fb</id>
<content type='text'>
</content>
</entry>
</feed>
