aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-09-22 18:28:21 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-09-22 18:28:21 +0000
commitb769f8efd60d95a128a5b55df3c90fbb1e34ca35 (patch)
tree8fa6d605c81044418703009404363ae84466e0a4 /sys/dev/si
parent3b2d7cc9ecf96af2251e8bf930c534c42d843f8e (diff)
Notes
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index d765ce031f84..613e6bfae8bd 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.6 1995/09/11 06:28:38 peter Exp $
+ * $Id: si.c,v 1.7 1995/09/13 08:45:28 peter Exp $
*/
#ifndef lint
@@ -642,14 +642,6 @@ mem_fail:
spt->sp_code = 1;
}
done_chartimes = 1;
-
-/* tell them where we stand.. */
-printf("\
-si%d: -------------------USE AT YOUR OWN RISK!!!!--------------------\n\
-si%d: WARNING!! THIS DRIVER IS NOT COMPLETE NOR SUFFICIENTLY TESTED!!\n\
-si%d: -------------------USE AT YOUR OWN RISK!!!!--------------------\n\
-", unit, unit, unit);
-
}
return (1);
}