Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Hello, Here is a patch with mostly trivial fixups for i82801xx_lpc.c. The main fixup is the PIRQ Routing Control. 1. These are 8 bit registers not 32. 2. There were PIRQ channels that were disabled. This

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Hello, Here is a patch with mostly trivial fixups for i82801xx_lpc.c. The main fixup is the PIRQ Routing Control. 1. These are 8 bit registers not 32. 2. There were PIRQ

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 10:48:59AM -0400, [EMAIL PROTECTED] wrote: Signed-off-by: Joseph Smith [EMAIL PROTECTED] Acked-by: Corey Osgood [EMAIL PROTECTED] Committed in r2912 with some fixups (patch didn't apply for some reason). Uwe. -- http://www.hermann-uwe.de |

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting Uwe Hermann [EMAIL PROTECTED]: On Tue, Oct 30, 2007 at 10:48:59AM -0400, [EMAIL PROTECTED] wrote: Signed-off-by: Joseph Smith [EMAIL PROTECTED] Acked-by: Corey Osgood [EMAIL PROTECTED] Committed in r2912 with some fixups (patch didn't apply for some reason). Uwe. -- Thanks Uwe.

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread Uwe Hermann
On Tue, Oct 30, 2007 at 06:34:21PM -0400, [EMAIL PROTECTED] wrote: What did you have to change to apply the patch?? The *.h had some rejects, but I didn't figure out what the problem was exactly. I manually performed the changes from the patch to the svn file, hope I didn't accidentally break

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-30 Thread joe
Quoting Uwe Hermann [EMAIL PROTECTED]: On Tue, Oct 30, 2007 at 06:34:21PM -0400, [EMAIL PROTECTED] wrote: What did you have to change to apply the patch?? The *.h had some rejects, but I didn't figure out what the problem was exactly. I manually performed the changes from the patch to the

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-29 Thread Corey Osgood
[EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Hello, Here is a patch with mostly trivial fixups for i82801xx_lpc.c. The main fixup is the PIRQ Routing Control. 1. These are 8 bit registers not 32. 2. There were PIRQ channels that were disabled. This

Re: [LinuxBIOS] [v2][PATCH] Trivial fixups for i82801xx_lpc R3

2007-10-29 Thread joe
Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: Hello, Here is a patch with mostly trivial fixups for i82801xx_lpc.c. The main fixup is the PIRQ Routing Control. 1. These are 8 bit registers not 32. 2. There were PIRQ channels that were disabled. This should not be determined here but