#!/bin/sh
dialog \
--title " Select clock type " \
--menu "  Please choose the clock driver for \n  your card. (current: $1)" \
21 70 10 \
\
"655xx"		"Chips & Technologies 655xx clock synthesizer" \
"cl542x"	"CL-542x integrated clock syntesizer" \
"icd2061a"	"IC Designs 2061A" \
"ics9161a"	"Integrated Circuit Systems ICS 9161A" \
"s3sdac"	"S3 80C716-ME/MG RAMDAC/Clock Synthesizer" \
"s3idac"	"S3 Trio/ViRGE integrated clock synthesizer" \
"tvp3026"	"TI TVP 3026 integrated clock synthesizer" \
"et6000"        "Tseng ET6000 integrated clock synthesizer" \
\
2> /tmp/.clocktype
