* [PATCH][5/14] vr41xx: update fixup-capcella.c
@ 2004-05-26 15:51 Yoichi Yuasa
2004-05-26 17:58 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2004-05-26 15:51 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yuasa, linux-mips
Hi Ralf,
fixup-capcella.c was updated.
Please apply to v2.6 CVS tree.
Yoichi
diff -urN -X dontdiff linux-orig/arch/mips/pci/Makefile linux/arch/mips/pci/Makefile
--- linux-orig/arch/mips/pci/Makefile Thu Apr 22 01:13:41 2004
+++ linux/arch/mips/pci/Makefile Thu Apr 22 01:13:55 2004
@@ -50,4 +50,4 @@
obj-$(CONFIG_TOSHIBA_RBTX4927) += fixup-rbtx4927.o ops-tx4927.o
obj-$(CONFIG_VICTOR_MPC30X) += fixup-capcella.o
obj-$(CONFIG_MACH_VR41XX) += pci-vr41xx.o
-obj-$(CONFIG_ZAO_CAPCELLA) += fixup-victor-mpc30x.o
+obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o
diff -urN -X dontdiff linux-orig/arch/mips/pci/fixup-capcella.c linux/arch/mips/pci/fixup-capcella.c
--- linux-orig/arch/mips/pci/fixup-capcella.c Thu Nov 13 10:53:36 2003
+++ linux/arch/mips/pci/fixup-capcella.c Thu Apr 22 01:13:55 2004
@@ -1,17 +1,21 @@
/*
- * FILE NAME
- * arch/mips/vr41xx/zao-capcella/pci_fixup.c
+ * fixup-cappcela.c, The ZAO Networks Capcella specific PCI fixups.
*
- * BRIEF MODULE DESCRIPTION
- * The ZAO Networks Capcella specific PCI fixups.
+ * Copyright (C) 2002,2004 Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
*
- * Copyright 2002 Yoichi Yuasa
- * yuasa@hh.iij4u.or.jp
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/init.h>
#include <linux/pci.h>
@@ -38,3 +42,7 @@
{
return irq_tab_capcella[slot][pin];
}
+
+struct pci_fixup pcibios_fixups[] __initdata = {
+ { .pass = 0, },
+};
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-26 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-26 15:51 [PATCH][5/14] vr41xx: update fixup-capcella.c Yoichi Yuasa
2004-05-26 17:58 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox