summaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcmcia-cs/patches')
-rw-r--r--package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch13
-rw-r--r--package/pcmcia-cs/patches/002-serial-cardctl_path.patch11
-rw-r--r--package/pcmcia-cs/patches/003-cardmgr_c.patch41
-rw-r--r--package/pcmcia-cs/patches/004-pcmcia_resources.patch19
4 files changed, 0 insertions, 84 deletions
diff --git a/package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch b/package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch
deleted file mode 100644
index 0d1b13339..000000000
--- a/package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/etc/config
-+++ b/etc/config
-@@ -2413,6 +2413,10 @@ card "Xircom RBM56G Modem"
- pci 0x115d, 0x0101
- bind "serial_cb"
-
-+card "Novatel Wireless - Merlin U630 UMTS Modem"
-+ manfid 0x00a4, 0x0276
-+ bind "serial_cs" to 0, "serial_cs" to 1
-+
- # Include configuration files for add-on drivers
-
- source ./*.conf
diff --git a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch b/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
deleted file mode 100644
index ec8603224..000000000
--- a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/etc/shared
-+++ b/etc/shared
-@@ -167,7 +167,7 @@ get_info ()
- STAB=/var/run/stab
- fi
- grep_stab $1 < $STAB || usage
-- eval `/sbin/cardctl info $SOCKET`
-+ eval `/usr/sbin/cardctl info $SOCKET`
- fi
- }
-
diff --git a/package/pcmcia-cs/patches/003-cardmgr_c.patch b/package/pcmcia-cs/patches/003-cardmgr_c.patch
deleted file mode 100644
index 716a0b26b..000000000
--- a/package/pcmcia-cs/patches/003-cardmgr_c.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- a/cardmgr/cardmgr.c
-+++ b/cardmgr/cardmgr.c
-@@ -739,10 +739,7 @@ static int try_insmod(char *mod, char *o
- int ret;
-
- strcpy(cmd, "insmod ");
-- if (strchr(mod, '/') != NULL)
-- sprintf(cmd+7, "%s/%s.o", modpath, mod);
-- else
-- sprintf(cmd+7, "%s/pcmcia/%s.o", modpath, mod);
-+ sprintf(cmd+7, "%s/%s.o", modpath, mod);
- if (access(cmd+7, R_OK) != 0) {
- syslog(LOG_NOTICE, "module %s not available", cmd+7);
- free(cmd);
-@@ -808,11 +805,13 @@ static void install_module(char *mod, ch
- }
-
- if (do_modprobe) {
-- if (try_modprobe(mod, opts) != 0)
-+ if (try_modprobe(mod, opts) != 0) {
- try_insmod(mod, opts);
-+ }
- } else {
-- if (try_insmod(mod, opts) != 0)
-+ if (try_insmod(mod, opts) != 0) {
- try_modprobe(mod, opts);
-+ }
- }
- }
-
-@@ -1113,8 +1112,9 @@ static void do_remove(int sn)
-
- /* remove kernel modules in inverse order */
- for (i = 0; i < card->bindings; i++) {
-- for (j = dev[i]->modules-1; j >= 0; j--)
-+ for (j = dev[i]->modules-1; j >= 0; j--) {
- remove_module(dev[i]->module[j]);
-+ }
- free_device(dev[i]);
- }
- /* Remove any MTD's bound to this socket */
diff --git a/package/pcmcia-cs/patches/004-pcmcia_resources.patch b/package/pcmcia-cs/patches/004-pcmcia_resources.patch
deleted file mode 100644
index 4ce0de20b..000000000
--- a/package/pcmcia-cs/patches/004-pcmcia_resources.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/etc/config.opts
-+++ b/etc/config.opts
-@@ -17,14 +17,13 @@
- #
-
- include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
--include memory 0xc0000-0xfffff
--include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
-+include memory 0x40004000-0x40007fff
-
- # High port numbers do not always work...
- # include port 0x1000-0x17ff
-
- # Extra port range for IBM Token Ring
--include port 0xa00-0xaff
-+# include port 0xa00-0xaff
-
- # Resources we should not use, even if they appear to be available
-