Author: ruik Date: Sun Nov 7 19:37:39 2010 New Revision: 6039 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6039
Log: 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 Acked-by: Rudolf Marek r.marek@assembler.cz
Modified: trunk/src/southbridge/via/k8t890/k8t890_pcie.c
Modified: trunk/src/southbridge/via/k8t890/k8t890_pcie.c ============================================================================== --- trunk/src/southbridge/via/k8t890/k8t890_pcie.c Sun Nov 7 19:28:34 2010 (r6038) +++ trunk/src/southbridge/via/k8t890/k8t890_pcie.c Sun Nov 7 19:37:39 2010 (r6039) @@ -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;