summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-04-19 16:29:06 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-04-19 16:29:06 -0700
commit2909802de63756972b38651a496b4ff1b36ac8a2 (patch)
tree7c6227ebc5f2fa797f65502970a36cdebfa7bd15 /src/i830.h
parent132dc0599cf44389c4cc03919f1da8d3a0762b44 (diff)
Clean up SDVO initialization, include config.h, and make it check the right
slave address on the first device as well. This gets me to the point of bringing up some modes on my device.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index fa1f017a..08eae708 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -189,9 +189,9 @@ struct _I830DVODriver {
};
typedef struct _I830SDVODriver {
- int found;
I2CDevRec d;
unsigned char sdvo_regs[20];
+ CARD32 output_device; /* SDVOB or SDVOC */
} I830SDVORec, *I830SDVOPtr;
struct _I830OutputRec {