aboutsummaryrefslogtreecommitdiffstats
path: root/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch')
-rw-r--r--linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch b/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch
deleted file mode 100644
index 17f78ef785..0000000000
--- a/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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:42:09.000000000 +0930
-@@ -694,7 +694,7 @@
- (buffer[2] << 8) |
- buffer[3]);
- printk("The capacity is %d\n",capacity);
-- if(capacity<20000000){
-+ if(capacity<2000000){
- SDpnt->removable = 1;
- }
- kfree(buffer);