Re: keyboard controller jammed

2004-12-12 Thread Ronald G. Minnich
On Sat, 11 Dec 2004, Gin wrote: > Ron, > I did change the board config file for my target board. Here is my > platform: > North Bridge: E7501 > South Bridge: ICH3 - S > SuperIO: SMSC(LPC47B27x) > > The code I am based on right now is ICH5 and Winbond w83627hf. > Some Dev ID of ICH5 and ICH3-s a

keyboard controller jammed

2004-12-11 Thread Gin
>What is your southbridge (LPC) again ? I guess you >LPC bridge does not have scan_static_bus is its >device:scan_bus() method. I guess you are correct. So the PNP devices are there but didn't get looped through. But that's in the chip_op of the LPC bridge. It should be fixed in the code?? Ro

RE: keyboard controller jammed

2004-12-10 Thread YhLu
: Gin; 'LinuxBIOS' Subject: RE: keyboard controller jammed On Fri, 10 Dec 2004, Li-Ta Lo wrote: > What is your southbridge (LPC) again ? I guess you > LPC bridge does not have scan_static_bus is its > device:scan_bus() method. The other possiblitiy > is you did not list tho

RE: keyboard controller jammed

2004-12-10 Thread Ronald G. Minnich
On Fri, 10 Dec 2004, Li-Ta Lo wrote: > What is your southbridge (LPC) again ? I guess you > LPC bridge does not have scan_static_bus is its > device:scan_bus() method. The other possiblitiy > is you did not list those PNP devices as 'sub' devices > of the LPC bridge. Ollie, it is worse than tha

RE: keyboard controller jammed

2004-12-10 Thread Li-Ta Lo
On Fri, 2004-12-10 at 04:45, Gin wrote: > In file /devices/root_device.c, scan_static_bus supposes to walk through > the device tree and enable the PNP devices. I put a printk message. I > don't think the PNP devices ever get initialized. > > What is your southbridge (LPC) again ? I guess you LP

RE: keyboard controller jammed

2004-12-10 Thread Ronald G. Minnich
On Fri, 10 Dec 2004, Gin wrote: > I did. I did change the dev_root chip_op to 0 otherwise it won't execute > the default root op. you should never modify that file. Need to modify it indicates a configuraiton error. > I don't know if the error is related to my superio. The superio on board

RE: keyboard controller jammed

2004-12-10 Thread Gin
>I hope you did not modify static.c? I did. I did change the dev_root chip_op to 0 otherwise it won't execute the default root op. I don't know if the error is related to my superio. The superio on board is not winbond w83627hf, which is the code is based on. So the pnp devices are never enable

RE: keyboard controller jammed

2004-12-10 Thread Gin
>I hope you did not modify static.c? I did. I did change the dev_root chip_op to 0 otherwise it won't execute the default root op. I don't know if the error is related to my superio. The superio on board is not winbond w83627hf, which is the code is based on. So the pnp devices are never enable