From 2978105129a939357d14607fc1b97f939699b115 Mon Sep 17 00:00:00 2001 From: hm Date: Sun, 16 Apr 2000 09:33:17 +0000 Subject: Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA is no longer required to compile pcvt. --- sys/i386/isa/pcvt/pcvt_kbd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/pcvt/pcvt_kbd.c') diff --git a/sys/i386/isa/pcvt/pcvt_kbd.c b/sys/i386/isa/pcvt/pcvt_kbd.c index c1441b4..0ef701d 100644 --- a/sys/i386/isa/pcvt/pcvt_kbd.c +++ b/sys/i386/isa/pcvt/pcvt_kbd.c @@ -45,7 +45,7 @@ * pcvt_kbd.c VT220 Driver Keyboard Interface Code * ---------------------------------------------------- * - * Last Edit-Date: [Sun Mar 26 10:54:07 2000] + * Last Edit-Date: [Wed Apr 5 18:16:52 2000] * * $FreeBSD$ * @@ -178,7 +178,7 @@ check_for_lost_intr(void *arg) opri = spltty (); (*kbdsw[kbd->kb_index]->lock)(kbd, FALSE); if ((*kbdsw[kbd->kb_index]->check)(kbd)) - pcrint (0); + pcvt_rint(0); splx (opri); } -- cgit v1.1