diff options
author | jhb <jhb@FreeBSD.org> | 2017-07-12 20:10:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2017-07-12 20:10:53 +0000 |
commit | b40b0a78a3a319b57d7920f57f798e7932eece16 (patch) | |
tree | 973a4861cc9d78e7c8a56ef2536505089b726bc8 /sys/dev/wl/if_wl.c | |
parent | 9de5b2dbb7badfffac15ac544e5d943dc4d6686b (diff) | |
download | FreeBSD-src-b40b0a78a3a319b57d7920f57f798e7932eece16.zip FreeBSD-src-b40b0a78a3a319b57d7920f57f798e7932eece16.tar.gz |
Add deprecation notices for various device drivers removed in 12.0.
This is a direct commit to stable/11 since these files have already
been removed in head.
Reviewed by: sbruno, gjb
Differential Revision: https://reviews.freebsd.org/D11542
Diffstat (limited to 'sys/dev/wl/if_wl.c')
-rw-r--r-- | sys/dev/wl/if_wl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 08d0fc8..647e20e 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -564,6 +564,8 @@ wlattach(device_t device) if (bootverbose) wldump(sc); + device_printf(device, + "WARNING: This driver is deprecated and will be removed.\n"); return (0); } |