Adapt to replacement of apcireg.h and dcareg.h.
This commit is contained in:
parent
f009006333
commit
dc9a6c03b4
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: apci.c,v 1.4 2003/08/07 16:27:40 agc Exp $ */
|
||||
/* $NetBSD: apci.c,v 1.5 2003/11/08 12:02:33 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
|
||||
@ -113,9 +113,9 @@
|
||||
#include <dev/cons.h>
|
||||
|
||||
#include <hp300/dev/frodoreg.h> /* for APCI offsets */
|
||||
#include <hp300/dev/apcireg.h> /* for register map */
|
||||
#include <hp300/dev/dcareg.h> /* for register bits */
|
||||
|
||||
#include <hp300/stand/common/apcireg.h> /* for register map */
|
||||
#include <hp300/stand/common/dcareg.h> /* for register bits */
|
||||
#include <hp300/stand/common/consdefs.h>
|
||||
#include <hp300/stand/common/samachdep.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dca.c,v 1.2 2003/08/07 16:27:40 agc Exp $ */
|
||||
/* $NetBSD: dca.c,v 1.3 2003/11/08 12:02:33 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990, 1993
|
||||
@ -76,8 +76,7 @@
|
||||
#include <sys/param.h>
|
||||
#include <dev/cons.h>
|
||||
|
||||
#include <hp300/dev/dcareg.h>
|
||||
|
||||
#include <hp300/stand/common/dcareg.h>
|
||||
#include <hp300/stand/common/consdefs.h>
|
||||
#include <hp300/stand/common/samachdep.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dnkbd.c,v 1.5 2002/09/29 23:23:58 wiz Exp $ */
|
||||
/* $NetBSD: dnkbd.c,v 1.6 2003/11/08 12:02:33 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
@ -45,9 +45,9 @@
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <hp300/dev/frodoreg.h> /* for apci offsets */
|
||||
#include <hp300/dev/dcareg.h> /* for the register bit definitions */
|
||||
#include <hp300/dev/apcireg.h> /* for the apci registers */
|
||||
|
||||
#include <hp300/stand/common/dcareg.h> /* for the register bit definitions */
|
||||
#include <hp300/stand/common/apcireg.h> /* for the apci registers */
|
||||
#include <hp300/stand/common/samachdep.h>
|
||||
#include <hp300/stand/common/kbdvar.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user