* 2.4.9-ac15 (double entries for DRI cards)
@ 2001-09-26 17:48 Stephen Torri
2001-09-27 2:16 ` Keith Owens
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Torri @ 2001-09-26 17:48 UTC (permalink / raw)
To: Linux Kernel
In "Character Devices" when configuring the kernel using xconfig there are
double entries for video cards under Direct Rendering Manager. The
following cards are reported twice:
3dfx Banshee/Voodoo3+
3dlabs GMX 2000
ATI Rage 128
ATI Radeon
Intel I810
Matrox G200/G400/G450
They menu is correct when doing menuconfig. They are only reported once.
The bug is repeatable.
kernel: 2.4.9 patched with 2.4.9-ac15.
gcc: 3.0.2 (snapshot)
Stephen
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.4.9-ac15 (double entries for DRI cards)
2001-09-26 17:48 2.4.9-ac15 (double entries for DRI cards) Stephen Torri
@ 2001-09-27 2:16 ` Keith Owens
0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2001-09-27 2:16 UTC (permalink / raw)
To: Stephen Torri; +Cc: Linux Kernel, alan
On Wed, 26 Sep 2001 13:48:26 -0400 (EDT),
Stephen Torri <storri@ameritech.net> wrote:
>In "Character Devices" when configuring the kernel using xconfig there are
>double entries for video cards under Direct Rendering Manager. The
>following cards are reported twice:
>
>3dfx Banshee/Voodoo3+
>3dlabs GMX 2000
>ATI Rage 128
>ATI Radeon
>Intel I810
>Matrox G200/G400/G450
>
>They menu is correct when doing menuconfig. They are only reported once.
That is normal with xconfig, it displays all possible options and greys
out the ones that you cannot select. Trivial patch to make it more
obvious what is going on, against 2.4.9-ac15.
Index: 9.42/drivers/char/Config.in
--- 9.42/drivers/char/Config.in Sat, 22 Sep 2001 14:41:20 +1000 kaos (linux-2.4/b/c/3_Config.in 1.2.1.1.4.3.1.5 644)
+++ 9.42(w)/drivers/char/Config.in Thu, 27 Sep 2001 12:11:54 +1000 kaos (linux-2.4/b/c/3_Config.in 1.2.1.1.4.3.1.5 644)
@@ -219,8 +219,10 @@ bool 'Direct Rendering Manager (XFree86
if [ "$CONFIG_DRM" = "y" ]; then
bool ' Build drivers for new (XFree 4.1) DRM' CONFIG_DRM_NEW
if [ "$CONFIG_DRM_NEW" = "y" ]; then
+ comment 'DRM 4.1 drivers'
source drivers/char/drm/Config.in
else
+ comment 'DRM 4.0 drivers'
define_bool CONFIG_DRM_OLD y
source drivers/char/drm-4.0/Config.in
fi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-27 2:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-26 17:48 2.4.9-ac15 (double entries for DRI cards) Stephen Torri
2001-09-27 2:16 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®