diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-03 21:01:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-03 21:01:51 +0000 |
commit | 9d654bc2bd7124d844fa1cbc8d6d67d7c707b6d8 (patch) | |
tree | 4d7be294960706fbec0977b772448561b3ab586f /sys/arch | |
parent | 228758662f475a61b9ae4f95b4fa2b910d112a0f (diff) |
a note about 705/35 graphics; from he@obt.runit.no
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/dev/sti_sgc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c index 1c13a7801f3..31b1412b616 100644 --- a/sys/arch/hppa/dev/sti_sgc.c +++ b/sys/arch/hppa/dev/sti_sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_sgc.c,v 1.3 2000/06/15 03:04:17 mickey Exp $ */ +/* $OpenBSD: sti_sgc.c,v 1.4 2000/09/03 21:01:50 mickey Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -31,8 +31,9 @@ */ /* * These cards has to be known to work so far: - * - HPA1991AC19 rev 0.02 (715/33) (byte-wide) - * - HPA208LC1280 rev 8.04 (712/80) just works + * - HPA1991AGrayscale rev 0.02 (705/35) (byte-wide) + * - HPA1991AC19 rev 0.02 (715/33) (byte-wide) + * - HPA208LC1280 rev 8.04 (712/80) just works */ #include <sys/param.h> |