<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ccd, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Remove #if NCCD &gt; 0 - it's guaranteed to be true by config if ccd.c is</title>
<updated>2000-01-29T14:29:56Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T14:29:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b5436a74a9b7ed1a590a1786fe000682b108423'/>
<id>urn:sha1:0b5436a74a9b7ed1a590a1786fe000682b108423</id>
<content type='text'>
being compiled. (NCCD is used elsewhere though :-( )
</content>
</entry>
<entry>
<title>Cleanup some remaining bdev fluff.</title>
<updated>2000-01-16T09:25:10Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-01-16T09:25:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af8862e4e6963f1536ef205d0390fb9bb9a2ef86'/>
<id>urn:sha1:af8862e4e6963f1536ef205d0390fb9bb9a2ef86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give vn_isdisk() a second argument where it can return a suitable errno.</title>
<updated>2000-01-10T12:04:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-01-10T12:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba4ad1fceab8c8580845aa2006c51598a2573117'/>
<id>urn:sha1:ba4ad1fceab8c8580845aa2006c51598a2573117</id>
<content type='text'>
Suggested by:	bde
</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>1999-12-21T08:20:36Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-12-21T08:20:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2046577307ed005d1c4884ba42e14295bb0ebe03'/>
<id>urn:sha1:2046577307ed005d1c4884ba42e14295bb0ebe03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce NDFREE (and remove VOP_ABORTOP)</title>
<updated>1999-12-15T23:02:35Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-12-15T23:02:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=762e6b856c64ee48f286a7f0b45d0067e556b252'/>
<id>urn:sha1:762e6b856c64ee48f286a7f0b45d0067e556b252</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revamp the devstat priority system.  All disks now have the same priority.</title>
<updated>1999-12-08T04:45:23Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1999-12-08T04:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86b2c8466d55cc4288852ba561b48581096f5859'/>
<id>urn:sha1:86b2c8466d55cc4288852ba561b48581096f5859</id>
<content type='text'>
The same goes for CD drivers and tape drivers.  In systems with mixed IDE
and SCSI, devices in the same priority class will be sorted in attach
order.

Also, the 'CCD' priority is now the 'ARRAY' priority, and a number of
drivers have been modified to use that priority.

This includes the necessary changes to all drivers, except the ATA drivers.
Soren will modify those separately.

This does not include and does not require any change in the devstat
version number, since no known userland applications use the priority
enumerations.

Reviewed by:	msmith, sos, phk, jlemon, mjacob, bde
</content>
</entry>
<entry>
<title>Convert various pieces of code to use vn_isdisk() rather than checking</title>
<updated>1999-11-22T10:33:55Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-11-22T10:33:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=38224dcd596dfecf4199c67ec1bdee8579d34206'/>
<id>urn:sha1:38224dcd596dfecf4199c67ec1bdee8579d34206</id>
<content type='text'>
for vp-&gt;v_type == VBLK.

In ccd: we don't need to call VOP_GETATTR to find the type of a vnode.

Reviewed by:    sos
</content>
</entry>
<entry>
<title>Remove the devsw magic from DEV_MODULE()</title>
<updated>1999-11-07T10:01:17Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-11-07T10:01:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d53dedee55bf8d4102a1bf1e08616176e5047400'/>
<id>urn:sha1:d53dedee55bf8d4102a1bf1e08616176e5047400</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removal of sys/device.h</title>
<updated>1999-10-05T21:19:41Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-10-05T21:19:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e2c6ca3b9106141100bcf4e602b29e2b1696fd5'/>
<id>urn:sha1:3e2c6ca3b9106141100bcf4e602b29e2b1696fd5</id>
<content type='text'>
- Move intrhook stuff into kernel.h
- Remove all occurrences of #device &lt;device.h&gt;
- Add kernel.h were necessary (nowhere)
- delete device.h

This file contained the structures for cfdata (old style config) and is no
longer used. It was included by most drivers.

It confuses the remote debugger as the definition of 'struct device' in
device.h is found before the one in bus_private.h.
</content>
</entry>
</feed>
