diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /sys/dev/iicbus/if_ic.c | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'sys/dev/iicbus/if_ic.c')
| -rw-r--r-- | sys/dev/iicbus/if_ic.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/sys/dev/iicbus/if_ic.c b/sys/dev/iicbus/if_ic.c index 7af9db71f632f..52626e0904431 100644 --- a/sys/dev/iicbus/if_ic.c +++ b/sys/dev/iicbus/if_ic.c @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id: if_ic.c,v 1.2 1998/10/31 11:31:07 nsouch Exp $ + *	$Id: if_ic.c,v 1.1.1.11 1998/08/13 17:10:42 son Exp $   */  /* @@ -213,7 +213,7 @@ icioctl(struct ifnet *ifp, u_long cmd, caddr_t data)  		return ENOBUFS;  	    } -	    iicbus_reset(parent, IIC_FASTEST, 0, NULL); +	    iicbus_reset(parent, IIC_FASTEST);  	    ifp->if_flags |= IFF_RUNNING;  	} @@ -290,6 +290,7 @@ icintr (device_t dev, int event, char *ptr)  	int unit = device_get_unit(dev);  	int s, len;  	struct mbuf *top; +	int i;  	s = splhigh(); | 
