summaryrefslogtreecommitdiffstats
path: root/sys/dev/pst/pst-raid.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2004-09-15 15:39:28 +0000
committersos <sos@FreeBSD.org>2004-09-15 15:39:28 +0000
commit038388559e975ae955510220fda4e3f110d87db6 (patch)
tree510b5ad65f1801dddc869bd0918e4ef5cbf037bf /sys/dev/pst/pst-raid.c
parent1795816cf766cbe770384eb50bb559e0d9fba2a6 (diff)
downloadFreeBSD-src-038388559e975ae955510220fda4e3f110d87db6.zip
FreeBSD-src-038388559e975ae955510220fda4e3f110d87db6.tar.gz
Flush the queue of minor fixes to pst.
Diffstat (limited to 'sys/dev/pst/pst-raid.c')
-rw-r--r--sys/dev/pst/pst-raid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c
index 83a5280..f14be91 100644
--- a/sys/dev/pst/pst-raid.c
+++ b/sys/dev/pst/pst-raid.c
@@ -123,11 +123,11 @@ pst_attach(device_t dev)
if (!(psc->info = (struct i2o_bsa_device *)
malloc(sizeof(struct i2o_bsa_device), M_PSTRAID, M_NOWAIT))) {
- contigfree(reply, PAGE_SIZE, M_PSTRAID);
+ contigfree(reply, PAGE_SIZE, M_PSTIOP);
return ENOMEM;
}
bcopy(reply->result, psc->info, sizeof(struct i2o_bsa_device));
- contigfree(reply, PAGE_SIZE, M_PSTRAID);
+ contigfree(reply, PAGE_SIZE, M_PSTIOP);
if (!(reply = iop_get_util_params(psc->iop, psc->lct->local_tid,
I2O_PARAMS_OPERATION_FIELD_GET,
@@ -145,7 +145,7 @@ pst_attach(device_t dev)
bpack(ident->vendor, ident->vendor, 16);
bpack(ident->product, ident->product, 16);
sprintf(name, "%s %s", ident->vendor, ident->product);
- contigfree(reply, PAGE_SIZE, M_PSTRAID);
+ contigfree(reply, PAGE_SIZE, M_PSTIOP);
bioq_init(&psc->queue);
OpenPOWER on IntegriCloud