Synchronize with sys/i386/isa/syscons.c revision 1.192 (fix typo).

This commit is contained in:
KATO Takenori 1996-12-20 10:49:23 +00:00
parent 5e75134d21
commit 451cbc3eff

View file

@ -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.15 1996/12/04 04:21:11 asami Exp $
* $Id: syscons.c,v 1.16 1996/12/08 16:27:26 kato Exp $
*/
#include "sc.h"
@ -93,7 +93,7 @@
#define COLD 0
#define WARM 1
/* this may break on older VGA's but is usefull on real 32 bit systems */
/* this may break on older VGA's but is useful on real 32 bit systems */
#define bcopyw bcopy
static default_attr user_default = {
@ -1877,7 +1877,7 @@ switch_scr(scr_stat *scp, u_int next_scr)
if (new_scp->proc && (new_scp->proc != pfind(new_scp->pid)))
new_scp->smode.mode = VT_AUTO;
/* check the modes and switch approbiatly */
/* check the modes and switch appropriately */
if (old_scp->smode.mode == VT_PROCESS) {
old_scp->status |= SWITCH_WAIT_REL;
psignal(old_scp->proc, old_scp->smode.relsig);