sparc64/82681: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Oct 29 20:30:29 UTC 2006


The following reply was made to PR sparc64/82681; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: sparc64/82681: commit references a PR
Date: Sun, 29 Oct 2006 20:24:46 +0000 (UTC)

 marius      2006-10-29 20:24:27 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/dc           if_dc.c 
   Log:
   - Wrap code optimized for architectures without alignment constraints
     in #ifdef __NO_STRICT_ALIGNMENT rather than #ifdef __i386__. This
     means that amd64 now also uses the optimized code. [1]
     While at it, fix a nearby style(9) bug.
   - Remove the hw.dc_quick SYSCTL, which allowed to turn off the above
     mentioned optimization, as like the equivalent and already removed
   - In dc_setcfg() suppress printing a warning when forcing the receiver
     and transceiver to idle state times out for chips where the status
     bits in question just never change (observed in detail with DM9102A)
     and therefore the warning would be highly likely false positive. [2]
   - In dc_ifmedia_sts() add a missing DC_UNLOCK().
   
   Tested by:      Hans-Joerg Sirtl on amd64 [1]
   PR:             82681 [2]
   Obtained from:  NetBSD tlp(4) [2]
   MFC after:      1 week
   
   Revision  Changes    Path
   1.186     +22 -16    src/sys/dev/dc/if_dc.c
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-sparc64 mailing list