Add deprecation notice to amr(4)
This commit is contained in:
parent
a32311eccd
commit
5c68be59c8
@ -45,6 +45,11 @@ module at boot time, place the following line in
|
||||
.Bd -literal -offset indent
|
||||
amr_load="YES"
|
||||
.Ed
|
||||
.Sh DEPRECATION NOTICE
|
||||
The
|
||||
.Nm
|
||||
driver is not present in
|
||||
.Fx 13.0 .
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -341,6 +341,8 @@ amr_pci_attach(device_t dev)
|
||||
out:
|
||||
if (error)
|
||||
amr_pci_free(sc);
|
||||
else
|
||||
gone_in_dev(dev, 13, "amr(4) driver");
|
||||
return(error);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user