summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-05-17 02:07:03 +0000
committercgd <cgd@NetBSD.org>1995-05-17 02:07:03 +0000
commit3ebc44f6e1a661ae6429ea22a1a7299c96ba64bd (patch)
tree4dc375990fb07ea6b3653a57a4114083d4161dba /sys/dev
parent0521ad83a006b634624fd3be02024cb64a5e3577 (diff)
isa softc structs are larger than 'struct device'
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c
index 1774d44ee13..c7ef96dfac7 100644
--- a/sys/dev/isa/isa.c
+++ b/sys/dev/isa/isa.c
@@ -1,4 +1,4 @@
-/* $NetBSD: isa.c,v 1.72 1995/04/17 12:09:09 cgd Exp $ */
+/* $NetBSD: isa.c,v 1.73 1995/05/17 02:07:03 cgd Exp $ */
/*-
* Copyright (c) 1993, 1994 Charles Hannum. All rights reserved.
@@ -43,7 +43,7 @@ int isamatch __P((struct device *, void *, void *));
void isaattach __P((struct device *, struct device *, void *));
struct cfdriver isacd = {
- NULL, "isa", isamatch, isaattach, DV_DULL, sizeof(struct device), 1
+ NULL, "isa", isamatch, isaattach, DV_DULL, sizeof(struct isa_softc), 1
};
int