diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-02-09 05:10:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-02-09 05:10:11 +0000 |
commit | 5ca84a5c2a462eaeee4d4cab7cff9821c843d7a9 (patch) | |
tree | 2f4c84a1f3f2c8855421a6c1fcfbbf936e32d332 /sys/arch/hppa | |
parent | d7448577ecabbda67295e79100a5e3f6d0d5e0c0 (diff) |
yes, better netled names
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/cpufunc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/cpufunc.h b/sys/arch/hppa/include/cpufunc.h index 53555a5c2a9..4533d86af5e 100644 --- a/sys/arch/hppa/include/cpufunc.h +++ b/sys/arch/hppa/include/cpufunc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpufunc.h,v 1.13 2000/02/09 05:04:22 mickey Exp $ */ +/* $OpenBSD: cpufunc.h,v 1.14 2000/02/09 05:10:10 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -211,8 +211,8 @@ pdtlbe(pa_space_t sp, vaddr_t va) } #ifdef USELEDS -#define PALED_NETOUT 0x01 -#define PALED_NETIN 0x02 +#define PALED_NETSND 0x01 +#define PALED_NETRCV 0x02 #define PALED_DISK 0x04 #define PALED_HEARTBEAT 0x08 #define PALED_LOADMASK 0xf0 |