Alpha:
------
(1) Modules do not work. I built ppp.o and slhc.o and tried
to install them and they failed failing to find __memcpy().
(2) I had to add a couple of new definitions into /asm-alpha/segment.h:
#define put_user_long(x,addr) put_user((x),(int *)(addr))
#define get_user_long(addr) get_user((unsigned int *)(addr))
to get it to build at all.
Intel/Linux
-----------
(1) No ppp devices appear in /proc/net/dev. Maybe I'm being stupid
here but on my home system I use ppp to attach myself to Digital's
network and whenever I install the ppp.o module four ppp devices
appear in /proc/net/dev (ppp0...ppp3). With 1.3.63 this does not
happen.
Dave