aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2875/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-04-24 23:01:33 +0000
committerStefan Reinauer <stepan@openbios.org>2004-04-24 23:01:33 +0000
commit2ab88d1179d46e4e5242286b59ee8519fa79bb05 (patch)
tree1a23808e0716943ec7a159254b19dc03a7713ac4 /src/mainboard/tyan/s2875/chip.h
parentf05dcb8d7afb3716959b94b8dac20ee551762624 (diff)
Major merge of YhLu's code from 2004/04/20: add s2875, various other updates,
cleanups. Drop "driver" code from mainboard directories and use them from the driver directory instead git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2875/chip.h')
-rw-r--r--src/mainboard/tyan/s2875/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2875/chip.h b/src/mainboard/tyan/s2875/chip.h
new file mode 100644
index 0000000000..9fa085d41c
--- /dev/null
+++ b/src/mainboard/tyan/s2875/chip.h
@@ -0,0 +1,6 @@
+extern struct chip_control mainboard_tyan_s2875_control;
+
+struct mainboard_tyan_s2875_config {
+ int fixup_scsi;
+ int fixup_vga;
+};