Date: Sat, 24 May 2003 12:55:34 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: esn@x123.info Cc: freebsd-current@freebsd.org Subject: Re: pccard failed & Benchmark Message-ID: <20030524.125534.39459930.imp@bsdimp.com> In-Reply-To: <200305231308.21589.esn@x123.info> References: <200305231308.21589.esn@x123.info>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030524.125534.39459930.imp>
