[bk patches] 2.4.x quick fixes
From: Jeff Garzik (jgarzik_at_pobox.com)
Date: 08/31/03
- Previous message: Larry McVoy: "Re: LMbench as gcc performance regression test?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 31 Aug 2003 10:05:43 -0400 To: marcelo@parcelfarce.linux.theplanet.co.uk
Marcelo, please do a
bk pull bk://kernel.bkbits.net/jgarzik/misc-2.4
This will update the following files:
arch/i386/kernel/pci-irq.c | 1 +
drivers/pci/pci.c | 2 +-
include/linux/pci.h | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
through these ChangeSets:
<jgarzik@redhat.com> (03/08/31 1.1106)
[BK] ignore auto-generated files lib/{crc32table.h,gen_crc32table}
<jgarzik@redhat.com> (03/08/31 1.1105)
[PCI] fix export of pdev_set_mwi/pci_generic_prep_mwi
Missed in recent PCI MWI change.
<jgarzik@redhat.com> (03/08/31 1.1104)
[ia32] add PCI id for VIA irq router
Noticed by Sebastian Reichelt.
diff -Nru a/arch/i386/kernel/pci-irq.c b/arch/i386/kernel/pci-irq.c
--- a/arch/i386/kernel/pci-irq.c Sun Aug 31 09:57:19 2003
+++ b/arch/i386/kernel/pci-irq.c Sun Aug 31 09:57:19 2003
@@ -610,6 +610,7 @@
case PCI_DEVICE_ID_VIA_82C586_0:
case PCI_DEVICE_ID_VIA_82C596:
case PCI_DEVICE_ID_VIA_82C686:
+ case PCI_DEVICE_ID_VIA_8231:
/* FIXME: add new ones for 8233/5 */
r->name = "VIA";
r->get = pirq_via_get;
diff -Nru a/drivers/pci/pci.c b/drivers/pci/pci.c
--- a/drivers/pci/pci.c Sun Aug 31 09:57:19 2003
+++ b/drivers/pci/pci.c Sun Aug 31 09:57:19 2003
@@ -2151,7 +2151,7 @@
EXPORT_SYMBOL(pci_set_master);
EXPORT_SYMBOL(pci_set_mwi);
EXPORT_SYMBOL(pci_clear_mwi);
-EXPORT_SYMBOL(pdev_set_mwi);
+EXPORT_SYMBOL(pci_generic_prep_mwi);
EXPORT_SYMBOL(pci_set_dma_mask);
EXPORT_SYMBOL(pci_dac_set_dma_mask);
EXPORT_SYMBOL(pci_assign_resource);
diff -Nru a/include/linux/pci.h b/include/linux/pci.h
--- a/include/linux/pci.h Sun Aug 31 09:57:19 2003
+++ b/include/linux/pci.h Sun Aug 31 09:57:19 2003
@@ -628,7 +628,7 @@
#define HAVE_PCI_SET_MWI
int pci_set_mwi(struct pci_dev *dev);
void pci_clear_mwi(struct pci_dev *dev);
-int pdev_set_mwi(struct pci_dev *dev);
+int pci_generic_prep_mwi(struct pci_dev *dev);
int pci_set_dma_mask(struct pci_dev *dev, u64 mask);
int pci_dac_set_dma_mask(struct pci_dev *dev, u64 mask);
int pci_assign_resource(struct pci_dev *dev, int i);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Larry McVoy: "Re: LMbench as gcc performance regression test?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: udev and devfs - The final word
... all sorts of weird crap deep in the bowels of arch/ppc/*/*, ... but there will
be a *lot* of crap to take care of. ... Several hundreds changesets, ...
send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: kernel.bkbits.net off the air
... These changesets represent what someone "submitted". ... they could be used
to recreate the whole repository in whatever format ... "Eine Freie Meinung in einem Freien
Kopf | Gegen Zensur | Gegen Krieg ... send the line "unsubscribe linux-kernel" in
... (Linux-Kernel) - Re: 2.6.13-rc3-mm2
... > number of changesets in external trees: ... There is a bit more than 9
changesets (or whatever it is called in the ... git world) in the .git trees you
suck in. ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: kernel.org is down (changeset link broken)
... access the changesets of the 2.6 kernels on kernel.org ... Clemens
Koller ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - [WATCHDOG] v2.6.2 patches
... In order to make the watchdog menu useful for some architectures, ... Added
notifier support ... The ChangeSets can also be looked at on: ... send the
line "unsubscribe linux-kernel" in ... (Linux-Kernel)