summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/stallion.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/stallion.c')
-rw-r--r--sys/i386/isa/stallion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c
index 0feff74..610f2a6 100644
--- a/sys/i386/isa/stallion.c
+++ b/sys/i386/isa/stallion.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: stallion.c,v 1.11 1997/03/24 21:38:51 davidn Exp $
+ * $Id: stallion.c,v 1.12 1997/07/20 14:10:12 bde Exp $
*/
/*****************************************************************************/
@@ -537,7 +537,7 @@ DATA_SET (pcidevice_set, stlpcidriver);
static struct cdevsw stl_cdevsw =
{ stlopen, stlclose, stlread, stlwrite,
stlioctl, stlstop, noreset, stldevtotty,
- ttselect, nommap, NULL, "stl", NULL, -1 };
+ ttpoll, nommap, NULL, "stl", NULL, -1 };
static stl_devsw_installed = 0;
OpenPOWER on IntegriCloud