Re: FreeBSD 5.3-BETA6 available

From: Hiroki Sato (hrs_at_FreeBSD.org)
Date: 09/27/04

  • Next message: M. Warner Losh: "Re: Low volume sound on Dell Precision 530 (snd_ich)"
    Date: Tue, 28 Sep 2004 01:21:33 +0900 (JST)
    To: scottl@samsco.org, sos@DeepCore.dk
    
    
    
    

    Scott Long <scottl@samsco.org> wrote
      in <415720FD.8080603@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@freebsd.org> wrote
      in <20040920022927.GA70726@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
    
    

    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);
     

    
    


    • application/pgp-signature attachment: stored

  • Next message: M. Warner Losh: "Re: Low volume sound on Dell Precision 530 (snd_ich)"