Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread M. Warner Losh
: I've tried an awful hack of forcing a minimum size of 0x1000 for all : resource allocations made by cardbus devices to make sure they're : page-aligned and it seems to be working. There are occasional : watchdog timeouts on the xl device, but it is at least functioning at : the same time as the

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread M. Warner Losh
Does the following, untested, patch help any better than your gross kludges? It forces 12 bit aligment of the allocations for CardBus devices as well as for 'R2' 16-bit devices (which were already forced). One might be able to share the 4k range between devices if one had, say, two xl cards (I'd

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread Craig Boston
On Tue, 2003-06-17 at 08:21, M. Warner Losh wrote: Does the following, untested, patch help any better than your gross kludges? Hrm, actually it seems to have made it worse... Now they don't attach at all. xl0: 3Com 3c575B Fast Etherlink XL port 0x1000-0x107f mem

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Craig Boston [EMAIL PROTECTED] writes: : On Tue, 2003-06-17 at 08:21, M. Warner Losh wrote: : Does the following, untested, patch help any better than your gross : kludges? : : Hrm, actually it seems to have made it worse... Now they don't attach : at

Re: Multiple cardbus devices? (RFI)

2003-06-17 Thread Craig Boston
: xl0: 3Com 3c575B Fast Etherlink XL port 0x1000-0x107f mem : 0x8800-0x887f,0x8880-0x88ff irq 11 at device 0.0 on : cardbus0 That's not 4k! :-( Ok, if I'm reading this right: rman_reserve_resource: I/O memory addresses request: [0x8880, 0x88ff], length 0x80, flags

Multiple cardbus devices? (RFI)

2003-06-15 Thread Craig Boston
In continuing my quest to make FreeBSD current run flawlessly on my laptop, I'm trying to track down some issues with using multiple cardbus cards (more info on my particular problem and a workaround at the end of this message). I'd like to gather some information from people who have cardbus