mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
opencrypto: Make cryptosoft attach silently
cryptosoft is always present and doesn't print any useful information when it attaches. Reviewed by: jhb MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29098
This commit is contained in:
parent
89b650872b
commit
4fc60fa929
1 changed files with 1 additions and 0 deletions
|
|
@ -1658,6 +1658,7 @@ static int
|
|||
swcr_probe(device_t dev)
|
||||
{
|
||||
device_set_desc(dev, "software crypto");
|
||||
device_quiet(dev);
|
||||
return (BUS_PROBE_NOWILDCARD);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue