summaryrefslogtreecommitdiff
path: root/recipes/linux/unslung-kernel/flash-is-now-hdd.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2009-05-01 00:16:54 +0000
committerRod Whitby <rod@whitby.id.au>2009-05-01 00:16:54 +0000
commite8410422c0d3a3621ee5a604cd5a52e80604532f (patch)
tree9fde706f2e6acaa0b1874f9e3cd1f888c5805903 /recipes/linux/unslung-kernel/flash-is-now-hdd.patch
parente34ffc1bf774a0a6561d7b9e0e6800e1029c0ef1 (diff)
Unslung: Removed all trace of the unslung distro from OE
Diffstat (limited to 'recipes/linux/unslung-kernel/flash-is-now-hdd.patch')
-rw-r--r--recipes/linux/unslung-kernel/flash-is-now-hdd.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/recipes/linux/unslung-kernel/flash-is-now-hdd.patch b/recipes/linux/unslung-kernel/flash-is-now-hdd.patch
deleted file mode 100644
index cf7352672f..0000000000
--- a/recipes/linux/unslung-kernel/flash-is-now-hdd.patch
+++ /dev/null
@@ -1,57 +0,0 @@
---- linux-2.4.22/drivers/scsi/sd.c~ 2005-12-13 06:04:08.000000000 +1030
-+++ linux-2.4.22/drivers/scsi/sd.c 2005-12-13 10:08:13.912932696 +1030
-@@ -1087,6 +1087,7 @@
- rscsi_disks[i].capacity >>= 1;
- }
- // add by super, moified by pete
-+#if 0
- if (rscsi_disks[i].device->removable){
- if(0x32 == rscsi_disks[i].device->host->hostt->port){
- printk("is removable disk \n");
-@@ -1113,6 +1114,7 @@
- );
- }
- }else {
-+#endif
- printk("%x port connect!!!!!\n",rscsi_disks[i].device->host->hostt->port);
- if(0x32 == rscsi_disks[i].device->host->hostt->port){
- *IXP425_GPIO_GPOUTR &= 0xfffb;
-@@ -1133,7 +1135,9 @@
- NULL
- );
- }
-+#if 0
- }
-+#endif
- //end
-
-
-@@ -1682,22 +1686,28 @@
- port2_attached = 0;
- if(port2_attached == 0)
- *IXP425_GPIO_GPOUTR |= 0x8;
-+#if 0
- if(SDp->removable == 1){
- sprintf(flash, "flash_sd%c", 'a' + i);
- remove_proc_entry(flash, NULL);
- remove_proc_entry(media, NULL);
- }else{
-+#endif
- sprintf(hdd, "hdd_sd%c", 'a' + i);
- remove_proc_entry(hdd,NULL);
- remove_proc_entry(media, NULL);
-+#if 0
- }
-+#endif
- break;
- case 0x32:
- *IXP425_GPIO_GPOUTR |= 0x4;
-+#if 0
- if(SDp->removable == 1){
- remove_proc_entry("flash_sda",NULL);
- }
- else
-+#endif
- remove_proc_entry("hdd_sda",NULL);
- break;
- default: