summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-06 22:45:12 +0000
committerphk <phk@FreeBSD.org>2005-02-06 22:45:12 +0000
commit8358b3b9014c9cf056937051f826a57d6348e7d7 (patch)
treedc360413944fa67cb91a0868911f463815d792c5 /sys/dev/ieee488
parent35d09298255af4f83fd5b6611c06e07486d774f3 (diff)
downloadFreeBSD-src-8358b3b9014c9cf056937051f826a57d6348e7d7.zip
FreeBSD-src-8358b3b9014c9cf056937051f826a57d6348e7d7.tar.gz
Allocate more space for softc. Amazing my machine survived this.
Diffstat (limited to 'sys/dev/ieee488')
-rw-r--r--sys/dev/ieee488/pcii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ieee488/pcii.c b/sys/dev/ieee488/pcii.c
index ab59545..574f351 100644
--- a/sys/dev/ieee488/pcii.c
+++ b/sys/dev/ieee488/pcii.c
@@ -79,7 +79,7 @@ static device_method_t pcii_methods[] = {
static driver_t pcii_driver = {
"pcii",
pcii_methods,
- sizeof(struct pcii_softc *),
+ sizeof(struct pcii_softc),
};
static int
OpenPOWER on IntegriCloud