<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in devclass.9</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>22ea1ec051c15659944bf3922c33ec4025d010ea - newbus: introduce DEVICE_UNIT_ANY</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#22ea1ec051c15659944bf3922c33ec4025d010ea</link>
        <description>newbus: introduce DEVICE_UNIT_ANYRight now we pass a bare -1 for situations where any unit number will do.Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant.Update documentation and examples where -1 is currently used, thoughadditional doc updates may be needed.Sponsored by:		Netflix

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 25 Jul 2024 04:22:48 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Wed, 16 Aug 2023 17:55:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22ea1ec051c15659944bf3922c33ec4025d010ea - newbus: introduce DEVICE_UNIT_ANY</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#22ea1ec051c15659944bf3922c33ec4025d010ea</link>
        <description>newbus: introduce DEVICE_UNIT_ANYRight now we pass a bare -1 for situations where any unit number will do.Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant.Update documentation and examples where -1 is currently used, thoughadditional doc updates may be needed.Sponsored by:		Netflix

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 25 Jul 2024 04:22:48 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Wed, 16 Aug 2023 17:55:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>571dba6ec9f25ecf7582dc2192daf1ceea70065f - Use &apos;manual page&apos; instead of &apos;man page&apos; for consistency.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#571dba6ec9f25ecf7582dc2192daf1ceea70065f</link>
        <description>Use &apos;manual page&apos; instead of &apos;man page&apos; for consistency.Approved by:	re (hrs)

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Tue, 28 Jun 2005 20:15:19 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0942a6000928264f437f48cc6499faa97ed054f - Mdoc Janitor:</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#a0942a6000928264f437f48cc6499faa97ed054f</link>
        <description>Mdoc Janitor:  * Fix hard sentence breaks.  * NOTE: devstat(9) requires more mdoc(7) work.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 23 Oct 2003 01:54:06 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8801468131ec6025be40f869dfb4e21ccfbd520 - The devclass is an object type, mark it as such.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#f8801468131ec6025be40f869dfb4e21ccfbd520</link>
        <description>The devclass is an object type, mark it as such.This also unbreaks the devclass_find(9) manpage.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Mon, 02 Jun 2003 15:34:14 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0640e9e01b3e93e057629a848b7870f30427c609 - Some mdoc(7) fixes:</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#0640e9e01b3e93e057629a848b7870f30427c609</link>
        <description>Some mdoc(7) fixes:Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.The .Ar mdoc(7) specifier should only be used when displaying command linearguments.Approved by:	des (mentor)

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Sat, 31 May 2003 14:07:25 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d45e180f437865262fc7c39fc3239641f305737 - mdoc(7) police: removed HISTORY info from the .Os call.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#3d45e180f437865262fc7c39fc3239641f305737</link>
        <description>mdoc(7) police: removed HISTORY info from the .Os call.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Tue, 10 Jul 2001 15:31:11 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70d51341bf6ad3be0ea5b02ef489691d80719249 - mdoc(7) police: remove extraneous .Pp before and/or after .Sh.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#70d51341bf6ad3be0ea5b02ef489691d80719249</link>
        <description>mdoc(7) police: remove extraneous .Pp before and/or after .Sh.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Mon, 09 Jul 2001 09:54:33 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0353b836e88609b9400851d32e0aa6645ff9be3 - mdoc(7) police: split punctuation characters + misc fixes.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#d0353b836e88609b9400851d32e0aa6645ff9be3</link>
        <description>mdoc(7) police: split punctuation characters + misc fixes.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 01 Feb 2001 16:38:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>232095104e1f08b684234476f6ee1730e93a3963 - Add a brief warning about devclass and multiple device driver attachments.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#232095104e1f08b684234476f6ee1730e93a3963</link>
        <description>Add a brief warning about devclass and multiple device driver attachments.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 23 Nov 2000 17:19:54 +0000</pubDate>
        <dc:creator>Daniel C. Sobral &lt;dcs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea244c40159a41ab22da77a434d7c5b5e85a - $Id$ -&gt; $FreeBSD$</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#7f3dea244c40159a41ab22da77a434d7c5b5e85a</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>def37e7c68d5302d98cc7c808a9a7db4e338643e - Various man page cleanup:</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#def37e7c68d5302d98cc7c808a9a7db4e338643e</link>
        <description>Various man page cleanup:- Sort xrefs- FreeBSD.ORG -&gt; FreeBSD.org- Be consistent with section names as outlined in mdoc(7).- Other misc mdoc cleanup.PR:		doc/13144Submitted by:	Alexey M. Zelkin &lt;phantom@cris.net&gt;

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Sun, 15 Aug 1999 10:48:36 +0000</pubDate>
        <dc:creator>Mike Pritchard &lt;mpp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a04dd7481b80786760f38ff3902e24851fc7ef37 - Fix some spelling errors.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#a04dd7481b80786760f38ff3902e24851fc7ef37</link>
        <description>Fix some spelling errors.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Mon, 01 Feb 1999 22:55:54 +0000</pubDate>
        <dc:creator>Mike Pritchard &lt;mpp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cefd51ec44292b8783adfd5cb1c5994e40c55595 - Add manpages for the new device framework.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#cefd51ec44292b8783adfd5cb1c5994e40c55595</link>
        <description>Add manpages for the new device framework.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 03 Sep 1998 21:52:05 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22ea1ec051c15659944bf3922c33ec4025d010ea - newbus: introduce DEVICE_UNIT_ANY</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#22ea1ec051c15659944bf3922c33ec4025d010ea</link>
        <description>newbus: introduce DEVICE_UNIT_ANYRight now we pass a bare -1 for situations where any unit number will do.Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant.Update documentation and examples where -1 is currently used, thoughadditional doc updates may be needed.Sponsored by:		Netflix

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 25 Jul 2024 04:22:48 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Wed, 16 Aug 2023 17:55:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>571dba6ec9f25ecf7582dc2192daf1ceea70065f - Use &apos;manual page&apos; instead of &apos;man page&apos; for consistency.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#571dba6ec9f25ecf7582dc2192daf1ceea70065f</link>
        <description>Use &apos;manual page&apos; instead of &apos;man page&apos; for consistency.Approved by:	re (hrs)

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Tue, 28 Jun 2005 20:15:19 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0942a6000928264f437f48cc6499faa97ed054f - Mdoc Janitor:</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/devclass.9#a0942a6000928264f437f48cc6499faa97ed054f</link>
        <description>Mdoc Janitor:  * Fix hard sentence breaks.  * NOTE: devstat(9) requires more mdoc(7) work.

            List of files:
            /src/share/man/man9/devclass.9</description>
        <pubDate>Thu, 23 Oct 2003 01:54:06 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
