de-count atkbdc. I have more extensive patches to make properly dynamic,
but since pc hardware only allows one AT-style keyboard controller, this doesn't seem particularly urgent. (I do not know what the old sunriver remote keyboard/mouse/vga cards do, that might be an exception).
This commit is contained in:
parent
76c6b8a848
commit
7355253739
@ -31,7 +31,6 @@
|
||||
* from kbdio.c,v 1.13 1998/09/25 11:55:46 yokota Exp
|
||||
*/
|
||||
|
||||
#include "atkbdc.h"
|
||||
#include "opt_kbd.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -51,7 +50,7 @@
|
||||
|
||||
/* constants */
|
||||
|
||||
#define MAXKBDC MAX(NATKBDC, 1) /* XXX */
|
||||
#define MAXKBDC 1 /* XXX */
|
||||
|
||||
/* macros */
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
* from kbdio.c,v 1.13 1998/09/25 11:55:46 yokota Exp
|
||||
*/
|
||||
|
||||
#include "atkbdc.h"
|
||||
#include "opt_kbd.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -51,7 +50,7 @@
|
||||
|
||||
/* constants */
|
||||
|
||||
#define MAXKBDC MAX(NATKBDC, 1) /* XXX */
|
||||
#define MAXKBDC 1 /* XXX */
|
||||
|
||||
/* macros */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user