From bbbfd9d1906cb2d99385eae845a13a311f77ef78 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 3 Dec 2005 23:48:17 +0000 Subject: smaller fixups here and there, allowing some motherboards to compile or to fail later than before. dos2unix'ed the xe7501devkit files, that might have caused some problems before. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2127 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8231/chip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/southbridge') diff --git a/src/southbridge/via/vt8231/chip.h b/src/southbridge/via/vt8231/chip.h index fef4e2913b..277ead7705 100644 --- a/src/southbridge/via/vt8231/chip.h +++ b/src/southbridge/via/vt8231/chip.h @@ -8,6 +8,9 @@ struct southbridge_via_vt8231_config { int enable_native_ide; int enable_com_ports; int enable_keyboard; + /* currently not parsed but needed by densitron dpx114 */ + int enable_usb; + int enable_nvram; }; #endif /* _SOUTHBRIDGE_VIA_VT8231 */ -- cgit v1.2.3