]> git.pld-linux.org Git - packages/kernel.git/blame - linux-alpha.patch
- added description of djurban's branch
[packages/kernel.git] / linux-alpha.patch
CommitLineData
b59abc02 1--- linux/include/asm-alpha/termios.h~ Thu Feb 26 00:47:26 2004
2+++ linux/include/asm-alpha/termios.h Thu Feb 26 00:47:26 2004
3@@ -71,6 +71,7 @@
4 #define N_SLIP 1
5 #define N_MOUSE 2
6 #define N_PPP 3
7+#define N_STRIP 4
8 #define N_AX25 5
9 #define N_X25 6 /* X.25 async */
10 #define N_6PACK 7
11--- linux/drivers/net/sbni.c~ Thu Feb 26 02:28:30 2004
12+++ linux/drivers/net/sbni.c Thu Feb 26 02:28:30 2004
13@@ -54,7 +54,9 @@
14
15
16 #undef GOODBUS16
17-#define CRCASM
18+#if defined(__i386__)
19+# define CRCASM
20+#endif
21 #define KATYUSHA
22
23 #include <linux/version.h>
This page took 0.912024 seconds and 4 git commands to generate.