On Mon, Oct 4, 2010 at 1:08 AM, Keith Packard <keithp@xxxxxxxxxx> wrote: > From: Adam Jackson <ajax@xxxxxxxxxx> > ... > +++ b/src/intel_driver.c > @@ -107,6 +107,7 @@ typedef enum { > OPTION_DEBUG_FLUSH_BATCHES, > OPTION_DEBUG_FLUSH_CACHES, > OPTION_DEBUG_WAIT, > + OPTION_HOTPLUG, > } I830Opts; > > static OptionInfoRec I830Options[] = { > @@ -125,6 +126,7 @@ static OptionInfoRec I830Options[] = { > {OPTION_DEBUG_FLUSH_BATCHES, "DebugFlushBatches", OPTV_BOOLEAN, {0}, FALSE}, > {OPTION_DEBUG_FLUSH_CACHES, "DebugFlushCaches", OPTV_BOOLEAN, {0}, FALSE}, > {OPTION_DEBUG_WAIT, "DebugWait", OPTV_BOOLEAN, {0}, FALSE}, > + {OPTION_HOTPLUG, "HotPlug", OPTV_BOOLEAN, {0}, TRUE}, > {-1, NULL, OPTV_NONE, {0}, FALSE} > }; > /* *INDENT-ON* */ The HotPlug option should also be added to the intel man page, right? Geir Ove _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel