]> git.ozlabs.org Git - ppp.git/blob - ultrix/upgrade
support micro$oft DNS options;
[ppp.git] / ultrix / upgrade
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
3 ***************
4 *** 77,82 ****
5 --- 77,83 ----
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 */
10   
11   #define       schednetisr(anisr)      { set_bit_atomic(anisr,&netisr); setsoftnet(); }
12   
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
15 ***************
16 *** 84,89 ****
17 --- 84,90 ----
18   #ifdef vax
19   #include "bsc.h"
20   #endif vax
21 + #include "ppp.h"
22   
23   
24   #if ((NETHER==0 && NFDDI==0) || NINET==0)
25 ***************
26 *** 251,257 ****
27   };
28   
29   
30 ! extern int rawintr(), ipintr(), nsintr(), dnetintr(), dlointr(), dliintr(), latintr(), bscintr();
31   #ifdef        __mips
32   extern int scsiisr();
33   #endif
34 --- 252,258 ----
35   };
36   
37   
38 ! extern int rawintr(), ipintr(), nsintr(), dnetintr(), dlointr(), dliintr(), latintr(), bscintr(), pppintr();
39   #ifdef        __mips
40   extern int scsiisr();
41   #endif
42 ***************
43 *** 289,294 ****
44 --- 290,298 ----
45           {NETISR_SCSI,scsiisr},
46   #endif /* NSCSI > 0 || NSII > 0 || NASC > 0 */
47   #endif        /* __mips */
48 + #if NPPP > 0
49 +       {NETISR_PPP,pppintr},
50 + #endif /* NPPP */
51   
52         {-1     ,0}
53   };
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
56 ***************
57 *** 115,120 ****
58 --- 115,122 ----
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