]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.x-IBM-RAS-service-procesor-1of2-lkml.patch
- obsolete
[packages/kernel.git] / 2.6.x-IBM-RAS-service-procesor-1of2-lkml.patch
CommitLineData
ff4ccc8a 1diff -urN linux-2.6.1/drivers/Kconfig linux-2.6.1-ibmasm/drivers/Kconfig
2--- linux-2.6.1/drivers/Kconfig 2004-01-08 23:00:03.000000000 -0800
3+++ linux-2.6.1-ibmasm/drivers/Kconfig 2004-01-14 13:21:36.000000000 -0800
4@@ -38,7 +38,7 @@
5
6 source "drivers/char/Kconfig"
7
8-# source "drivers/misc/Kconfig"
9+source "drivers/misc/Kconfig"
10
11 source "drivers/media/Kconfig"
12
13diff -urN linux-2.6.1/drivers/misc/ibmasm/command.c linux-2.6.1-ibmasm/drivers/misc/ibmasm/command.c
14--- linux-2.6.1/drivers/misc/ibmasm/command.c 1969-12-31 16:00:00.000000000 -0800
15+++ linux-2.6.1-ibmasm/drivers/misc/ibmasm/command.c 2004-01-22 11:57:28.000000000 -0800
16@@ -0,0 +1,175 @@
17+
18+/*
19+ * IBM ASM Service Processor Device Driver
20+ *
21+ * This program is free software; you can redistribute it and/or modify
22+ * it under the terms of the GNU General Public License as published by
23+ * the Free Software Foundation; either version 2 of the License, or
24+ * (at your option) any later version.
25+ *
26+ * This program is distributed in the hope that it will be useful,
27+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
28+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29+ * GNU General Public License for more details.
30+ *
31+ * You should have received a copy of the GNU General Public License
32+ * along with this program; if not, write to the Free Software
33+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34+ *
35+ * Copyright (C) IBM Corporation, 2004
36+ *
37