Re: [coreboot] [PATCH] Fix superio enable calls

2011-02-12 Thread Peter Stuge
Rudolf Marek wrote: > Can please someone take a look into this? Thanks for the ping. Good fix. Go for it! //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] Fix superio enable calls

2011-02-12 Thread Peter Stuge
Rudolf Marek wrote: > Hello, > > While hunting yet another bug, I noticed that part of my serial log is > missing. Especially I missed the Allocating & Setting resources. > > It turns out that the code which enables specific LDN is somewhat buggy: > > > > static void w83627dhg_pnp_enable(device_t

Re: [coreboot] [PATCH] Fix superio enable calls

2011-02-12 Thread Rudolf Marek
Hi all, Can please someone take a look into this? Thanks, Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [PATCH] Fix superio enable calls

2011-01-25 Thread Rudolf Marek
Hello, While hunting yet another bug, I noticed that part of my serial log is missing. Especially I missed the Allocating & Setting resources. It turns out that the code which enables specific LDN is somewhat buggy: static void w83627dhg_pnp_enable(device_t dev) { - if (!dev->enable