diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-03 09:49:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-03 09:49:07 +0000 |
commit | d603be40be967ffbdf2b8f2e67795728166c7446 (patch) | |
tree | cebb03b71a2f388d20d1d03ea0a4db4911507e81 /sys/arch/sparc/dev/vigra.c | |
parent | 522743261def4aa78f01e6eed916bc04205a47db (diff) |
Sync a few comments with reality.
Diffstat (limited to 'sys/arch/sparc/dev/vigra.c')
-rw-r--r-- | sys/arch/sparc/dev/vigra.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/dev/vigra.c b/sys/arch/sparc/dev/vigra.c index ffe275e3d1a..be415fb8e31 100644 --- a/sys/arch/sparc/dev/vigra.c +++ b/sys/arch/sparc/dev/vigra.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vigra.c,v 1.12 2005/01/05 23:04:25 miod Exp $ */ +/* $OpenBSD: vigra.c,v 1.13 2005/03/03 09:49:05 miod Exp $ */ /* * Copyright (c) 2002, 2003, Miodrag Vallat. @@ -30,8 +30,8 @@ /* * Driver for the Vigra VS series of SBus framebuffers. * - * The VS10, VS11 and VS12 models are supported. VS10-EK should also work - * (but it might be driven by the regular cgthree driver?) + * The VS10, VS11 and VS12 models are supported. VS10-EK is handled by the + * regular cgthree driver. * * The monochrome VS14, 16 grays VS15, and color VS18 are not supported. */ |