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
This commit is contained in:
Xin LI 2009-09-22 20:12:10 +00:00
parent fd0a5b2f1e
commit bacfa53de3

View File

@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/resource.h>
#if defined(__i386__) || defined(__amd64__)
#if 0
#include <machine/md_var.h>
#include <machine/psl.h>
#include <dev/x86bios/x86bios.h>
@ -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...