diff options
Diffstat (limited to 'linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch')
-rw-r--r-- | linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch b/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch index e69de29bb2..17f78ef785 100644 --- a/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch +++ b/linux/nslu2-unslung-kernel-2.3r25/unslung-kernel.patch @@ -0,0 +1,11 @@ +--- 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); |