summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-03-03 09:49:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-03-03 09:49:07 +0000
commitd603be40be967ffbdf2b8f2e67795728166c7446 (patch)
treecebb03b71a2f388d20d1d03ea0a4db4911507e81 /sys/dev/sbus
parent522743261def4aa78f01e6eed916bc04205a47db (diff)
Sync a few comments with reality.
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r--sys/dev/sbus/mgx.c4
-rw-r--r--sys/dev/sbus/vigra.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/sbus/mgx.c b/sys/dev/sbus/mgx.c
index 824ed989456..97f380068db 100644
--- a/sys/dev/sbus/mgx.c
+++ b/sys/dev/sbus/mgx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mgx.c,v 1.2 2004/11/29 22:07:40 miod Exp $ */
+/* $OpenBSD: mgx.c,v 1.3 2005/03/03 09:49:06 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -27,7 +27,7 @@
*/
/*
- * Driver for the Southlan Media Systems (now Quantum 3D) MGX and MGXPlus
+ * Driver for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus
* frame buffers.
*
* Pretty crude, due to the lack of documentation. Works as a dumb frame
diff --git a/sys/dev/sbus/vigra.c b/sys/dev/sbus/vigra.c
index 7aaae48890e..9274faf14c4 100644
--- a/sys/dev/sbus/vigra.c
+++ b/sys/dev/sbus/vigra.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vigra.c,v 1.4 2005/03/03 01:52:41 miod Exp $ */
+/* $OpenBSD: vigra.c,v 1.5 2005/03/03 09:49:06 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.
*/