summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/sio.c')
-rw-r--r--sys/i386/isa/sio.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index 1930bb9..e5115e8 100644
--- a/sys/i386/isa/sio.c
+++ b/sys/i386/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.67 1995/02/25 20:09:14 pst Exp $
+ * $Id: sio.c,v 1.68 1995/02/26 02:30:18 bde Exp $
*/
#include "sio.h"
@@ -1840,15 +1840,6 @@ siodevtotty(dev)
return (&sio_tty[unit]);
}
-int
-sioselect(dev, rw, p)
- dev_t dev;
- int rw;
- struct proc *p;
-{
- return (ttyselect(siodevtotty(dev), rw, p));
-}
-
static void
commctl(com, bits, how)
struct com_s *com;
OpenPOWER on IntegriCloud