summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/digi/digi.c')
-rw-r--r--sys/dev/digi/digi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c
index b8ede24..3518ae4 100644
--- a/sys/dev/digi/digi.c
+++ b/sys/dev/digi/digi.c
@@ -1458,6 +1458,8 @@ digi_attach(struct digi_softc *sc)
digi_loadmoduledata(sc);
digi_init(sc);
digi_freemoduledata(sc);
+ device_printf(dev,
+ "WARNING: This driver is deprecated and will be removed.\n");
return (0);
}
OpenPOWER on IntegriCloud