Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2003 21:41:51 +0200
From:      "Sebastian Yepes [ESN]" <esn@x123.info>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: pccard failed & Benchmark
Message-ID:  <200305242141.51898.esn@x123.info>
In-Reply-To: <20030524.125534.39459930.imp@bsdimp.com>
References:  <200305231308.21589.esn@x123.info> <20030524.125534.39459930.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Thanx for the help this haves fix this problem temporarily.. 
it well be really nice to see my internal ether work on BSD i hope some devel 
is made on porting the driver from linux (BCM4400)

About the benchmark #'s this is really bad stuff i have repeated the 
benchmarks with othe soft and chk'd the kernel config and i stell get bad 
resultes..

ThanX for all the support..

On Saturday 24 May 2003 8:55 pm, M. Warner Losh wrote:
> In message: <200305231308.21589.esn@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
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

-- 


/*
FingerPrint:
 5BF1 58B1 DE75 CBE3 6044
 7098 1246 1EF6 9E78 041C

 @@@@@@@   @@@@@@ @@@@@@@ 
 @@!  @@@ !@@     @@!  @@@
 @!@!@!@   !@@!!  @!@  !@!
 !!:  !!!     !:! !!:  !!!
 :: : ::  ::.: :  :: :  : 
 The Power To Kill LinuX
*/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305242141.51898.esn>