From 9258fa96c69e78f14cb6ab34ed150e1f3f0c2731 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 22 Sep 2009 20:12:10 +0000 Subject: Temporarily disable typematic retrieving code until we get a real fix, which currently causes hangs in some configurations. Reported by: joel Submitted by: swell.k at gmail.com --- sys/dev/atkbdc/atkbd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/atkbdc') diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index f9c8d4f..bb6aed6 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$"); #include #include -#if defined(__i386__) || defined(__amd64__) +#if 0 #include #include #include @@ -1089,7 +1089,7 @@ atkbd_shutdown_final(void *v) static int get_typematic(keyboard_t *kbd) { -#if defined(__i386__) || defined(__amd64__) +#if 0 /* * Only some systems allow us to retrieve the keyboard repeat * rate previously set via the BIOS... -- cgit v1.1