https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259703
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: b...@freebsd.org Reporter: paua...@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 means" " aggressively place devices into D3 state. 3 means put absolutely" " everything in D3 state."); "function" should be "device", I think. -- You are receiving this mail because: You are the assignee for the bug.