diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-05 17:10:17 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-05 17:10:17 +0000 |
commit | 544f33095defe67f633bd657d5d9883372772e13 (patch) | |
tree | b0b79df4ea5ed113935abb382a50ff39995ec6db /sys/arch/alpha/pci | |
parent | 2620f303fd511a9f7c02e75d19344ea7ad1a0b37 (diff) |
set the correct size in pceb_ca.
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r-- | sys/arch/alpha/pci/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/sio.c b/sys/arch/alpha/pci/sio.c index 4c09fed9399..201a21254ea 100644 --- a/sys/arch/alpha/pci/sio.c +++ b/sys/arch/alpha/pci/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.16 2000/11/08 16:01:21 art Exp $ */ +/* $OpenBSD: sio.c,v 1.17 2001/02/05 17:10:16 art Exp $ */ /* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */ /* @@ -74,7 +74,7 @@ int pcebmatch __P((struct device *, struct cfdata *, void *)); #endif struct cfattach pceb_ca = { - sizeof(struct device), pcebmatch, sioattach, + sizeof(struct sio_softc), pcebmatch, sioattach, }; struct cfdriver pceb_cd = { |