simply change for keyboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2004-03-19 18:09:20 +00:00
parent 73da276bc7
commit 3bd1f94c76
1 changed files with 1 additions and 1 deletions

View File

@ -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)