summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/agten.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-03-06 22:17:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-03-06 22:17:50 +0000
commit2bf549de7d2d13bedd845ff50c1529bd0cc76b26 (patch)
tree84405fdd085c2bdcb192ad74bd6ce626ed282b2d /sys/arch/sparc/dev/agten.c
parent83736ec5d193c31caf6dabd2caf031521be1d462 (diff)
Improve comments, including type fixes; lebel@
Diffstat (limited to 'sys/arch/sparc/dev/agten.c')
-rw-r--r--sys/arch/sparc/dev/agten.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/sparc/dev/agten.c b/sys/arch/sparc/dev/agten.c
index 0b5b4ec91bc..5179d897c86 100644
--- a/sys/arch/sparc/dev/agten.c
+++ b/sys/arch/sparc/dev/agten.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agten.c,v 1.1 2003/03/06 21:48:28 miod Exp $ */
+/* $OpenBSD: agten.c,v 1.2 2003/03/06 22:17:49 miod Exp $ */
/*
* Copyright (c) 2002, 2003, Miodrag Vallat.
* All rights reserved.
@@ -30,7 +30,7 @@
* Fujitsu AG-10 framebuffer driver.
*
* The AG-10 is mostly made of:
- * - a 3DLabs 300SX Glint chip, with two 6MB independant framebuffer spaces
+ * - a 3DLabs 300SX Glint chip, with two 6MB independent framebuffer spaces
* - a Number Nine Imagine 128 chip with its own 4MB framebuffer space
* - a Weitek P9100 with its own 2MB of framebuffer memory
* - an IBM PaletteDAC 561 ramdac
@@ -92,8 +92,9 @@ struct agten_cmap {
struct agten_softc {
struct sunfb sc_sunfb; /* common base part */
struct sbusdev sc_sd; /* sbus device */
- struct rom_reg sc_phys; /* phys addr of h/w */
- off_t sc_physoffset;
+
+ struct rom_reg sc_phys; /* physical address and */
+ off_t sc_physoffset; /* offset for frame buffer */
volatile u_int32_t *sc_dac;
struct agten_cmap sc_cmap; /* shadow color map */
@@ -191,7 +192,7 @@ agtenattach(struct device *parent, struct device *self, void *args)
sc->sc_phys = ca->ca_ra.ra_reg[0];
/*
- * Map the various beasts of this card.
+ * Map the various beasts of this card we are interested in.
*/
sc->sc_physoffset =