<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/dev_net.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the following environment variables to kernel options:</title>
<updated>2004-07-08T22:35:36+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-07-08T22:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0ac4013324da9417b9594c31bed81ad45f4d229e'/>
<id>0ac4013324da9417b9594c31bed81ad45f4d229e</id>
<content type='text'>
    bootp -&gt; BOOTP
    bootp.nfsroot -&gt; BOOTP_NFSROOT
    bootp.nfsv3 -&gt; BOOTP_NFSV3
    bootp.compat -&gt; BOOTP_COMPAT
    bootp.wired_to -&gt; BOOTP_WIRED_TO

- i.e. back out the previous commit.  It's already possible to
pxeboot(8) with a GENERIC kernel.

Pointed out by: dwmalone
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    bootp -&gt; BOOTP
    bootp.nfsroot -&gt; BOOTP_NFSROOT
    bootp.nfsv3 -&gt; BOOTP_NFSV3
    bootp.compat -&gt; BOOTP_COMPAT
    bootp.wired_to -&gt; BOOTP_WIRED_TO

- i.e. back out the previous commit.  It's already possible to
pxeboot(8) with a GENERIC kernel.

Pointed out by: dwmalone
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the following kernel options to environment variables:</title>
<updated>2004-07-08T13:40:33+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-07-08T13:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6'/>
<id>59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6</id>
<content type='text'>
    BOOTP -&gt; bootp
    BOOTP_NFSROOT -&gt; bootp.nfsroot
    BOOTP_NFSV3 -&gt; bootp.nfsv3
    BOOTP_COMPAT -&gt; bootp.compat
    BOOTP_WIRED_TO -&gt; bootp.wired_to

This lets you PXE boot with a GENERIC kernel by putting this sort of thing
in loader.conf:

    bootp="YES"
    bootp.nfsroot="YES"
    bootp.nfsv3="YES"
    bootp.wired_to="bge1"

or even setting the variables manually from the OK prompt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    BOOTP -&gt; bootp
    BOOTP_NFSROOT -&gt; bootp.nfsroot
    BOOTP_NFSV3 -&gt; bootp.nfsv3
    BOOTP_COMPAT -&gt; bootp.compat
    BOOTP_WIRED_TO -&gt; bootp.wired_to

This lets you PXE boot with a GENERIC kernel by putting this sort of thing
in loader.conf:

    bootp="YES"
    bootp.nfsroot="YES"
    bootp.nfsv3="YES"
    bootp.wired_to="bge1"

or even setting the variables manually from the OK prompt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Override the root server address if an IP address is specified in</title>
<updated>2003-11-03T19:45:05+00:00</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2003-11-03T19:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a69c45087c89cebdfd99f8c6a6694e78560135ba'/>
<id>a69c45087c89cebdfd99f8c6a6694e78560135ba</id>
<content type='text'>
the root path. This is reported to make non-PXE netbooting, such as
is used on sparc64 systems, work correctly when the TFTP server is
not the same as the root server.

PR:		kern/57328
Submitted by:	Per Kristian Hove &lt;Per.Hove@math.ntnu.no&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the root path. This is reported to make non-PXE netbooting, such as
is used on sparc64 systems, work correctly when the TFTP server is
not the same as the root server.

PR:		kern/57328
Submitted by:	Per Kristian Hove &lt;Per.Hove@math.ntnu.no&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-25T23:30:41+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-25T23:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1809be3cd462d071c04e67a2648af4ed71925153'/>
<id>1809be3cd462d071c04e67a2648af4ed71925153</id>
<content type='text'>
Also some minor style cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also some minor style cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stash various networking paramters in the environment for the kernel</title>
<updated>2002-07-31T20:17:06+00:00</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2002-07-31T20:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f739b33f57ff17e81e0c9dd401f651738456de49'/>
<id>f739b33f57ff17e81e0c9dd401f651738456de49</id>
<content type='text'>
to pick up, ala pxe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to pick up, ala pxe.
</pre>
</div>
</content>
</entry>
<entry>
<title>Give the network device a print method.</title>
<updated>2000-11-10T06:37:43+00:00</updated>
<author>
<name>Benno Rice</name>
<email>benno@FreeBSD.org</email>
</author>
<published>2000-11-10T06:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1fb6c2132f09c819728d6e1dd79f7f265245559'/>
<id>f1fb6c2132f09c819728d6e1dd79f7f265245559</id>
<content type='text'>
Reviewed by:	obrien
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	obrien
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support to send the string 'PXEClient' as the Vendor class</title>
<updated>2000-08-11T08:36:17+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-08-11T08:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=646cf5017b12d48302903665004921f80f3e373d'/>
<id>646cf5017b12d48302903665004921f80f3e373d</id>
<content type='text'>
identifier to the DHCP server.  Now you can check for this string
in your dhcp configuration to decide whether you will hand out a
lease to the client or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
identifier to the DHCP server.  Now you can check for this string
in your dhcp configuration to decide whether you will hand out a
lease to the client or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the more obvious warnings to deal with my earlier warning cleanups.</title>
<updated>2000-08-03T09:49:44+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-08-03T09:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eb37712079b56245e7bb80cce6b3caff1aa6b507'/>
<id>eb37712079b56245e7bb80cce6b3caff1aa6b507</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only probe network settings on the first open of the network device.</title>
<updated>2000-05-13T15:40:46+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2000-05-13T15:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bbd2c1e465af3dccc4be2df787c2845f2560ddc'/>
<id>8bbd2c1e465af3dccc4be2df787c2845f2560ddc</id>
<content type='text'>
The alpha firmware takes a seriously long time to open the network device
the first time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The alpha firmware takes a seriously long time to open the network device
the first time.
</pre>
</div>
</content>
</entry>
</feed>
