aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si/si.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-09-13 08:39:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-09-13 08:39:28 +0000
commitfbb8b7bb60e86bddcd3be87d6306d80fdd4ffced (patch)
tree9047ee4b37a1d49ef7a875f0c0b4ca2d689488fc /sys/dev/si/si.h
parenta89f7290bef4918bcf50b44239564413f7a71d55 (diff)
Notes
Diffstat (limited to 'sys/dev/si/si.h')
-rw-r--r--sys/dev/si/si.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h
index b848a2e31fc2..9770fb63eb52 100644
--- a/sys/dev/si/si.h
+++ b/sys/dev/si/si.h
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.h,v 1.2 1995/08/13 15:17:56 peter Exp $
+ * $Id: si.h,v 1.3 1995/08/22 00:42:07 peter Exp $
*/
/*
@@ -411,16 +411,6 @@ struct si_port {
/*
* Extensive debugging stuff - manipulated using siconfig(8)
*/
-#ifdef KERNEL
-#ifdef SI_DEBUG
-static void si_dprintf();
-static char *si_mctl2str();
-#define DPRINT(x) si_dprintf x
-#else
-#define DPRINT(x) /* void */
-#endif
-#endif
-
#define DBG_ENTRY 0x00000001
#define DBG_DRAIN 0x00000002
#define DBG_OPEN 0x00000004
@@ -533,4 +523,3 @@ struct si_pstat {
(u_int)((cmd)&0xff) <= IOCTL_MAX)
#define CONTROLDEV "/dev/si_control"
-