Use MI <dev/ic/pcdisplay.h> rather than MD <machine/display.h>.

This commit is contained in:
tsutsui 2006-07-01 17:15:46 +00:00
parent d48f14661d
commit 0b60e69029
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pccons.c,v 1.44 2006/05/14 21:55:09 elad Exp $ */
/* $NetBSD: pccons.c,v 1.45 2006/07/01 17:15:46 tsutsui Exp $ */
/* $OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $ */
/* NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp */
@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.44 2006/05/14 21:55:09 elad Exp $");
__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.45 2006/07/01 17:15:46 tsutsui Exp $");
#include "opt_ddb.h"
@ -99,7 +99,7 @@ __KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.44 2006/05/14 21:55:09 elad Exp $");
#include <machine/bus.h>
#include <machine/display.h>
#include <dev/ic/pcdisplay.h>
#include <machine/pccons.h>
#include <machine/kbdreg.h>