Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pchb@acpi again



hi,

in acpi_pci.c, why do you need to skip the check for ACPI_VALID_ADR?
does the ACPI info on ia64 not have that flag set when it should?

should the x86 ports be able to use this driver?
I tried adding "pchb* at acpi?" on amd64, but it isn't found.
I guess the reason for that is in your patch, you've got
"attach pchb at acpinodebus with pchb_acpi" which "pchb* at acpi?"
doesn't match.  I'm not sure why this is different from other things
which are defined as "at acpinodebus" but referenced in config files
as "at acpi?".

(and I realize that if it did attach then I would have to do something
to prevent the normal pchb driver from attaching as well, but I'm not
even getting to that yet.)

-Chuck


On Sun, Apr 07, 2013 at 09:38:28PM +0900, KIYOHARA Takashi wrote:
> Hi! all,
> 
> 
> I supported pchb@acpi again for ia64.
> This is a driver of RootBridge in the table of ACPI.  This driver
> assigns IRQ of a PCI device from PRT (PCI Routing Table) of ACPI.
> However, this patch may influence amd64 and i386.  And I do not own
> the 'real' PC/AT machine now.
> 
> I would like to commit this patch at last next week. 
> OK?
> 
> Thanks,
> --
> kiyohara


Home | Main Index | Thread Index | Old Index