Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2008 21:30:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/113406: commit references a PR
Message-ID:  <200804232130.m3NLU4c4011752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/113406; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/113406: commit references a PR
Date: Wed, 23 Apr 2008 21:28:36 +0000 (UTC)

 marius      2008-04-23 21:28:30 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/pci              if_xl.c if_xlreg.h 
   Log:
   - Spelling fix for interupt -> interrupt
   - Take advantage of bus_dmamap_load_mbuf_sg(9).
   - Take advantage of m_collapse(9).
   - Sync with other NIC drivers and prepend a TX mbuf if the first attempt
     to load it fails with an error other than EFBIG and stop trying instead
     of freeing it and keeping on trying to enqueue more mbufs. Also ensure
     the driver queue isn't empty before trying to enqueue mbufs in order to
     reduce locking operations.
   - In xl_ifmedia_upd() add a missing XL_UNLOCK(). [1]
   - Const'ify the xl_devs array.
   - Remove an outdated comment.
   
   PR:             113406 [1]
   
   Revision   Changes    Path
   1.210.2.2  +71 -95    src/sys/pci/if_xl.c
   1.59.2.1   +2 -1      src/sys/pci/if_xlreg.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804232130.m3NLU4c4011752>