summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/istallion.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/istallion.c')
-rw-r--r--sys/i386/isa/istallion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c
index d98bb2a..8dcba8e 100644
--- a/sys/i386/isa/istallion.c
+++ b/sys/i386/isa/istallion.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: istallion.c,v 1.11 1997/03/24 11:23:52 bde Exp $
+ * $Id: istallion.c,v 1.12 1997/07/20 14:10:04 bde Exp $
*/
/*****************************************************************************/
@@ -642,7 +642,7 @@ struct isa_driver stlidriver = {
static struct cdevsw stli_cdevsw =
{ stliopen, stliclose, stliread, stliwrite,
stliioctl, stlistop, noreset, stlidevtotty,
- ttselect, nommap, NULL, stli_drvname,
+ ttpoll, nommap, NULL, stli_drvname,
NULL, -1 };
static stli_devsw_installed = 0;
OpenPOWER on IntegriCloud