]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix long standing bge_sysctl_debug_info() issues.
authoryongari <yongari@FreeBSD.org>
Wed, 26 Oct 2011 01:03:53 +0000 (01:03 +0000)
committeryongari <yongari@FreeBSD.org>
Wed, 26 Oct 2011 01:03:53 +0000 (01:03 +0000)
commit25de0354797be786e43e6dd328a2a634e41cc799
treeca70213bbd095af25c0628e94356836cd20316c3
parent6ea6d557dcc19ddd764e9356881c12673efaedf4
Fix long standing bge_sysctl_debug_info() issues.
 o Protect bge(4) status block access and register dump with driver lock.
 o Add missing bus_dmamap_sync() before dumping status block.
 o Use minimum status block size, 32 bytes, for status block dump on most
   controllers except BCM5700 AX/BX.
While I'm here, make the handler show 5717 Plus in hardware flags.
sys/dev/bge/if_bge.c