V2 EPIA FIXED!

2003-09-29 Thread ron minnich
Here's what I had to do. First, though, let me say: the new linuxbios architecture, while hard to get the hang of (learning curve) is very powerful. You can have a mainboard-specific pci scan function, and that's what I needed. I may put this as a generic thing into the pci device code. See

Re: V2 EPIA FIXED!

2003-09-29 Thread Eric W. Biederman
ron minnich <[EMAIL PROTECTED]> writes: > Here's what I had to do. First, though, let me say: the new linuxbios > architecture, while hard to get the hang of (learning curve) is very > powerful. > > You can have a mainboard-specific pci scan function, and that's what I > needed. I may put thi

Re: V2 EPIA FIXED!

2003-09-29 Thread ron minnich
On 29 Sep 2003, Eric W. Biederman wrote: > All you should need is included below. And potentially we can have > a generic enumeration function in root_device.c that does the rest > of it as well. yes, we should. The default did not take, but I will take a look. ron __