Add deprecation notice to mly

This commit is contained in:
Warner Losh 2020-04-18 02:53:04 +00:00
parent dd6382d1c4
commit 5b18755735
2 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,11 @@ module at boot time, place the following line in
.Bd -literal -offset indent
mly_load="YES"
.Ed
.Sh DEPRECATION NOTICE
The
.Nm
driver is not present in
.Fx 13.0 .
.Sh DESCRIPTION
The
.Nm

View File

@ -336,6 +336,8 @@ mly_attach(device_t dev)
out:
if (error != 0)
mly_free(sc);
else
gone_in_dev(dev, 13, "mly(4) removed");
return(error);
}