aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/sio.c4
-rw-r--r--sys/isa/syscons.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 5cf4f6518bac..d7bebbbb59b9 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.11 1997/09/01 07:37:01 smp Exp smp $
+ * $Id: sio.c,v 1.180 1997/09/01 07:45:28 fsmp Exp $
*/
#include "opt_comconsole.h"
@@ -348,7 +348,7 @@ static d_devtotty_t siodevtotty;
static struct cdevsw sio_cdevsw = {
sioopen, sioclose, sioread, siowrite,
sioioctl, siostop, noreset, siodevtotty,
- ttselect, nommap, NULL, driver_name,
+ ttpoll, nommap, NULL, driver_name,
NULL, -1,
};
diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c
index 25bf83153510..d9fe63417d5e 100644
--- a/sys/isa/syscons.c
+++ b/sys/isa/syscons.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.c,v 1.230 1997/08/09 19:24:03 sos Exp $
+ * $Id: syscons.c,v 1.231 1997/09/04 23:01:03 yokota Exp $
*/
#include "sc.h"
@@ -250,7 +250,7 @@ static d_mmap_t scmmap;
static struct cdevsw scdevsw = {
scopen, scclose, scread, scwrite,
scioctl, nullstop, noreset, scdevtotty,
- ttselect, scmmap, nostrategy, "sc", NULL, -1 };
+ ttpoll, scmmap, nostrategy, "sc", NULL, -1 };
/*
* These functions need to be before calls to them so they can be inlined.