From a7f3467c88281b875f60021303fe31ca7fb2dff8 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 7 Nov 2005 03:20:01 +0000 Subject: splimp -> splnet --- sys/dev/ic/rtl81x9.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/dev/ic/rtl81x9.c') diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index bce8f2f210b..18bbaf88f1f 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.46 2005/10/24 00:35:57 brad Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.47 2005/11/07 03:20:00 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -326,7 +326,7 @@ int rl_mii_readreg(sc, frame) { int i, ack, s; - s = splimp(); + s = splnet(); /* * Set up frame for RX. @@ -418,7 +418,7 @@ int rl_mii_writereg(sc, frame) { int s; - s = splimp(); + s = splnet(); /* * Set up frame for TX. */ @@ -964,7 +964,7 @@ void rl_init(xsc) int s; u_int32_t rxcfg = 0; - s = splimp(); + s = splnet(); /* * Cancel pending I/O and free all RX/TX buffers. @@ -1088,7 +1088,7 @@ int rl_ioctl(ifp, command, data) struct ifaddr *ifa = (struct ifaddr *)data; int s, error = 0; - s = splimp(); + s = splnet(); if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { splx(s); -- cgit v1.2.3