cvs commit: src/sys/amd64/amd64 busdma_machdep.c mem.c mp_watchdog.c pmap.c trap.c src/sys/amd64/conf GENERIC src/sys/amd64/isa isa_dma.c src/sys/arm/arm busdma_machdep.c mem.c pmap.c src/sys/arm/xscale/i80321 i80321_aau.c i80321_dma.c ...

Kris Kennaway kris at obsecurity.org
Sun Apr 1 06:58:01 UTC 2007


On Sat, Mar 31, 2007 at 10:38:09PM -0700, Colin Percival wrote:
> Kris Kennaway wrote:
> >   Log:
> >   Final stage of SMP pushdown: rename the Giant lock to the Midget lock.
> >   ...
> >   1.118     +2 -2      src/sys/pci/if_vr.c
> 
> This doesn't look quite right:
> 
> > --- if_vr.c     23 Feb 2007 12:19:03 -0000      1.117
> > +++ if_vr.c     1 Apr 2007 04:21:44 -0000       1.118
> > @@ -982,8 +982,8 @@
> >                                 printf(" frame alignment error\n");
> >                         if (rxstat & VR_RXSTAT_FIFOOFLOW)
> >                                 printf(" FIFO overflow");
> > -                       if (rxstat & VR_RXSTAT_GIANT)
> > -                               printf(" received giant packet");
> > +                       if (rxstat & VR_RXSTAT_MIDGET)
> > +                               printf(" received midget packet");
> >                         if (rxstat & VR_RXSTAT_RUNT)
> >                                 printf(" received runt packet");
> >                         if (rxstat & VR_RXSTAT_BUSERR)

Oops, I'll fix that later today.  I also accidentally took a file off
the vendor branch too :(  Hopefully the CVS admins can repair that to
avoid complicating future imports.

Kris

-------------- 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/cvs-all/attachments/20070401/a33c5a80/attachment.pgp


More information about the cvs-all mailing list