Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 10:25:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244842] ugen(4) device node naming does not match documentation
Message-ID:  <bug-244842-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244842

            Bug ID: 244842
           Summary: ugen(4) device node naming does not match
                    documentation
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: gson@gson.org

In FreeBSD 12.1, the ugen(4) man page says:

FILES
     /dev/ugenN.E                           Endpoint E of device N.

but the actual device nodes naming scheme in 12.1 is entirely
different.  I'm guessing it's something more like this:

     /dev/ugenB.D                           Endpoint 0 of device D of bus B
     /dev/usb/B.D.E                         Endpoint E of device D of bus B

I would prefer to have the code match the man page for backwards
compatibility with earlier FreeBSD versions and consistency with the
other BSDs.  Failing that, please at least make the man page match the
code.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244842-227>