<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/sysinstall/modules.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Add a new variable 'skipPCCARD'.  This variable will cause sysinstall</title>
<updated>2003-08-20T06:24:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-20T06:24:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cd54ca65871612a7444561490ef5bc279ebef28'/>
<id>urn:sha1:4cd54ca65871612a7444561490ef5bc279ebef28</id>
<content type='text'>
to ignore all PC Card devices.

Submitted by: Anders Nordby
PR: bin/37650

MFC After: 2 weeks
</content>
</entry>
<entry>
<title>Add a function driverFloppyCheck() that asks the user if they would like to</title>
<updated>2003-01-15T21:47:36Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-01-15T21:47:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a10e2868e6550f5a5da5a37e763341d051e974a'/>
<id>urn:sha1:0a10e2868e6550f5a5da5a37e763341d051e974a</id>
<content type='text'>
load drivers from the driver floppy if the "driver_floppy" variable is set
in the kernel environment and call this function after probing devices but
before displaying the main menu.

X-MFC after:	as soon as I finish committing to current
Approved by:	re@ (blanket)
</content>
</entry>
<entry>
<title>Move the modules in the mfsroot to /modules instead of /stand/modules so</title>
<updated>2002-11-04T15:44:57Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-04T15:44:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70accddf26033601b716c68a8986cbb95d115b16'/>
<id>urn:sha1:70accddf26033601b716c68a8986cbb95d115b16</id>
<content type='text'>
that they aren't copied over into /stand of new installations.

Submitted by:	matusita
Tested on:	i386
</content>
</entry>
<entry>
<title>Backout revision 1.2 since it didn't work and replace it with a fix that</title>
<updated>2002-06-03T22:36:52Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-06-03T22:36:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=30c00e6c41538dc8277a5be0fc1a6354da0b7585'/>
<id>urn:sha1:30c00e6c41538dc8277a5be0fc1a6354da0b7585</id>
<content type='text'>
actually does work.  Ignore errors from kldload(2) if the errno value is
EEXIST.  It would help if this return value were documented in the
kldload(2) manual page.
</content>
</entry>
<entry>
<title>Don't load a module from /stand/modules in the MFS root if it is already in</title>
<updated>2002-05-31T20:06:24Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-05-31T20:06:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fa82904a90e2d19f67f2e2ca8a4df6dba1eb6622'/>
<id>urn:sha1:fa82904a90e2d19f67f2e2ca8a4df6dba1eb6622</id>
<content type='text'>
the kernel.
</content>
</entry>
<entry>
<title>Add the ability to load klds from a floppy as part of the installation.</title>
<updated>2001-10-12T22:39:02Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-10-12T22:39:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=513cce40255b150281e96c5cac8581380dffd042'/>
<id>urn:sha1:513cce40255b150281e96c5cac8581380dffd042</id>
<content type='text'>
Submitted by:	"Daniel O'Connor" &lt;doconnor@gsoft.com.au&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.</title>
<updated>2000-10-31T07:39:07Z</updated>
<author>
<name>Tatsumi Hosokawa</name>
<email>hosokawa@FreeBSD.org</email>
</author>
<published>2000-10-31T07:39:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b98c5f70ff9a5591539fed903d36e8f7a8ee34cf'/>
<id>urn:sha1:b98c5f70ff9a5591539fed903d36e8f7a8ee34cf</id>
<content type='text'>
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.

Reviewed by:	current@FreeBSD.org
</content>
</entry>
</feed>
