possible has two s.
This commit is contained in:
parent
eb8cde8c28
commit
634dabecb0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: arcvideo.c,v 1.18 2001/12/16 15:15:44 bjh21 Exp $ */
|
||||
/* $NetBSD: arcvideo.c,v 1.19 2002/03/04 15:35:56 wiz Exp $ */
|
||||
/*-
|
||||
* Copyright (c) 1998, 2000 Ben Harris
|
||||
* All rights reserved.
|
||||
|
@ -34,12 +34,12 @@
|
|||
* The Arc video system is rather closely tied into the heart of the
|
||||
* machine, being partly controlled by the MEMC. Similarly, this
|
||||
* driver will probably end up with its tentacles throughout the
|
||||
* kernel, though in theory it should be posible to leave it out.
|
||||
* kernel, though in theory it should be possible to leave it out.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
__RCSID("$NetBSD: arcvideo.c,v 1.18 2001/12/16 15:15:44 bjh21 Exp $");
|
||||
__RCSID("$NetBSD: arcvideo.c,v 1.19 2002/03/04 15:35:56 wiz Exp $");
|
||||
|
||||
#include <sys/device.h>
|
||||
#include <sys/errno.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grfabs.c,v 1.10 1996/10/04 07:27:53 leo Exp $ */
|
||||
/* $NetBSD: grfabs.c,v 1.11 2002/03/04 15:35:57 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman.
|
||||
|
@ -93,7 +93,7 @@ u_long gra_def_color16[16] = {
|
|||
|
||||
/*
|
||||
* XXX: called from ite console init routine.
|
||||
* Initialize list of posible video modes.
|
||||
* Initialize list of possible video modes.
|
||||
*/
|
||||
int
|
||||
grfabs_probe(probe_fun)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grfabs_et.c,v 1.18 2000/06/29 08:28:25 mrg Exp $ */
|
||||
/* $NetBSD: grfabs_et.c,v 1.19 2002/03/04 15:35:57 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Leo Weppelman.
|
||||
|
@ -166,7 +166,7 @@ struct grfabs_et_priv {
|
|||
|
||||
/*
|
||||
* XXX: called from ite console init routine.
|
||||
* Initialize list of posible video modes.
|
||||
* Initialize list of possible video modes.
|
||||
*/
|
||||
void
|
||||
et_probe_video(modelp)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grfabs_fal.c,v 1.13 2000/03/13 23:52:28 soren Exp $ */
|
||||
/* $NetBSD: grfabs_fal.c,v 1.14 2002/03/04 15:35:57 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Thomas Gerner.
|
||||
|
@ -177,7 +177,7 @@ static struct videl videlinit[] = {
|
|||
static u_short mon_type;
|
||||
/*
|
||||
* XXX: called from ite console init routine.
|
||||
* Initialize list of posible video modes.
|
||||
* Initialize list of possible video modes.
|
||||
*/
|
||||
void
|
||||
falcon_probe_video(modelp)
|
||||
|
@ -191,7 +191,7 @@ MODES *modelp;
|
|||
mon_type = (mon_type & 0xc0) << 2;
|
||||
|
||||
/*
|
||||
* get all posible modes
|
||||
* get all possible modes
|
||||
*/
|
||||
|
||||
for (i = 0; (dm = &vid_modes[i])->name != NULL; i++) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grfabs_tt.c,v 1.9 1998/12/20 14:32:53 thomas Exp $ */
|
||||
/* $NetBSD: grfabs_tt.c,v 1.10 2002/03/04 15:35:57 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman.
|
||||
|
@ -104,7 +104,7 @@ static dmode_t vid_modes[] = {
|
|||
|
||||
/*
|
||||
* XXX: called from ite console init routine.
|
||||
* Initialize list of posible video modes.
|
||||
* Initialize list of possible video modes.
|
||||
*/
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue