aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-04-18 02:53:19 +0000
committerWarner Losh <imp@FreeBSD.org>2020-04-18 02:53:19 +0000
commit5c68be59c8f5dbbddabc4c1144be8be6bfd30464 (patch)
treed4c68eff8c515237eed3c6ecb2b5c0dba4e58e51 /sys/dev/amr/amr_pci.c
parenta32311eccd93bcb0f6fb3f53a426e6918fec3c5b (diff)
downloadsrc-5c68be59c8f5dbbddabc4c1144be8be6bfd30464.tar.gz
src-5c68be59c8f5dbbddabc4c1144be8be6bfd30464.zip
Add deprecation notice to amr(4)
Notes
Notes: svn path=/head/; revision=360064
Diffstat (limited to 'sys/dev/amr/amr_pci.c')
-rw-r--r--sys/dev/amr/amr_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c
index 25b37eda3895..0c2231b93774 100644
--- a/sys/dev/amr/amr_pci.c
+++ b/sys/dev/amr/amr_pci.c
@@ -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);
}