[coreboot] AMD Serengeti Cheetah devices

ron minnich rminnich at gmail.com
Fri Oct 10 01:15:45 CEST 2008


On Thu, Oct 9, 2008 at 3:29 PM, Carl-Daniel Hailfinger
<c-d.hailfinger.devel.2006 at gmx.net> wrote:

> I thought it was
> disabled;
> but I'm not so sure anymore.
>
		if (streq(prop->name, "enabled")){
			enabled = 1;
		}
		if (streq(prop->name, "disabled")){
			enabled = 0;
		}

sorry, you are right.

ron




More information about the coreboot mailing list