summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r--sys/dev/si/si.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 5c2ccbb..5094aaf 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -604,6 +604,8 @@ try_next2:
if (unit == 0)
make_dev(&si_Scdevsw, 0, UID_ROOT, GID_WHEEL, 0600,
"si_control");
+ device_printf(dev,
+ "WARNING: This driver is deprecated and will be removed.\n");
return (0);
}
OpenPOWER on IntegriCloud