From: Bill Joy Date: Mon, 1 Nov 1982 06:57:46 +0000 (-0800) Subject: #if sun stuff X-Git-Tag: BSD-4_1c_2-Snapshot-Development~1988 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ddccffcc36310e5aac686854d7942550f20c5e19 #if sun stuff SCCS-vsn: sys/net/netisr.h 4.2 --- diff --git a/usr/src/sys/net/netisr.h b/usr/src/sys/net/netisr.h index 4bb506278c..123c164736 100644 --- a/usr/src/sys/net/netisr.h +++ b/usr/src/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* netisr.h 4.1 82/10/09 */ +/* netisr.h 4.2 82/10/31 */ /* * The networking code runs off software interrupts. @@ -8,7 +8,13 @@ * level for the clock (so you can enter the network in routines called * at timeout time). */ +#if sun +#include "../sun/sir.h" +#define setsoftnet() siron(SIR_NET) +#else +/* #include "../vax/mtpr.h" */ #define setsoftnet() mtpr(SIRR, 12) +#endif /* * Each ``pup-level-1'' input queue has a bit in a ``netisr'' status