Re: pccard failed & Benchmark

From: M. Warner Losh <imp_at_bsdimp.com>
Date: Sat, 24 May 2003 12:55:34 -0600 (MDT)
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
_at__at_ -423,8 +423,10 _at__at_
 	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
Received on Sat May 24 2003 - 09:56:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:09 UTC