diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch')
-rw-r--r-- | linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch b/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch index e69de29bb2..b61346c62b 100644 --- a/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch +++ b/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel-ext3flash.patch @@ -0,0 +1,28 @@ +--- linux-2.4.22/drivers/scsi/scsi_scan.c.orig 2004-09-23 22:26:35.000000000 +0930 ++++ linux-2.4.22/drivers/scsi/scsi_scan.c 2004-09-23 22:38:30.000000000 +0930 +@@ -704,6 +704,7 @@ + /* restrict device on certain port grant */ + SDpnt->host->hostt->removable = SDpnt->removable; + ++#if 0 + if ( SDpnt->removable && (USB_DEVPATH_1 == SDpnt->host->hostt->port) ) + { + create_proc_read_entry("usb_err", +@@ -729,6 +730,7 @@ + NULL + ); + }else { ++#endif + printk("%x port connect!!!!!\n",SDpnt->host->hostt->port); + if(0x31 == SDpnt->host->hostt->port){ + *IXP425_GPIO_GPOUTR &= 0xfff7; +@@ -747,7 +749,9 @@ + NULL + ); + } ++#if 0 + } ++#endif + //end + /* + * Check the peripheral qualifier field - this tells us whether LUNS |