summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2000-05-15 01:55:53 +0000
committerthorpej <thorpej@NetBSD.org>2000-05-15 01:55:53 +0000
commit7da80620c92da626d32cb46d60fbffc95ebd66cb (patch)
tree87f59527712b28f8c050bed4d40248e296240b0e /sys/dev
parente5ae7c287afd56976ad2f38699667b753902f000 (diff)
splimp() -> splnet()
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/rtl81x9.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 548b645ae20..329991acb95 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtl81x9.c,v 1.8 2000/05/15 01:55:14 thorpej Exp $ */
+/* $NetBSD: rtl81x9.c,v 1.9 2000/05/15 01:55:53 thorpej Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -309,7 +309,7 @@ STATIC int rtk_mii_readreg(sc, frame)
{
int i, ack, s;
- s = splimp();
+ s = splnet();
/*
* Set up frame for RX.
@@ -402,7 +402,7 @@ STATIC int rtk_mii_writereg(sc, frame)
{
int s;
- s = splimp();
+ s = splnet();
/*
* Set up frame for TX.
*/
@@ -1204,7 +1204,7 @@ STATIC void rtk_init(xsc)
u_int32_t rxcfg;
u_int16_t phy_bmcr = 0;
- s = splimp();
+ s = splnet();
/*
* XXX Hack for the 8139: the built-in autoneg logic's state
@@ -1394,7 +1394,7 @@ STATIC int rtk_ioctl(ifp, command, data)
struct ifreq *ifr = (struct ifreq *) data;
int s, error = 0;
- s = splimp();
+ s = splnet();
switch(command) {
case SIOCSIFADDR: