diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:15:48 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:15:48 +0000 |
commit | acfaeceffd8b97715905f074a76e0d12f0d83889 (patch) | |
tree | 4a7c4b12a2dff67225cc39e0f47c4d0eac84979b /src/southbridge/via/vt8231/chip.h | |
parent | 9c3f37cb5f741d7b2ba7852a16ffb82ee40968e9 (diff) | |
download | coreboot-acfaeceffd8b97715905f074a76e0d12f0d83889.tar.xz |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36
Creator: Li-Ta Lo <ollie@lanl.gov>
emulator update
Correction to the reduce emulator from Paulo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231/chip.h')
-rw-r--r-- | src/southbridge/via/vt8231/chip.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/southbridge/via/vt8231/chip.h b/src/southbridge/via/vt8231/chip.h index bc1e445f26..fef4e2913b 100644 --- a/src/southbridge/via/vt8231/chip.h +++ b/src/southbridge/via/vt8231/chip.h @@ -4,18 +4,10 @@ extern struct chip_operations southbridge_via_vt8231_ops; struct southbridge_via_vt8231_config { - /* PCI function enables */ - /* i.e. so that pci scan bus will find them. */ - /* I am putting in IDE as an example but obviously this needs - * to be more complete! - */ - int enable_ide; - /* enables of functions of devices */ - int enable_usb; + /* enables of Non-PCI devices */ int enable_native_ide; int enable_com_ports; int enable_keyboard; - int enable_nvram; }; #endif /* _SOUTHBRIDGE_VIA_VT8231 */ |