1 *** /usr/sys/h/ioctl.h.orig Fri Dec 9 10:05:18 1994
2 --- /usr/sys/h/ioctl.h Fri Dec 9 10:06:06 1994
6 #define SLPDISC 0x07 /* BSD Serial Line IP */
7 #define PCMDISC 0x08 /* Peripheral Control Module
8 for dial and button boxex */
9 + #define PPPDISC 0x09 /* PPP Point-to-Point Protocol */
10 /* Line disc #'s 16-23 are
11 reserved for local extension.*/
13 *** /usr/sys/net/net/if.h.orig Wed Aug 4 01:57:00 1993
14 --- /usr/sys/net/net/if.h Fri Dec 9 09:29:11 1994
18 #define IFT_XETHER 0x1a /* obsolete 3MB experimental ethernet */
19 #define IFT_NSIP 0x1b /* XNS over IP */
20 #define IFT_SLIP 0x1c /* IP over generic TTY */
21 + #define IFT_PPP 0x1d /* PPP over generic TTY */
24 * Output queues (ifp->if_snd) and internetwork datagram level (pup level 1)
25 *** /usr/sys/net/net/netisr.h.orig Fri Dec 9 09:53:17 1994
26 --- /usr/sys/net/net/netisr.h Fri Dec 9 09:54:14 1994
30 #define NETISR_LAT 14 /* same as AF_LAT */
31 #define NETISR_BSC 15 /* same as AF_BSC */
32 #define NETISR_DLO 19 /* same as AF_OSI */
33 + #define NETISR_PPP 26 /* Point-to-Point Protocol */
35 #define schednetisr(anisr) { set_bit_atomic(anisr,&netisr); setsoftnet(); }
37 *** /usr/sys/net/net/conf_net.c.orig Fri Dec 9 13:29:49 1994
38 --- /usr/sys/net/net/conf_net.c Fri Dec 9 13:32:50 1994
48 #if ((NETHER==0 && NFDDI==0) || NINET==0)
54 ! extern int rawintr(), ipintr(), nsintr(), dnetintr(), dlointr(), dliintr(), latintr(), bscintr();
62 ! extern int rawintr(), ipintr(), nsintr(), dnetintr(), dlointr(), dliintr(), latintr(), bscintr(), pppintr();
69 {NETISR_SCSI,scsiisr},
70 #endif /* NSCSI > 0 || NSII > 0 || NASC > 0 */
73 + {NETISR_PPP,pppintr},
78 *** /usr/sys/data/pseudo_data.c.orig Sat Sep 19 06:20:31 1992
79 --- /usr/sys/data/pseudo_data.c Fri Dec 9 09:32:23 1994
94 *** /usr/sys/data/tty_conf_data.c.orig Sat Sep 19 06:19:21 1992
95 --- /usr/sys/data/tty_conf_data.c Fri Dec 9 09:32:38 1994
99 int slopen(), slclose(), slinput(), sltioctl(), slstart();
104 + int pppopen(), pppclose(), pppread(), pppwrite(), pppinput();
105 + int ppptioctl(), pppstart();
114 nodev, nodev, nodev, nodev, nodev,
115 nodev, nodev, nodev, nodev, nodev,
119 + pppopen, pppclose, pppread, pppwrite, ppptioctl,
120 + pppinput, nodev, nulldev, pppstart, nulldev, /* 9 - PPPDISC */
122 + nodev, nodev, nodev, nodev, nodev,
123 + nodev, nodev, nodev, nodev, nodev,
129 *** /usr/sys/conf/mips/files.mips.orig Sat Sep 11 06:09:28 1993
130 --- /usr/sys/conf/mips/files.mips Fri Dec 9 09:32:01 1994
133 io/netif/if_ln_copy.s optional ln Binary
134 io/netif/if_ne.c optional ne device-driver Binary
135 io/netif/if_sl.c optional sl device-driver Binary Unsupported
136 ! io/netif/slcompress.c optional sl device-driver Binary Unsupported
137 io/netif/if_qe.c optional qe device-driver Binary
138 io/netif/if_uba.c optional inet device-driver Binary
139 io/netif/if_ni.c optional bvpni device-driver Binary
141 io/netif/if_ln_copy.s optional ln Binary
142 io/netif/if_ne.c optional ne device-driver Binary
143 io/netif/if_sl.c optional sl device-driver Binary Unsupported
144 ! io/netif/if_ppp.c optional ppp device-driver Notbinary
145 ! io/netif/ppp_tty.c optional ppp device-driver Notbinary
146 ! io/netif/bsd-comp.c optional ppp device-driver Notbinary
147 ! io/netif/ppp-deflate.c optional ppp device-driver Notbinary
148 ! io/netif/zlib.c optional ppp device-driver Notbinary
149 ! io/netif/slcompress.c optional sl or ppp device-driver Notbinary
150 io/netif/if_qe.c optional qe device-driver Binary
151 io/netif/if_uba.c optional inet device-driver Binary
152 io/netif/if_ni.c optional bvpni device-driver Binary