diff options
author | 2006-12-14 00:17:40 +0000 | |
---|---|---|
committer | 2006-12-14 00:17:40 +0000 | |
commit | 947a73102b05ded35595bf535d42ecb8ca1b65f2 (patch) | |
tree | 9c7c506bd4c02ea5d8d7928607a8396eec051beb /sys/dev/ic | |
parent | Fix a few unitialized vars, all taken from gcc trunk, except the (diff) | |
download | wireguard-openbsd-947a73102b05ded35595bf535d42ecb8ca1b65f2.tar.xz wireguard-openbsd-947a73102b05ded35595bf535d42ecb8ca1b65f2.zip |
Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when
adding additional IP address or re-running dhclient by only causing an
interface init if the interface is not already running. As well as some
cosmetics.
from brad@.
Loose the ether_cmp function of dubious optimizational value simply
use bcmp.
Revert the ordering hack, don't execute instruction eieio directly in
mc_dmaintr, makes no difference in triggering the uvm_fault bug, the
problem lies elsewhere.
Fix some indentation related to the DBDMA macros.
Tested on Power Macintosh 9600MP and 9500MP by myself.
Diffstat (limited to 'sys/dev/ic')
0 files changed, 0 insertions, 0 deletions