Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic splimp() -> splnet()
details: https://anonhg.NetBSD.org/src/rev/e6741f2fe01c
branches: trunk
changeset: 486190:e6741f2fe01c
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon May 15 01:55:53 2000 +0000
description:
splimp() -> splnet()
diffstat:
sys/dev/ic/rtl81x9.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 6b82522b5ee9 -r e6741f2fe01c sys/dev/ic/rtl81x9.c
--- a/sys/dev/ic/rtl81x9.c Mon May 15 01:55:12 2000 +0000
+++ b/sys/dev/ic/rtl81x9.c Mon May 15 01:55:53 2000 +0000
@@ -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 @@
{
int i, ack, s;
- s = splimp();
+ s = splnet();
/*
* Set up frame for RX.
@@ -402,7 +402,7 @@
{
int s;
- s = splimp();
+ s = splnet();
/*
* Set up frame for TX.
*/
@@ -1204,7 +1204,7 @@
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 @@
struct ifreq *ifr = (struct ifreq *) data;
int s, error = 0;
- s = splimp();
+ s = splnet();
switch(command) {
case SIOCSIFADDR:
Home |
Main Index |
Thread Index |
Old Index