<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/i4b/driver/i4b_ing.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>/* -&gt; /*- for copyright notices, minor format tweaks as necessary</title>
<updated>2005-01-06T22:18:23+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T22:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=86cb007f9f53a618310e56ff967339221197b416'/>
<id>86cb007f9f53a618310e56ff967339221197b416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill count device support from config.  I've changed the last few</title>
<updated>2004-08-30T23:03:58+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-08-30T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f37a929ca103ae6f67e0b0110efa0e4b11fbd407'/>
<id>f37a929ca103ae6f67e0b0110efa0e4b11fbd407</id>
<content type='text'>
remaining consumers to have the count passed as an option.  This is
i4b, pc98/wdc, and coda.

Bump configvers.h from 500013 to 600000.

Remove heuristics that tried to parse "device ed5" as 5 units of the ed
device.  This broke things like the snd_emu10k1 device, which required
quotes to make it parse right.  The no-longer-needed quotes have been
removed from NOTES, GENERIC etc.  eg, I've removed the quotes from:
   device  snd_maestro
   device  "snd_maestro3"
   device  snd_mss

I believe everything will still compile and work after this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remaining consumers to have the count passed as an option.  This is
i4b, pc98/wdc, and coda.

Bump configvers.h from 500013 to 600000.

Remove heuristics that tried to parse "device ed5" as 5 units of the ed
device.  This broke things like the snd_emu10k1 device, which required
quotes to make it parse right.  The no-longer-needed quotes have been
removed from NOTES, GENERIC etc.  eg, I've removed the quotes from:
   device  snd_maestro
   device  "snd_maestro3"
   device  snd_mss

I believe everything will still compile and work after this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch up with the new world order of Netgraph metas.</title>
<updated>2004-07-06T06:43:45+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-06T06:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f29897b67da84d3a96db24b79cb3a8eb83d43c1d'/>
<id>f29897b67da84d3a96db24b79cb3a8eb83d43c1d</id>
<content type='text'>
(This one was the last, according to grep(1).)

Submitted by:	Gleb Smirnoff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This one was the last, according to grep(1).)

Submitted by:	Gleb Smirnoff
</pre>
</div>
</content>
</entry>
<entry>
<title>Add another ifdef...</title>
<updated>2004-07-05T17:58:03+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-07-05T17:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=436e887e9c3ce9a71a2584260e0c8c3806205584'/>
<id>436e887e9c3ce9a71a2584260e0c8c3806205584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>meta_p is a void *, so a variable that's of type void * can't be</title>
<updated>2004-07-04T16:10:36+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-07-04T16:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1877e5a42f58324dc404b071a6e1b456a8fc9f53'/>
<id>1877e5a42f58324dc404b071a6e1b456a8fc9f53</id>
<content type='text'>
dereferenced directly.  Toss an ifdef around it for the moment and
allow this to compile.  This likely means that priority packets aren't
queued to the special high priority queue.  The maintainer of this
should look into the problem.

This is likely fallout from the netgraph migration to using a more
generic meta tag from the mbug recently.

Fixes: pc98 tinerbox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dereferenced directly.  Toss an ifdef around it for the moment and
allow this to compile.  This likely means that priority packets aren't
queued to the special high priority queue.  The maintainer of this
should look into the problem.

This is likely fallout from the netgraph migration to using a more
generic meta tag from the mbug recently.

Fixes: pc98 tinerbox
</pre>
</div>
</content>
</entry>
<entry>
<title>Be BURN_BRIDGES compliant</title>
<updated>2004-06-21T21:59:00+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-21T21:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c1f7e1d99465c0e07eca4108fb0cbb0dcb2f9c1d'/>
<id>c1f7e1d99465c0e07eca4108fb0cbb0dcb2f9c1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to using C99 sparse initialisers for the type methods array.</title>
<updated>2004-05-29T00:51:19+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-05-29T00:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8aae7776f85d2fa8aa93f73c37782cd9e1204c6'/>
<id>f8aae7776f85d2fa8aa93f73c37782cd9e1204c6</id>
<content type='text'>
Should make no binary difference.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Reviewed by:	Harti Brandt &lt;harti@freebsd.org&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should make no binary difference.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Reviewed by:	Harti Brandt &lt;harti@freebsd.org&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-10T23:23:33+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-10T23:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a75fe748449fdcd16ddafac6d2da354fe3546f2a'/>
<id>a75fe748449fdcd16ddafac6d2da354fe3546f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Continue de-counting i4b.  Devices i4bctl, i4bcapi, iavc, i4bq921,</title>
<updated>2002-09-02T00:52:11+00:00</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2002-09-02T00:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5906e69ac2512d8d617d3b64ecf9b439db30df0e'/>
<id>5906e69ac2512d8d617d3b64ecf9b439db30df0e</id>
<content type='text'>
i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are
no longer count devices.  Also remove a few other instances of N&lt;DEVICE&gt;
being used to control compilation of whole files.

Reviewed by:    hm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are
no longer count devices.  Also remove a few other instances of N&lt;DEVICE&gt;
being used to control compilation of whole files.

Reviewed by:    hm
</pre>
</div>
</content>
</entry>
</feed>
