<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/conf/options, branch release/2.2.6</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Added support for the DPT driver.</title>
<updated>1998-03-06T23:45:13+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-03-06T23:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46aa4c86cbd3bdf2dec67760e5918e3f2cbcd0fa'/>
<id>46aa4c86cbd3bdf2dec67760e5918e3f2cbcd0fa</id>
<content type='text'>
All non cosmettic changes are conditionalised on the #define  DPTOPT
so this should produce no functional changes if this is not defined.
All changed files have previously been tagged with PRE_DPT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All non cosmettic changes are conditionalised on the #define  DPTOPT
so this should produce no functional changes if this is not defined.
All changed files have previously been tagged with PRE_DPT.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: NO_LKM option</title>
<updated>1998-02-18T20:15:49+00:00</updated>
<author>
<name>Dima Ruban</name>
<email>dima@FreeBSD.org</email>
</author>
<published>1998-02-18T20:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fc7807d266abb8820aef393d002ef3d9eb4b2ef8'/>
<id>fc7807d266abb8820aef393d002ef3d9eb4b2ef8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring in compile time override of default rule from -current.</title>
<updated>1997-11-22T13:00:48+00:00</updated>
<author>
<name>Alexander Langer</name>
<email>alex@FreeBSD.org</email>
</author>
<published>1997-11-22T13:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1ec95b81f25a18b65b77f2910c416917403a6687'/>
<id>1ec95b81f25a18b65b77f2910c416917403a6687</id>
<content type='text'>
PR:             5068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:             5068
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: make TCPDEBUG a new-style option</title>
<updated>1997-09-16T18:37:02+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-09-16T18:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=35dc68d1b9c30fe3121d62ed4230ed07bdc78fdb'/>
<id>35dc68d1b9c30fe3121d62ed4230ed07bdc78fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hmpf.  Looking closer, i forgot half of the stuff required for the</title>
<updated>1997-08-17T14:13:08+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-08-17T14:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=55de927aacf6693fe4cf35a2981107eb80b2d9c3'/>
<id>55de927aacf6693fe4cf35a2981107eb80b2d9c3</id>
<content type='text'>
cd9660-root-f/s feature.  Here's the remainder (this time actually
verified with a `cvs diff -u /sys' from the machine that was already
running it).

As threatened in the original commit message, i'm now only merging
this feature for the cd(4) driver, since i didn't get any confirmation
that my blind commit for wcd(4), scd(4), mcd(4), and matcd(4) does
actually work.  Nobody bothered to look after the other suspected
problems with these drivers, either.

In case anybody's keen to consider the remaining drivers, here's a
list of respective file revisions that have not been mereged yet:

  1.89      +53 -1     src/sys/i386/isa/mcd.c
  1.30      +43 -1     src/sys/i386/isa/scd.c
  1.42      +35 -0     src/sys/i386/isa/wcd.c
  1.26      +76 -2     src/sys/i386/isa/matcd/matcd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cd9660-root-f/s feature.  Here's the remainder (this time actually
verified with a `cvs diff -u /sys' from the machine that was already
running it).

As threatened in the original commit message, i'm now only merging
this feature for the cd(4) driver, since i didn't get any confirmation
that my blind commit for wcd(4), scd(4), mcd(4), and matcd(4) does
actually work.  Nobody bothered to look after the other suspected
problems with these drivers, either.

In case anybody's keen to consider the remaining drivers, here's a
list of respective file revisions that have not been mereged yet:

  1.89      +53 -1     src/sys/i386/isa/mcd.c
  1.30      +43 -1     src/sys/i386/isa/scd.c
  1.42      +35 -0     src/sys/i386/isa/wcd.c
  1.26      +76 -2     src/sys/i386/isa/matcd/matcd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC (put INCLUDE_CONFIG_FILE into opt_config.h rather than the CFLAGS</title>
<updated>1997-02-28T15:41:25+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-02-28T15:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cbe28762a4755a3c9be37900b5d45112fe679fa9'/>
<id>cbe28762a4755a3c9be37900b5d45112fe679fa9</id>
<content type='text'>
line).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
line).
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC (everything except INCLUDE_CONFIG_FILE, CHILD_MAX, OPEN_MAX and</title>
<updated>1997-02-28T09:10:26+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-02-28T09:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=695d072d4111402cf6c483a5a42ee76dab982331'/>
<id>695d072d4111402cf6c483a5a42ee76dab982331</id>
<content type='text'>
ARP_PROXYALL.  This merge is mainly to start nuking EXTRAVNODES.  It
also removes some non-optional MSG* and SEM* "options" and sorts the
options).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ARP_PROXYALL.  This merge is mainly to start nuking EXTRAVNODES.  It
also removes some non-optional MSG* and SEM* "options" and sorts the
options).
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC (fixed spelling of SCSI_NCR_MAX*).</title>
<updated>1996-12-23T18:58:25+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-12-23T18:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9466d1ad0f39154a58831b6ce283489d7b04ae91'/>
<id>9466d1ad0f39154a58831b6ce283489d7b04ae91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options.</title>
<updated>1996-12-22T23:21:26+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-12-22T23:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b04918f3b022624b5baddfe0b116bace6c808ad'/>
<id>9b04918f3b022624b5baddfe0b116bace6c808ad</id>
<content type='text'>
(This commit is in the RELENG_2_2 branch, in case this ain't obvious
from the message.  I just don't know yet for sure.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This commit is in the RELENG_2_2 branch, in case this ain't obvious
from the message.  I just don't know yet for sure.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add options for NCR PCI SCSI driver.</title>
<updated>1996-12-21T02:23:23+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>1996-12-21T02:23:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e8c2e7ac643104f33f79f924a61b9c80adc6f928'/>
<id>e8c2e7ac643104f33f79f924a61b9c80adc6f928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
