aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncr
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-10-21 15:09:42 +0000
committerWarner Losh <imp@FreeBSD.org>2018-10-21 15:09:42 +0000
commit2244352a49b886c47242e971e10b2648acfea177 (patch)
tree04a83c08502cd15320d8e1695849e951c52cce30 /sys/dev/ncr
parent64d63b1e0398ab594d45fdb241de65404dde814a (diff)
downloadsrc-2244352a49b886c47242e971e10b2648acfea177.tar.gz
src-2244352a49b886c47242e971e10b2648acfea177.zip
Tag this obsolete driver. It was obsolete in 3.x when the sym driver
supported all the "old" chips it did, so we should have killed it in 4, but 12 will do. It's a bit outside of the normal deprecation process, but given the extreme age, it's obsolete status for 8 major releases and the fact that I couldn't find any users who posted dmesgs with ncr0: in them after 2000 or 3.4. It may be too late for 12 (this change will be merged, but maybe not the next one to remove it), but it will be removed in 13 with the first round of other drivers tagged to be gone in 12. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=339538
Diffstat (limited to 'sys/dev/ncr')
-rw-r--r--sys/dev/ncr/ncr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ncr/ncr.c b/sys/dev/ncr/ncr.c
index 58bc2a6af01c..b7cf433b138f 100644
--- a/sys/dev/ncr/ncr.c
+++ b/sys/dev/ncr/ncr.c
@@ -3778,6 +3778,7 @@ ncr_attach (device_t dev)
ncr_timeout (np);
np->lasttime=0;
mtx_unlock(&np->lock);
+ gone_in_dev(dev, 12, "ncr(4) driver, use sym(4) instead");
return 0;
}