Re: bug in Tk configuration script

Eric Youngdale (eric@aib.com)
Mon, 16 Oct 1995 14:10:04 -0400


--PART-BOUNDARY=.19510161410.ZM26474.com
Content-Description: Text
Content-Type: text/plain ; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
X-Zm-Decoding-Hint: mimencode -q -u

>The configuration option for "Include support for IDE/ATAPI CDROMs" is
>in gray (disabled) when "Use new IDE driver for primary/secondary i/f"
>is selected. This is wrong, I suspect.

Hmm, I think this is because we have more than one option that
controls CONFIG_BLK_DEV_IDE:

if [ "$CONFIG_BLK_DEV_HD" =3D "y" ]; then
bool ' Include new IDE driver for secondary i/f support'
CONFIG_BLK_DEV_IDE n
else
bool ' Use new IDE driver for primary/secondary i/f'
CONFIG_BLK_DEV_IDE y
fi
if [ "$CONFIG_BLK_DEV_IDE" =3D "y" ]; then
bool ' Include support for IDE/ATAPI CDROMs' CONFIG_BLK_DEV_IDECD y=

fi

Technically you will be offerred the ATAPI cdrom stuff if you have either=

IDE controller enabled. Fixing that will not change the enable/disable
problem however.

The easiest solution would be to change it so that the two questions
have different configuration option names. I am not sure if this is the
best solution, but it would work.

-Eric

-- =

"The woods are lovely, dark and deep. But I have promises to keep,
And lines to code before I sleep, And lines to code before I sleep."

--PART-BOUNDARY=.19510161410.ZM26474.com--