On Saturday 19 May 2007 19:17:18 Uwe Hermann wrote:
On Sat, May 19, 2007 at 09:55:03AM -0700, yhlu wrote:
/* Initialize interrupt mapping */
//dword = 0x0000d218;
dword = 0x01200000; //a8ne
pci_write_config32(dev, 0x7c, dword);
//dword = 0x12008a00;
dword = 0x12008009; //a8ne
pci_write_config32(dev, 0x80, dword);
//dword = 0x0000007d;
dword = 0x0002010d; //a8ne
pci_write_config32(dev, 0x84, dword);
What are the commented values? Not for the A8N-E? Then we should probably drop them.
yes they are a remainder of s2891 :). i will drop them.
No, you can not. try to see what happen.
Ah, I meant the comments only:
//dword = 0x0000d218;
//dword = 0x12008a00;
//dword = 0x0000007d;
The other code must remain, of course.
modified code as proposed by uwe, see patch
changes were tested on hardware and with abuild. (see attached lspci for further info of the hardware that was used for the tests)
Did send other 2 patches separately as proposed.
Signed-off-by: Philipp Degler pdegler@rumms.uni-mannheim.de
--- phil
you may need to update subsystem id in Options.lb later, you are using tyan 2891 's id.
YH
On Wed, May 23, 2007 at 11:26:10AM +0200, Philipp Degler wrote:
Signed-off-by: Philipp Degler pdegler@rumms.uni-mannheim.de
Applied (with some minor changes) in r2698, thanks a lot!
Can you post a list of hardware parts or features which work ok with the current code and which don't (or at least not fully)?
It it usable enough to add it to http://linuxbios.org/Supported_Motherboards as (fully or partially) supported?
And/or are you willing to write a small HOWTO/tutorial for the wiki?
Thanks, Uwe.
On Thu, May 24, 2007 at 10:43:00PM +0200, Uwe Hermann wrote:
On Wed, May 23, 2007 at 11:26:10AM +0200, Philipp Degler wrote:
Signed-off-by: Philipp Degler pdegler@rumms.uni-mannheim.de
Applied (with some minor changes) in r2698, thanks a lot!
Can you post a list of hardware parts or features which work ok with the current code and which don't (or at least not fully)?
Nevermind, I just saw that you already posted such a list.
It it usable enough to add it to http://linuxbios.org/Supported_Motherboards as (fully or partially) supported?
Added as "OK" (but yellow as the keyboard is not working, yet). It's also announced on the main wiki page and in the news section.
And/or are you willing to write a small HOWTO/tutorial for the wiki?
This would still be nice :)
Uwe.
On Saturday 26 May 2007 17:39:02 you wrote:
On Thu, May 24, 2007 at 10:43:00PM +0200, Uwe Hermann wrote:
On Wed, May 23, 2007 at 11:26:10AM +0200, Philipp Degler wrote:
Signed-off-by: Philipp Degler pdegler@rumms.uni-mannheim.de
Applied (with some minor changes) in r2698, thanks a lot!
Can you post a list of hardware parts or features which work ok with the current code and which don't (or at least not fully)?
Nevermind, I just saw that you already posted such a list.
the board should definitly be a "yellow" as of now.
I will do further tests and try to rework interrupt routing (not all slots seem to get an interrupt though).
It it usable enough to add it to http://linuxbios.org/Supported_Motherboards as (fully or partially) supported?
Added as "OK" (but yellow as the keyboard is not working, yet). It's also announced on the main wiki page and in the news section.
And/or are you willing to write a small HOWTO/tutorial for the wiki?
This would still be nice :)
sure but I would like to improve the port first. Lets get it a "green" target :)