FreeBSD 5.3-BETA6 available

Hiroki Sato hrs at FreeBSD.org
Mon Sep 27 09:23:31 PDT 2004


Scott Long <scottl at samsco.org> wrote
  in <415720FD.8080603 at samsco.org>:

scottl> Be sure to check the "Known issues" below, there are known problems
scottl> still being worked on at this time.

 The following problem in BETA5 is not described as a known problem
 this time, but I think it is not fixed yet (removing the INVARIANTS
 kernel option masks that, though).

Ken Smith <kensmith at freebsd.org> wrote
  in <20040920022927.GA70726 at bobbi.cse.buffalo.edu>:

kensmith> Known issues in this release:
(snip)
kensmith>     - pst(4) is known to cause a system panic during the boot time.

 The attached delta (pst-raid.c rev.1.13->1.14 should be merged.

-- 
| Hiroki SATO
-------------- next part --------------
Index: pst-raid.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/pst/pst-raid.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -d -u -I\$OpenBSD:.*\$ -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.13 -r1.14
--- pst-raid.c	18 Feb 2004 21:36:52 -0000	1.13
+++ pst-raid.c	15 Sep 2004 15:39:28 -0000	1.14
@@ -123,11 +123,11 @@
 
     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 @@
     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);
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040928/2641dab4/attachment.bin


More information about the freebsd-current mailing list