Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2006 20:30:28 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-sparc64@FreeBSD.org
Subject:   Re: sparc64/82681: commit references a PR
Message-ID:  <200610292030.k9TKUS4Z003405@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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?200610292030.k9TKUS4Z003405>