[kernel] r4992 - in dists/sid/linux-2.6/debian: . patches-debian patches-debian/series

Dann Frazier dannf at costa.debian.org
Thu Dec 8 17:01:27 UTC 2005


Author: dannf
Date: Thu Dec  8 17:01:26 2005
New Revision: 4992

Added:
   dists/sid/linux-2.6/debian/patches-debian/drivers-scsi-buslogic-sysfs.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches-debian/series/2.6.14-5
Log:
  I expect this to be re-disabled at some stage,
* drivers-scsi-buslogic-sysfs.patch
  Adds sysfs support for buslogic.  (closes #342057)

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Thu Dec  8 17:01:26 2005
@@ -13,11 +13,15 @@
     (closes: #278729)
   * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO
     as alsa snd-usb-audio still isn't quite there.
-    I expect this to be re-disabled at some stage, 
+    I expect this to be re-disabled at some stage,
     possibly soon if it proves to be a source of bugs.
     (closes: #340388)
 
- -- Simon Horman <horms at verge.net.au>  Wed, 30 Nov 2005 16:40:49 +0900
+  [ dann frazier ]
+  * drivers-scsi-buslogic-sysfs.patch
+    Adds sysfs support for buslogic.  (closes #342057)
+
+ -- dann frazier <dannf at dannf.org>  Thu,  8 Dec 2005 09:59:30 -0700
 
 linux-2.6 (2.6.14-4) unstable; urgency=low
 

Added: dists/sid/linux-2.6/debian/patches-debian/drivers-scsi-buslogic-sysfs.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches-debian/drivers-scsi-buslogic-sysfs.patch	Thu Dec  8 17:01:26 2005
@@ -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/sid/linux-2.6/debian/patches-debian/series/2.6.14-5
==============================================================================
--- dists/sid/linux-2.6/debian/patches-debian/series/2.6.14-5	(original)
+++ dists/sid/linux-2.6/debian/patches-debian/series/2.6.14-5	Thu Dec  8 17:01:26 2005
@@ -1 +1,2 @@
 + ia64-new-assembler-fix.patch
++ drivers-scsi-buslogic-sysfs.patch



More information about the Kernel-svn-changes mailing list