Page MenuHomeFreeBSD

lua loader: Add disable-device to disable a device.
ClosedPublic

Authored by imp on Jul 24 2021, 4:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 7:18 AM
Unknown Object (File)
Sun, Nov 10, 7:18 AM
Unknown Object (File)
Sun, Nov 10, 7:17 AM
Unknown Object (File)
Sun, Nov 10, 7:07 AM
Unknown Object (File)
Sat, Nov 9, 4:57 AM
Unknown Object (File)
Thu, Oct 17, 6:07 PM
Unknown Object (File)
Wed, Oct 16, 1:04 PM
Unknown Object (File)
Oct 14 2024, 7:49 PM
Subscribers

Details

Summary

disable-device fooX will set hint.foo.X.disabled=1 as a way to easily
disable a device attaching during boot.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jul 24 2021, 4:36 AM
tsoome added inline comments.
stand/lua/cli.lua
248

is it worth it to list disabled devices here?

This revision is now accepted and ready to land.Jul 24 2021, 3:11 PM
stand/lua/cli.lua
248

I don't think there's enough demand for that...and I'm not sure the proper interface for it anyway....