1 *** /usr/sys/net/net/netisr.h.orig Fri Dec 9 09:53:17 1994
2 --- /usr/sys/net/net/netisr.h Fri Dec 9 09:54:14 1994
6 #define NETISR_LAT 14 /* same as AF_LAT */
7 #define NETISR_BSC 15 /* same as AF_BSC */
8 #define NETISR_DLO 19 /* same as AF_OSI */
9 + #define NETISR_PPP 26 /* Point-to-Point Protocol */
11 #define schednetisr(anisr) { set_bit_atomic(anisr,&netisr); setsoftnet(); }
13 *** /usr/sys/net/net/conf_net.c.orig Fri Dec 9 13:29:49 1994
14 --- /usr/sys/net/net/conf_net.c Fri Dec 9 13:32:50 1994
24 #if ((NETHER==0 && NFDDI==0) || NINET==0)
30 ! extern int rawintr(), ipintr(), nsintr(), dnetintr(), dlointr(), dliintr(), latintr(), bscintr();
38 ! extern int rawintr(), ipintr(), nsintr(), dnetintr(), dlointr(), dliintr(), latintr(), bscintr(), pppintr();
45 {NETISR_SCSI,scsiisr},
46 #endif /* NSCSI > 0 || NSII > 0 || NASC > 0 */
49 + {NETISR_PPP,pppintr},
54 *** /usr/sys/conf/mips/files.mips.orig Sat Sep 11 06:09:28 1993
55 --- /usr/sys/conf/mips/files.mips Fri Dec 9 09:32:01 1994
59 io/netif/if_ne.c optional ne device-driver Binary
60 io/netif/if_sl.c optional sl device-driver Binary Unsupported
61 io/netif/if_ppp.c optional ppp device-driver Notbinary
62 + io/netif/ppp_tty.c optional ppp device-driver Notbinary
63 + io/netif/bsd-comp.c optional ppp device-driver Notbinary
64 io/netif/slcompress.c optional sl or ppp device-driver Notbinary
65 io/netif/if_qe.c optional qe device-driver Binary
66 io/netif/if_uba.c optional inet device-driver Binary