diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mca/mca.c | 5 | ||||
| -rw-r--r-- | sys/dev/mca/mcareg.h | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/mca/mca.c b/sys/dev/mca/mca.c index d31bb99afd6..7160f041e16 100644 --- a/sys/dev/mca/mca.c +++ b/sys/dev/mca/mca.c @@ -1,4 +1,4 @@ -/* $NetBSD: mca.c,v 1.22 2006/11/16 01:33:05 christos Exp $ */ +/* $NetBSD: mca.c,v 1.23 2007/04/11 18:32:19 garbled Exp $ */ /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. @@ -42,13 +42,14 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mca.c,v 1.22 2006/11/16 01:33:05 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mca.c,v 1.23 2007/04/11 18:32:19 garbled Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> #include <machine/bus.h> +#include <machine/mca_machdep.h> #include <dev/mca/mcareg.h> #include <dev/mca/mcavar.h> diff --git a/sys/dev/mca/mcareg.h b/sys/dev/mca/mcareg.h index ec6984026dc..cb3d51926f7 100644 --- a/sys/dev/mca/mcareg.h +++ b/sys/dev/mca/mcareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mcareg.h,v 1.1 2000/05/11 15:42:06 jdolecek Exp $ */ +/* $NetBSD: mcareg.h,v 1.2 2007/04/11 18:32:19 garbled Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -44,8 +44,6 @@ * Standardized MCA configuration information */ -#define MCA_MAX_SLOTS 8 /* max number of slots per bus */ - /* POS register bits */ #define MCA_POS2_ENABLE 0x01 /* POS2, hi => adapter enabled */ |
