aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
commit4ff3de8e80ba043f8693c6623c38c6506f113261 (patch)
treea314bfc13d707ab8df235edc500e88916380d16d /sys/dev/si
parentaff85b53857af77bf2a134234a45fc60d944d6d4 (diff)
downloadsrc-4ff3de8e80ba043f8693c6623c38c6506f113261.tar.gz
src-4ff3de8e80ba043f8693c6623c38c6506f113261.zip
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to <machine/conf.h>. "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it.
Notes
Notes: svn path=/head/; revision=12080
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 06bd4555cef0..05de593157b0 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.11 1995/10/28 15:39:19 phk Exp $
+ * $Id: si.c,v 1.12 1995/11/04 13:23:40 bde Exp $
*/
#ifndef lint
@@ -94,7 +94,6 @@ static void si_disc_optim __P((struct tty *tp, struct termios *t,
static void sihardclose __P((struct si_port *pp));
static void sidtrwakeup __P((void *chan));
-void siintr __P((int unit));
int siparam __P((struct tty *, struct termios *));
extern void si_registerdev __P((struct isa_device *id));