summaryrefslogtreecommitdiff
path: root/sys/i386/isa/rc.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit76b5366091f76c9bc73570149ef5055648fc2c39 (patch)
tree590d020e0f2a5bea6e09d66d951a674443b21d67 /sys/i386/isa/rc.c
parent4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff)
Diffstat (limited to 'sys/i386/isa/rc.c')
-rw-r--r--sys/i386/isa/rc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/i386/isa/rc.c b/sys/i386/isa/rc.c
index ae1108a8e1dae..e946c5876ef37 100644
--- a/sys/i386/isa/rc.c
+++ b/sys/i386/isa/rc.c
@@ -172,7 +172,6 @@ static int rc_rcsrt[16] = {
};
/* Static prototypes */
-static ointhand2_t rcintr;
static void rc_hwreset __P((int, int, unsigned int));
static int rc_test __P((int, int));
static void rc_discard_output __P((struct rc_chans *));
@@ -232,8 +231,6 @@ rcattach(dvp)
static int rc_started = 0;
struct tty *tp;
- dvp->id_ointr = rcintr;
-
/* Thorooughly test the device */
if (rcb->rcb_probed != RC_PROBED)
return 0;
@@ -281,8 +278,7 @@ rcattach(dvp)
}
/* RC interrupt handling */
-static void
-rcintr(unit)
+void rcintr(unit)
int unit;
{
register struct rc_softc *rcb = &rc_softc[unit];