pccard failed & Benchmark
    M. Warner Losh 
    imp at bsdimp.com
       
    Sat May 24 11:56:14 PDT 2003
    
    
  
In message: <200305231308.21589.esn at x123.info>
: In the 5.0R the rl0(realtek) ethernet pccard work ok i just have to insert it 
: two time so it can me detected ok..
Try the following patch:
--- p4/newcard/src/sys/dev/cardbus/cardbus_cis.c	Fri May 23 08:44:13 2003
+++ FreeBSD/src/sys/dev/cardbus/cardbus_cis.c	Tue Apr  8 01:05:16 2003
@@ -423,8 +423,10 @@
 	if (type == SYS_RES_MEMORY) {
 		if (reg & TPL_BAR_REG_PREFETCHABLE)
 			dinfo->mprefetchable |= BARBIT(bar);
+#if 0
 		if (reg & TPL_BAR_REG_BELOW1MB)
 			dinfo->mbelow1mb |= BARBIT(bar);
+#endif
 	}
 
 	/*
Can't help with benchmark numbers.
Warner
    
    
More information about the freebsd-current
mailing list