summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-03-19 18:09:20 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-03-19 18:09:20 +0000
commit3bd1f94c769005d21c215a6254ce56fc22dc6ebf (patch)
tree94fef0b803f13a94b618fc37c5a2517a4189ad5b /src/southbridge/via/vt8231
parent73da276bc79bec7c66bac7b6c0fafc7957f5e3bf (diff)
downloadcoreboot-3bd1f94c769005d21c215a6254ce56fc22dc6ebf.tar.xz
simply change for keyboard
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231')
-rw-r--r--src/southbridge/via/vt8231/vt8231.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8231/vt8231.c b/src/southbridge/via/vt8231/vt8231.c
index a3d7873b36..89445d6a2a 100644
--- a/src/southbridge/via/vt8231/vt8231.c
+++ b/src/southbridge/via/vt8231/vt8231.c
@@ -83,7 +83,7 @@ static void keyboard_on(void)
regval |= 0x0f;
pci_write_config8(dev0, 0x51, regval);
}
- pc_keyboard_init();
+ init_pc_keyboard(0x60, 0x64, 0);
}
static void nvram_on(void)