[kernel] r5382 - in dists/trunk/linux-2.6/debian/patches: . series

maximilian attems maks-guest at costa.debian.org
Mon Jan 9 18:58:40 UTC 2006


Author: maks-guest
Date: Mon Jan  9 18:58:36 2006
New Revision: 5382

Added:
   dists/trunk/linux-2.6/debian/patches/buslogic-pci-id-table.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/2
Log:
really add buslogic


Added: dists/trunk/linux-2.6/debian/patches/buslogic-pci-id-table.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/buslogic-pci-id-table.patch	Mon Jan  9 18:58:36 2006
@@ -0,0 +1,34 @@
+From: Ben Collins <bcollins at ubuntu.com>
+Date: Tue, 18 Oct 2005 20:12:36 +0000 (-0400)
+Subject: [UBUNTU:scsi/BusLogic] Add MODULE_DEVICE_TABLE
+X-Git-Url: http://kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-2.6.git;a=commitdiff;h=94fea61c7b73fdcaa3ff349bd201f6690802c2f2
+
+[UBUNTU:scsi/BusLogic] Add MODULE_DEVICE_TABLE
+
+PatchAuthor: Ben Collins <bcollins at ubuntu.com>
+UpstreamStatus: Unsubmitted
+
+Signed-off-by: Ben Collins <bcollins at ubuntu.com>
+---
+
+--- a/drivers/scsi/BusLogic.c
++++ b/drivers/scsi/BusLogic.c
+@@ -3569,5 +3569,18 @@ static void __exit BusLogic_exit(void)
+ 
+ __setup("BusLogic=", BusLogic_Setup);
+ 
++
++/* PCI Devices supported by this driver */
++static struct pci_device_id BusLogic_pci_tbl[] __devinitdata = {
++	{ PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER,
++	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
++	{ PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC,
++	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
++	{ PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT,
++	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
++	{ }
++};
++MODULE_DEVICE_TABLE(pci, BusLogic_pci_tbl);
++
+ module_init(BusLogic_init);
+ module_exit(BusLogic_exit);

Modified: dists/trunk/linux-2.6/debian/patches/series/2
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/2	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/2	Mon Jan  9 18:58:36 2006
@@ -2,5 +2,5 @@
 + alsa-opl3-oops.patch
 + alpha-generic-irq-1.patch
 + alpha-generic-irq-2.patch
-# + buslogic-pci-id-table.patch Commented out because it is missing.
++ buslogic-pci-id-table.patch
 # + sparc64-entry-strace.patch



More information about the Kernel-svn-changes mailing list