diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-04-19 16:29:06 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-04-19 16:29:06 -0700 |
commit | 2909802de63756972b38651a496b4ff1b36ac8a2 (patch) | |
tree | 7c6227ebc5f2fa797f65502970a36cdebfa7bd15 /src/i830.h | |
parent | 132dc0599cf44389c4cc03919f1da8d3a0762b44 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |