"device" and "nodevice" lines can actually specify more than one device
(separated by commas), so add "devices" and "nodevices" as aliases. MFC after: 2 weeks
This commit is contained in:
parent
ed5769e305
commit
d67c43b3a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141615
@ -63,7 +63,9 @@ struct kt {
|
||||
{ "config", CONFIG },
|
||||
{ "cpu", CPU },
|
||||
{ "device", DEVICE },
|
||||
{ "devices", DEVICE },
|
||||
{ "nodevice", NODEVICE },
|
||||
{ "nodevices", NODEVICE },
|
||||
{ "env", ENV },
|
||||
{ "hints", HINTS },
|
||||
{ "ident", IDENT },
|
||||
|
Loading…
Reference in New Issue
Block a user