mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Add deprecation notice to amr(4)
This commit is contained in:
parent
a32311eccd
commit
5c68be59c8
2 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue