[coreboot] [PATCH] Add PCI ID's for VIA K8T800 and K8M800 chipsets

2011-01-28 Thread Alex G.
Added PCI ID's for the functions of the VIA K8T800(Pro) and K8M800 chipsets. Signed-off-by: Alexandru Gagniuc --- Although this is very trivial, I don't think I'm in the position to ack. Alex Index: pci_ids.h === --- pci_ids.h (re

Re: [coreboot] [PATCH] Add PCI ID's for VIA K8T800 and K8M800 chipsets

2011-01-28 Thread Stefan Reinauer
* Alex G. [110128 13:05]: > Added PCI ID's for the functions of the VIA K8T800(Pro) and K8M800 chipsets. > > Signed-off-by: Alexandru Gagniuc > --- > > Although this is very trivial, I don't think I'm in the position to ack. > > Alex Hm.. Is there a chance to name them other than _1 ... _7? I

Re: [coreboot] [PATCH] Add PCI ID's for VIA K8T800 and K8M800 chipsets

2011-01-28 Thread Stefan Reinauer
* Alex G. [110128 13:05]: > Added PCI ID's for the functions of the VIA K8T800(Pro) and K8M800 chipsets. > > Signed-off-by: Alexandru Gagniuc > --- > > Although this is very trivial, I don't think I'm in the position to ack. anyone can ack, in theory, except the author. http://www.coreboot.or

Re: [coreboot] [PATCH] Add PCI ID's for VIA K8T800 and K8M800 chipsets

2011-01-28 Thread Alex G.
> > Hm.. Is there a chance to name them other than _1 ... _7? It's not > really more readable than just using the numbers directly.. > Yes, for those which I have the information about. See attached patch. Alex Signed-off-by: Alexandru Gagniuc Index: src/include/device/pci_ids.h =