<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/mlx/mlx_disk.c, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-05-30T20:08:47Z</updated>
<entry>
<title>Add missing &lt;sys/module.h&gt; includes</title>
<updated>2004-05-30T20:08:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-05-30T20:08:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe12f24bb098d8d2a6c35394a53a65b3e64f83d9'/>
<id>urn:sha1:fe12f24bb098d8d2a6c35394a53a65b3e64f83d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the disk(9) API in order to make device removal more robust.</title>
<updated>2004-02-18T21:36:53Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-02-18T21:36:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b7ed341e106c1583e873116529015d2ae042fd0'/>
<id>urn:sha1:0b7ed341e106c1583e873116529015d2ae042fd0</id>
<content type='text'>
Previously the "struct disk" were owned by the device driver and this
gave us problems when the device disappared and the users of that device
were not immediately disappearing.

Now the struct disk is allocate with a new call, disk_alloc() and owned
by geom_disk and just abandonned by the device driver when disk_create()
is called.

Unfortunately, this results in a ton of "s/\./-&gt;/" changes to device
drivers.

Since I'm doing the sweep anyway, a couple of other API improvements
have been carried out at the same time:

The Giant awareness flag has been flipped from DISKFLAG_NOGIANT to
DISKFLAG_NEEDSGIANT

A version number have been added to disk_create() so that we can detect,
report and ignore binary drivers with old ABI in the future.

Manual page update to follow shortly.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Use bioq_flush() to drain a bio queue with a specific error code.</title>
<updated>2003-04-01T15:06:26Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-04-01T15:06:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=891619a66d5e01e5d5db6a11cfd7f26c815338e3'/>
<id>urn:sha1:891619a66d5e01e5d5db6a11cfd7f26c815338e3</id>
<content type='text'>
Retain the mistake of not updating the devstat API for now.

Spell bioq_disksort() consistently with the remaining bioq_*().

#include &lt;geom/geom_disk.h&gt; where this is more appropriate.
</content>
</entry>
<entry>
<title>Centralize the devstat handling for all GEOM disk device drivers</title>
<updated>2003-03-08T08:01:31Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-08T08:01:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=60794e0478b835c275eccb116cd177a789f87f56'/>
<id>urn:sha1:60794e0478b835c275eccb116cd177a789f87f56</id>
<content type='text'>
in geom_disk.c.

As a side effect this makes a lot of #include &lt;sys/devicestat.h&gt;
lines not needed and some biofinish() calls can be reduced to
biodone() again.
</content>
</entry>
<entry>
<title>Chase the musical variable names.</title>
<updated>2003-02-25T22:48:33Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-02-25T22:48:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe6301c61c03f767374657e058161780e60be77d'/>
<id>urn:sha1:fe6301c61c03f767374657e058161780e60be77d</id>
<content type='text'>
Pointy hat to:	jhb
Reported by:	des
</content>
</entry>
<entry>
<title>Limit the maximum I/O size to 8 pages for version 2 controllers.  This</title>
<updated>2003-02-25T20:47:22Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-02-25T20:47:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1159d10c09bcf1ad02555049d246a907f205768'/>
<id>urn:sha1:e1159d10c09bcf1ad02555049d246a907f205768</id>
<content type='text'>
fixes problems with some mlx(4) cards in Alpha machines.

Reviewed by:	msmith (ages ago)
</content>
</entry>
<entry>
<title>Fix a small fat-finger: s/mlxd/mxld/.</title>
<updated>2003-02-25T20:35:56Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-02-25T20:35:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=464e014eb9d6b6de377773671697853e0ae67987'/>
<id>urn:sha1:464e014eb9d6b6de377773671697853e0ae67987</id>
<content type='text'>
Reported by:	Bob Willcox &lt;bob@immure.com&gt;
</content>
</entry>
<entry>
<title>NO_GEOM cleanup:</title>
<updated>2003-02-25T07:35:41Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-02-25T07:35:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b2fe65c5bec38cf304e0d330e503a85b861c3e7a'/>
<id>urn:sha1:b2fe65c5bec38cf304e0d330e503a85b861c3e7a</id>
<content type='text'>
Move to "struct disk*" centric API.
Retire major #131 (mlxd)
</content>
</entry>
<entry>
<title>NO_GEOM cleanup:</title>
<updated>2003-02-21T15:13:26Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-02-21T15:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b82ff758542333406c15ae101ee37865654f2270'/>
<id>urn:sha1:b82ff758542333406c15ae101ee37865654f2270</id>
<content type='text'>
Change the argument to disk_destroy() to be the same struct disk * as
disk_create() takes.

This enables drivers to ignore the (now) bogus dev_t which disk_create()
returns.
</content>
</entry>
</feed>
