Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Nov 2021 21:41:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259703] In sys/dev/pci/pci.c, error in do_power_nodriver sysctl description
Message-ID:  <bug-259703-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 259703
           Summary: In sys/dev/pci/pci.c, error in do_power_nodriver
                    sysctl description
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: pauamma@gundo.com
             Flags: mfc-stable13?, mfc-stable12?

SYSCTL_INT(_hw_pci, OID_AUTO, do_power_nodriver, CTLFLAG_RWTUN,
    &pci_do_power_nodriver, 0,
    "Place a function into D3 state when no driver attaches to it.  0 means"
    " disable.  1 means conservatively place devices into D3 state.  2 mean=
s"
    " aggressively place devices into D3 state.  3 means put absolutely"
    " everything in D3 state.");

"function" should be "device", I think.

--=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-259703-227>