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:
peter 2002-08-19 23:58:37 +00:00
parent 76c6b8a848
commit 7355253739
2 changed files with 2 additions and 4 deletions

View File

@ -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 */

View File

@ -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 */