Submitter | Tobias Diedrich |
---|---|
Date | 2010-11-07 12:46:29 |
Message ID | <20101107124726.473364793@yamamaya.is-a-geek.org> |
Download | mbox | patch |
Permalink | /patch/2260/ |
State | Accepted |
Headers | show |
Comments
Acked-by: Rudolf Marek <r.marek@assembler.cz>
And commited.
R.
Patch
Index: src/southbridge/via/k8t890/k8t890_pcie.c =================================================================== --- src/southbridge/via/k8t890/k8t890_pcie.c.orig 2010-11-03 14:53:07.000000000 +0100 +++ src/southbridge/via/k8t890/k8t890_pcie.c 2010-11-03 15:51:23.000000000 +0100 @@ -24,6 +24,12 @@ #include <device/pci_ids.h> #include "k8t890.h" +/* + * Note: + * The pcie bridges are similar to the VX800 ones documented at + * http://linux.via.com.tw/ + */ + static void peg_init(struct device *dev) { u8 reg;
Add pointer to public PCIe bridge documentation on http://linux.via.com.tw/ as VX800 seems to be compatible. Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de> ---