aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/agami/aruma/auto.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-11-26 00:10:10 +0000
committerStefan Reinauer <stepan@openbios.org>2005-11-26 00:10:10 +0000
commit6cc0e084eaf4dbdfa3d2e2295a6b931370c64cb9 (patch)
tree8e3e4559a71f9cd4c7f05c6b060f4fbfce574596 /src/mainboard/agami/aruma/auto.c
parentc49a8120f5bf4545793b3d26d96f9e7b2b6113e9 (diff)
first round of agami aruma merge
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2107 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/agami/aruma/auto.c')
-rw-r--r--src/mainboard/agami/aruma/auto.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/agami/aruma/auto.c b/src/mainboard/agami/aruma/auto.c
index d5a3591305..a522174932 100644
--- a/src/mainboard/agami/aruma/auto.c
+++ b/src/mainboard/agami/aruma/auto.c
@@ -32,8 +32,9 @@
static void hard_reset(void)
{
set_bios_reset();
- pci_write_config8(PCI_DEV(0, 0x04, 3), 0x41, 0xf1);
- outb(0x0e, 0x0cf9);
+ // pci_write_config8(PCI_DEV(0, 0x04, 3), 0x41, 0xf1);
+ // outb(0x0e, 0x0cf9);
+ outb(0x06, 0x0cf9); /* this value will assert RESET_L and LDTRST_L */
}
static void soft_reset(void)