← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 423866] Re: AutoConfigure support for older Geodes

 

As pointed out by Julien Cristau, the fall back to "amd" on GX2 and LX
can be safely removed for servers 1.6.0 and 1.6.3, since both GX2 and LX
have fully migrated to the -geode driver.

However, in principle, GX2 could still fall back to "nsc" as needed,
thus we'd be left with:

 	case 0x1022:
 	    if (dev->device_id == 0x2081) {
		/* AMD Geode LX */
 		driverList[0] = "geode";
 	    }
 	    break;
	/* Geode products acquired by AMD still carrying an NSC vendor_id */
	case 0x100B:
	    if (dev->device_id == 0x0030) {
		/* NSC Geode GX2 */
		driverList[0] = "geode";
		driverList[1] = "nsc";
	    } else 
		/* NSC Geode SC */
		driverList[0] = "nsc";
	    break;

-- 
AutoConfigure support for older Geodes
https://bugs.launchpad.net/bugs/423866
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.



References