How do I decode this?

Michael Dorin (dorin@puma.chaski.com)
Sun, 27 Sep 1998 13:36:58 -0500 (CDT)


How do I decode this? I am guessing with patch, but I don't have any
of the original files.

What would the command line be like?

-Mike

--- linux/drivers/net/Config.in Thu Jul 2 12:42:10 1998
+++ linux.z85230/drivers/net/Config.in Thu Jul 9 14:58:14 1998
@@ -146,4 +146,5 @@
bool ' Enable arc0e (ARCnet "Ether-Encap" packet format)' CONFIG_ARCNET_ETH
bool ' Enable arc0s (ARCnet RFC1051 packet format)' CONFIG_ARCNET_1051
fi
+tristate 'Z85230 synchronous support' CONFIG_NET_Z85230

--- linux/drivers/net/Makefile Wed Jul 1 15:29:42 1998
+++ linux.z85230/drivers/net/Makefile Fri Jul 10 14:50:30 1998
@@ -659,6 +659,17 @@
endif
endif

+ifeq ($(CONFIG_NET_Z85230),y)
+L_OBJS += hostess_sv11.o
+LX_OBJS += syncppp.o z85230.o
+else
+ ifeq ($(CONFIG_NET_Z85230),m)
+ M_OBJS += hostess_sv11.o
+ MX_OBJS += syncppp.o
+ MX_OBJS += z85230.o
+ endif
+endif
+
include $(TOPDIR)/Rules.make

clean:
--- /dev/null Tue Jan 1 04:00:00 1980
+++ linux.z85230/drivers/net/syncppp.h Fri Jul 10 22:19:12 1998
@@ -0,0 +1,89 @@
+/*
+ * Defines for synchronous PPP/Cisco link level subroutines.
+ *
+ * Copyright (C) 1994 Cronyx Ltd.
+ * Author: Serge Vakulenko, <vak@zebub.msk.su>
+ *
+ * This software is distributed with NO WARRANTIES, not even the implied
+ * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/