Multiple cardbus devices? (RFI)
    M. Warner Losh 
    imp at bsdimp.com
       
    Tue Jun 17 06:03:05 PDT 2003
    
    
  
: 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 USB.
Reading the spec tells me that all memory allocation needs to be on a
4k boundary.  Looks like the code fails to enforce that.
Warner
    
    
More information about the freebsd-current
mailing list