card can't access the io-range 0x100-0x3ff,
so serial can't allocate io-port resource.
>Sounds like a good candidate for git-bisect :)
>
OK.
but I don't have enough time on weekdays.
Best Regards
Komuro
___
Linux PCMCIA reimplem
ia 0.0: pcmcia: registering new device pcmcia0.0
>pcmcia 0.1: pcmcia: registering new device pcmcia0.1
>eth0: 3Com 3c562, io 0x1208, irq 3, hw_addr ff:ff:ff:ff:ff:ff
> 8K FIFO split 5:3 Rx:Tx, auto xcvr
Best Regards
Komuro
___
Linux PCMCIA r
Hi,
IRQ_TYPE_EXCLUSIVE below is unnecessary.
>--- a/drivers/isdn/hardware/avm/avm_cs.c
>+++ b/drivers/isdn/hardware/avm/avm_cs.c
>
> /* Interrupt setup */
> p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE; <- unnecessary
>-p_dev->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_S
udev/rules.d/80-drivers.rules on my Ubuntu installation).
>However, I'm not sure whether this is the default on all udev installations.
>
You are right. Thanks,
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
ist'
>rsrc_nonstatic: Unknown parameter `include_io_list'
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
AM. :(
>
>
>//Peter
(1)
The i82365(ISA-pcmcia controller) and some older card-bus controller
need the c000-f area to access the CIS instead of high memory area
(1MB above).
(2)
Most of the PC that need the PCMCIA card is not so new.
and have less
V{MODALIAS}=="?*", \
#RUN+="/sbin/modprobe $env{MODALIAS}"
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Hi,
>>
>>Hmmm... we can't get rid of userspace in all cases, can't we?
>>
Yes.it is difficult to get rid of it.
but, for example, Fedora rescue-mode does not run the pcmcia-socket-startup.
so I think it is necessary to allocate minimum io/mem resources
inside the
gt;
> (5) Handler != NULL already tells whether an IRQ handler is present.
> Therefore, we do not need the IRQ_HANDLER_PRESENT flag in
> irq_req_t.Attributes.
>
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
pcmcia: rsrc_nonstatic.c
allocate minimum io/mem for X86 system
without running the pcmcia-socket-startup.
---
--- linux-2.6.32-rc7/drivers/pcmcia/rsrc_nonstatic.c.orig 2009-11-14
07:58:40.0 +0900
+++ linux-2.6.32-rc7/drivers/pcmcia/rsrc_nonstatic.c2009-11-14
08:48:27.0
sure that it is safe to allocate this
>area unconditionally. (Well, of course we do additional checks, but
>anyways...)
I will prepare updated patch by next weekend.
Actually, allocated io/mem by rsrc_nostatic is no relationship with
other device(ISA, PCI).
So I th
load include_io, include_mem from /etc/modprobe.d/pcmcia.conf
instead of running pcmcia-socket-startup.
(integration of pcmcia-socket-startup to the kernel)
if /etc/modprobe.d/pcmcia.conf does not exist,
rsrc_nonstatic allocates minimum io/mem resource.
exclude_io, exclude_mem, include_irq, excl
Hi,
At least, we need to add one line below to pcmciamtd.c .
PCMCIA_DEVICE_PROD_ID12("PRETEC", " 2MB SRAM CARD", 0xebf91155, 0x805360ca
),
>Hey,
>
>it seems that just as we were preparing to move pcmciamtd to staging, an
>user who still tries to use it has appeared:
>
>> ATTR{modalias}=="p
>Hey,
>
>> >yes, but why? Also, wouldn't request_module_nowait() suffice?
>> >
>>
>
>What about this?
>
OK. Thanks,
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
360CApc000
0pd"
>> ? ? ATTR{prod_id2}==" ?2MB SRAM CARD"
>> ? ? ATTR{prod_id1}=="PRETEC"
>> ? ? ATTR{pm_state}=="on"
>> ? ? ATTR{function}=="0x00"
>
>So, what is actually BROKEN with pcmciamtd.c ?
Best Reg
>> >printk(KERN_INFO "pd6729: PCI card interrupts, "
>> >"PCI status changes\n");
>> >return 0;
>> >}
>>
>>
>
>Well, we don't have a struct device to use here
Hi,
There are still 3(three) printk in pd6729.c.
>static u_int __devinit pd6729_isa_scan(void)
>{
>u_int mask0, mask = 0;
>int i;
>
>if (irq_mode == 1) {
>printk(KERN_INFO "pd6729: PCI card interrupts, "
>"PCI
return ret;
}
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
distribution developer forgets to install the pcmciautils,
the "pcmcia" is loaded with this patch.
(especially embedded systems)
(3)
I think request_module_nowait is better.
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://li
Hi,
This patch integrates some of the pcmciautils feature into the kernel.
>
>As I'm a bit unsure about it: what's the general feeling about
>this patch?
>
>On Sun, Nov 01, 2009 at 12:04:30PM +0900, Komuro wrote:
>>
>> load "pcmcia" module for
load "pcmcia" module for 16-bit PCMCIA cards
without help of userland script.
Signed-off-by: Komuro
---
--- linux-2.6.32-rc5-git3/drivers/pcmcia/cs.c.orig 2009-11-01
11:50:57.0 +0900
+++ linux-2.6.32-rc5-git3/drivers/pcmcia/cs.c 2009-11-01 11:47:53.0
+0900
XIRC "this card is not supported\n");
goto failure;
}
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
pleDataLen > ETH_ALEN + 3)) {
+ if (tuple->TupleDataLen < ETH_ALEN + 2) {
dev_warn(&p_dev->dev, "Invalid CIS tuple length for "
"LAN_NODE_ID\n");
return -EINVAL;
}
Best Regards
Komuro
PL_FUNCE_LAN_NODE_ID)
return -EINVAL;
if (tuple->TupleDataLen < ETH_ALEN + 2) {
dev_printk(.);
return -EINVAL;
}
if (tuple->TupleData[1] != ETH_ALEN) {
dev_printk
+size_t len;
DEBUG(0, "3c589_config(0x%p)\n", link);
-phys_addr = (__be16 *)dev->dev_addr; <<<< Here!
-tuple.Attributes = 0;
-tuple.TupleData = (cisdata_t *)buf;
-tuple.TupleDataMax = sizeof(buf);
-tuple.TupleO
i = 0; i < 6; i++)
dev->dev_addr[i] = tuple->TupleData[i+2];
return 0;
};
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
(mem->res->start > mem->res->end) || (mem->speed > 1000)) {
- printk("pd6729_set_mem_map: invalid address / speed");
+ printk("pd6729_set_mem_map: invalid address / speed\n");
return -EINVAL;
}
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
The CL-PD6729 chip in some docking station is not initialized properly under
Linux.
in that case, does not load the pd6729 driver.
Signed-off-by: Komuro
---
--- linux-2.6.31/drivers/pcmcia/pd6729.c.orig 2009-09-12 11:14:37.0
+0900
+++ linux-2.6.31/drivers/pcmcia/pd6729.c
Hi,
>On Mon, Oct 19, 2009 at 09:06:57PM +0900, Komuro wrote:
>> Please don't remove the code below.
>> This code loades the "2nd" ConfigBase of the multi-function card.
>
>isn't this properly handled by the patch
>
>pcmcia: pccard_read tuple and
drivers/pcmcia/pd6729.c
1 out of 1 hunk FAILED -- saving rejects to file drivers/pcmcia/pd6729.c.rej
>
>I am thinking this means applying the patch did not work.
Instead of apply the patch,
could you cut and pasted it to the pd6729.c directly,
and compile the kernel again?
Hi,
Please don't remove the code below.
This code loades the "2nd" ConfigBase of the multi-function card.
> static int serial_config(struct pcmcia_device * link)
> {
> struct serial_info *info = link->priv;
>- struct serial_cfg_mem *cfg_mem;
>- tuple_t *tuple;
>- u_char *bu
Hi,
>On Sun, Nov 30, 2008 at 05:54:02PM +0900, Komuro wrote:
>> Multi-function card can't get the correct ConfigBase.
>>
>> unfortunately, pccard_read_tuple always get the ConfigBase for 1st device.
>
>Is this still an issue?
>
Currently, this problem
Hi,
Please post the output of "pccardctl ident".
Best Regards
Komuro
>
>
>I am using a 2.6.27.7 kernel and the card is not initialize by pccard.
>Actually it is not even in the output of lspci !! but the kernel (pccard)
>shows at least that the card was inserted i
Hi,
>[ 50.688869] pd6729: Cirrus PD6729 PCI to PCMCIA Bridge at 0x0 on irq 0
>[ 50.693063] pd6729: ISA irqs = 3,5,7,9,10,11 polling status changes.
The io_base of pd6729 in your docking station is 0,
so this is PCI setup problem.
Please try the following patch.
Best Regards
Komuro
Hi,
(1) Does your pcmcia card work properly, if you remove the code below?
(while loop)
(2)Please post the full dmesg (with the docking station).
Best Regards
Komuro
>
>
>Jun,
>
>You probably don't remember me but I emailed you probably 5 or 6 years ago
>when
Hi,
Please see the Fedora-11 pcmciautils package
for reference.
Komuro
>
>Hi,
>
>I am trying to run a Flash-OFDM (FT1000) card on a compact PCI system
>with RedHat EL 5. The system is configured in a way, that pcmciautils
>uses udev to add new devices and load drivers. I
Hi,
> pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover
This means the the process "discover" uses the deprecated PCMCIA ioctl.
so you should fix the "discover".
>
>
>I have an old Dell Inspiron 400 laptop (from 2001) running Debian etch,
>which I would like to upgrade
u post your patch to linux-kernel mailing list
if you want?
Please read Documentation/SubmittingPatches in the linux source code.
Best Regards
Komuro
> Hi,
>
> I have problem with my atheros wifi card in one old laptop with OZ6933
> cardbus bridge. Wifi card frequently drop connection
No response from Dominik.
It should be sent to linux-scsi?
- Original Message -
>Date: Sun, 30 Nov 2008 12:13:09 -0600
>From: Larry Finger
>To: Dominik Brodowski
>Subject: [PATCH] aha152x_cs: Fix regression that keeps driver from using shar
ed
> interrupts
>Cc: linux-pcmcia@list
== 0) {
tuple->DesiredTuple = CISTPL_LINKTARGET;
if (pccard_get_next_tuple(s, function, tuple) != 0)
return -ENOSPC;
} else
tuple->CISOffset = tuple->TupleLink = 0;
tuple->DesiredTuple = req;
}
cistple.c
Best Reg
printk(KERN_INFO "pcnet_cs: this is an AX88190 card!\n");
printk(KERN_INFO "pcnet_cs: use axnet_cs instead.\n");
goto failed;
Best Regards
Komuro
> Hi,
>
> after noticing that my Netgear FA411 (PCMCIA-NIC) [1] stopped working with
> the
xists with 1024, 2048, ... or anything else in that place.
>
OK. You are right.
Thanks!
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Hi,
Could you post the output of lspcmcia -vv?
I think it is better to use "PCMCIA_DEVICE_PROD_ID12"
instead of "PCMCIA_DEVICE_PROD_ID2"
> + PCMCIA_DEVICE_PROD_ID2("Flash Card", 0x5a362506),
Best Regards
Komuro
> Support for Apacer photo steno pro c
drivers/pcmcia/ds.c
setup "io" and "irq" for pseudo multifunction devices.
Signed-off-by: Komuro <[EMAIL PROTECTED]>
---
--- linux-2.6.28-rc2/drivers/pcmcia/ds.c.orig 2008-11-01 08:59:13.0
+0900
+++ linux-2.6.28-rc2/drivers/pcmcia/ds.c2008-11-02
kref_get(&p_dev->function_config->ref);
}
Best Regards
Komuro
> Dear Dominik
>
> Unfortunately, your path "[PATCH 19/49] pcmcia: remove remaining in-kernel
> pcmcia_get_configuration_info() users"
> broke the "serial_cs" and other
k->io.BasePort2, link->io.NumPorts2(etc)
does not contain correct value (it is zero).
Please fix this problem (or reveart the patch).
Best Regards
Komuro
Here is your patch.
>--- a/drivers/serial/serial_cs.c
>+++ b/drivers/serial/serial_cs.c
>@@ -488,23 +488,23 @@ static int simple_
e pcmcia0.1
>kernel: 0.1: GetNextTuple: No more items
The pata_pcmcia works now. Thanks!
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
ard,
only /sys/bus/pcmcia/devices/0.0 exist.
But if I install the pata_pcmcia.ko,
/sys/bus/pcmcia/devices/0.0 and
/sys/bus/pcmcia/devices/0.1 exist.
Maybe the sysfs or something like that
is the problem.
Best Regards
Komuro
___
Linux PCMCIA reimplem
*/
printk("ap->lock = %x\n", ap->lock);
host->ports[i] = ap;
}
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
a_port_operations *ops;
spinlock_t *lock;
+ spinlock_t __lock;
unsigned long flags; /* ATA_FLAG_xxx */
unsigned intpflags; /* ATA_PFLAG_xxx */
unsigned intprint_id; /* user visible unique port ID *
info.serror = 0;
- spin_unlock_irqrestore(link->ap->lock, flags);
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
-12
Best Regards
Komuro
> Okay. The exit is from CS_CHECK macro on GetNextTuple, missed that
> macro. It means it failed to request IO resource somewhere. Can you
> please try the attached patch? It will show us where it failed.
>
> This part of code hasn't changed at all in
st Regards
Komuro
> >
> > Here is the log (your patch is applied).
> > Unfortunately, no message that you added appears.
> >
> > It seems this device is detected as pcmcia0.0 first
> > but later it is detected as pcmcia0.1.
>
> Hmmm... strange. Can
ata_pcmcia: probe of 0.1 failed with error -12
>0.1: GetNextTuple: No more items
>pata_pcmcia: probe of 0.1 failed with error -12
Best Regards
Komuro
> Hello,
>
> Komuro wrote:
> > On Sat, 14 Jun 2008 03:20:41 -0400
> > Jeff Garzik <[EMAIL PROTECTED]> wrote:
>
gt;ap->lock, flags);
Please fix this problem.
Best Regards
Komuro
> >
> >>>>>> pcmcia: registering new device pcmcia1.1
> >>>>>> 1.1: GetNextTuple: No more items
> >>>>>> pata_pcmcia: probe of 1.1 failed with error -12
>
_pcmcia error.
Please fix this problem.
Best Regards
Komuro
> > f046519fc85a8fdf6a058b4ac9d897cdee6f3e52 is first bad commit
commit f046519fc85a8fdf6a058b4ac9d897cdee6f3e52
Author: Tejun Heo <[EMAIL PROTECTED]>
Date: Mon May 19 01:15:08 2008 +0900
libata: kill hotplug related
be of 1.1 failed with error -12
This problem is introduced at kernel 2.6.26-rc4.
The kernel 2.6.26-rc3 does not have this problem.
Best Regards
Komuro
>
> > Hi,
> >
> > > Ive added the id123 strings for a Sandisk Extreme III 8GB.
> > > I get this w
Please try kernel 2.6.24
Best Regards
komuro
>
>Hi,
>
>I have a problem getting a PCI to Cardbus adapter to work on a dell
>1550 server. I have been truying for days to get this going but
>I cannot figure out what is wrong. As far as I understand, all
>should be ok
Please add
exclude irq 3
to /etc/pcmcia/config.opts.
Best Regards
Komuro
>
>
>I've been having trouble getting an Orinoco wireless PCMCIA card to work
>with recent 2.6 kernels (2.6.24, among others). To make a long story
>short (long story posted on the orinoco-user
Hi,
The axnet_cs driver in kernel 2.6.24 supports
manfid 0x, 0x1090.
Please trt kernel 2.6.24.
Best Regards
Komuro
>
>Hi all there! :)
>
>I've searched and tried lot of things before posting here, but nothing
>worked.
>So I'm going to summary my problem th
Hi,
It should be "unsigned long" instead of "unsigned int".
64bit architecture uses 64bit-Memory-mapped-IO.
Best Regards
Komuro
>
>
>pcmcia: Remove replace kio_addr_t with unsigned int everywhere
>
>Remove kio_addr_t, and replace it with unsigned int
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Best Regards
Komuro
> On Fri, 2007-05-04 at 23:32 +0900, Komuro wrote:
> > On Thu, 03 May 2007 15:29:19 +0100
> > Richard Kennedy <[EMAIL PROTECTED]> wrote:
> >
> >
> > IDE bugs should be posted t
VICE_MANF_CARD(0x0032, 0x0704),
> + PCMCIA_DEVICE_MANF_CARD(0x0032, 0x2904),/* KME KXLCOO5 JVC
> MP-CDX1 */
> PCMCIA_DEVICE_MANF_CARD(0x0045, 0x0401),/* SanDisk CFA */
> PCMCIA_DEVICE_MANF_CARD(0x0098, 0x),/* Toshiba */
> PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
>
>
>
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
On Sat, 06 Jan 2007 19:49:18 +0100
Edouard TISSERANT <[EMAIL PROTECTED]> wrote:
> # setserial /dev/ttyS1
> /dev/ttyS1, UART: unknown, Port: 0x02f8, IRQ: 21
Please try to add "exclude port 0x2f8-0x2ff" to /etc/pcmcia/config.opts.
.
> pcmcia: the driver needs updating to supported shared IRQ lines.
> 0.1: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A
Actually, serial_cs supports IRQ-sharing.
So this message is meanningless.
You can ignore this message.
Best Regards
Komuro
___
for it.
> Waiting for reply, I thank in advance.
> Stark
>
Please post the output of "pccardctl ident"
What kernel version do you use?
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
d configure this card?
Please post the output of the "pccardctl ident".
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2.6.19-git12 has the same problem..
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
cia_device *link)
{
...
link->conf.Present = PRESENT_OPTION;
...
}
static int tc589_config(struct pcmcia_device *link)
{
...
link->conf.Present = parse.config.rmask[0]; <= do not remove!!
...
}
Best Regards
Komuro
___
Linux PCM
is list,
> so gziped)
>
Any comment for the "pack_cis" patch?
Good or bad?
Best Regards
Komuro
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
igned-off-by: [EMAIL PROTECTED]
Best Regards
Komuro
pcmciautils-014.diff.gz
Description: GNU Zip compressed data
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia
[PATCH kernel 2.6.19-rc4]
pd6729: Use IRQF_PROBE_SHARED flag for request_irq() to find an unused
interrupt slot.
Signed-off-by: [EMAIL PROTECTED]
Best Regards
Komuro
--- linux-2.6.19-rc4/drivers/pcmcia/pd6729.c.orig 2006-11-03
11:10:51.0 +0900
+++ linux-2.6.19-rc4/drivers
101 - 172 of 172 matches
Mail list logo