mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use new -n option when executing kldload, to
not warn about already loaded module(s). MFC after: 1 week
This commit is contained in:
parent
56d3acc16c
commit
628fb5f412
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ usb_dump(struct usb_device_id *id, uint32_t nid)
|
|||
printf(" match \"intprotocol\" \"0x%02x\";\n",
|
||||
id->bInterfaceProtocol);
|
||||
}
|
||||
printf(" action \"kldload %s\";\n"
|
||||
printf(" action \"kldload -n %s\";\n"
|
||||
"};\n\n", id->module_name);
|
||||
|
||||
return (n);
|
||||
|
|
|
|||
Loading…
Reference in a new issue