Re: [LinuxBIOS] question about Config.lb

2007-05-29 Thread Ben Hewson
ron minnich wrote: > On 5/29/07, Ben Hewson <[EMAIL PROTECTED]> wrote: >> >> there are the following 2 lines (115-116) >> // Set ACPI base address to IO 0x4000 >> pci_write_config16(dev, 0x88, 0x0401); > > so is it setting it to 401? or ... > > what's the chip do? This might actually be setting it

Re: [LinuxBIOS] question about Config.lb

2007-05-29 Thread ron minnich
On 5/29/07, Ben Hewson <[EMAIL PROTECTED]> wrote: > > there are the following 2 lines (115-116) > // Set ACPI base address to IO 0x4000 > pci_write_config16(dev, 0x88, 0x0401); so is it setting it to 401? or ... what's the chip do? This might actually be setting it to 4000 ... ron -- l

Re: [LinuxBIOS] question about Config.lb

2007-05-29 Thread Ben Hewson
ron minnich wrote: > On 5/28/07, Ben Hewson <[EMAIL PROTECTED]> wrote: > > >> device pnp 2e.a off end# ACPI >> > > it's a pnp (multi-function) device > The pnp can not be probed as PCI is, so we tell Config.lb that the > base address is 2e > (PNP devices usually appear at 2e or

Re: [LinuxBIOS] question about Config.lb

2007-05-28 Thread ron minnich
On 5/28/07, Ben Hewson <[EMAIL PROTECTED]> wrote: > device pnp 2e.a off end# ACPI it's a pnp (multi-function) device The pnp can not be probed as PCI is, so we tell Config.lb that the base address is 2e (PNP devices usually appear at 2e or 4e) On base address 2e, it is device 0xa It

[LinuxBIOS] question about Config.lb

2007-05-28 Thread Ben Hewson
I have a question about Config.lb that I hope someone can help me with. This is in order to get ACPI working on the EPIA board. Ok in the mainboard Config.lb as part of the southbridge there is the following line. device pci 11.0 on # Southbrdge : : device pnp 2e.a of