From a9e632c2ac29c60872e7e4f9314263b34ce5031d Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Thu, 18 Nov 2004 22:38:08 +0000 Subject: - First stab at getting the ppc ports building and working. - The sandpointx3+altimus has been consolidated into one directory for now. - Added support for having different versions of the pci access functions on a per bus basis if needed. Hopefully I have not broken something inadvertently. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1786 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/keyboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pc80') diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c index f46d1ffa16..ccec00488c 100644 --- a/src/pc80/keyboard.c +++ b/src/pc80/keyboard.c @@ -26,7 +26,6 @@ static int kbd_empty_output_buffer(void) static void pc_keyboard_init(struct pc_keyboard *keyboard) { unsigned char regval; - unsigned long timeout; /* send cmd = 0xAA, self test 8042 */ outb(0xaa, 0x64); -- cgit v1.2.3