<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Looking for NDIS Testers (FreeBSD and PC-BSD)</title>
	<atom:link href="http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/</link>
	<description>Discover the Desktop</description>
	<lastBuildDate>Sun, 19 May 2013 21:39:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ArchBSD</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-46591</link>
		<dc:creator>ArchBSD</dc:creator>
		<pubDate>Mon, 22 Apr 2013 08:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-46591</guid>
		<description><![CDATA[Hi. I&#039;m having a similar problem to what boniek has experienced. I have also the &quot;/usr/share/mk/bsd.kmod.mk&quot;, line 12: &quot;can&#039;t find kernel source tree&quot; problem. In my case I already have the /usr/src directory populated, and I also have checked if the file is there and it is. I&#039;ve been struggling with this for a full day.]]></description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;m having a similar problem to what boniek has experienced. I have also the &#8220;/usr/share/mk/bsd.kmod.mk&#8221;, line 12: &#8220;can&#8217;t find kernel source tree&#8221; problem. In my case I already have the /usr/src directory populated, and I also have checked if the file is there and it is. I&#8217;ve been struggling with this for a full day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtrey</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-40863</link>
		<dc:creator>curtrey</dc:creator>
		<pubDate>Sat, 23 Mar 2013 11:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-40863</guid>
		<description><![CDATA[I really think I am now in over my head!!!! Don&#039;t understand a word of it.

richard@pcbsd-4326] ~% cd /tmp/ndisulator-stable/
[richard@pcbsd-4326] /tmp/ndisulator-stable% make attach
mounting NDISulator code on top of FreeBSD code
mount_nullfs src/sys/compat/ndis /usr/src/sys/compat/ndis
mount_nullfs: Resource deadlock avoided
*** [attach] Error code 1

Stop in /tmp/ndisulator-stable.
[richard@pcbsd-4326] /tmp/ndisulator-stable% make build
cd /usr/src/sys/modules/ndis &amp;&amp; make
Warning: Object directory not changed from original /usr/src/sys/modules/ndis
cc -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c
In file included from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:51:
@/compat/ndis/hal_var.h:45:1: warning: &quot;X86_BUS_SPACE_IO&quot; redefined
In file included from ./machine/bus.h:6,
from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:46:
./x86/bus.h:119:1: warning: this is the location of the previous definition
In file included from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:51:
@/compat/ndis/hal_var.h:46:1: warning: &quot;X86_BUS_SPACE_MEM&quot; redefined
In file included from ./machine/bus.h:6,
from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:46:
./x86/bus.h:120:1: warning: this is the location of the previous definition
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;WRITE_PORT_ULONG&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:101: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:101: error: (Each undeclared identifier is reported only once
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:101: error: for each function it appears in.)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;WRITE_PORT_USHORT&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:108: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;WRITE_PORT_UCHAR&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:115: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;WRITE_PORT_BUFFER_ULONG&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:122: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;WRITE_PORT_BUFFER_USHORT&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:130: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;WRITE_PORT_BUFFER_UCHAR&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:138: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;READ_PORT_USHORT&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:146: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;READ_PORT_ULONG&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:153: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;READ_PORT_UCHAR&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:160: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;READ_PORT_BUFFER_ULONG&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:167: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;READ_PORT_BUFFER_USHORT&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:175: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#039;READ_PORT_BUFFER_UCHAR&#039;:
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:183: error: &#039;AMD64_BUS_SPACE_IO&#039; undeclared (first use in this function)
*** [subr_hal.o] Error code 1

Stop in /usr/src/sys/modules/ndis.
*** [build] Error code 1

Stop in /tmp/ndisulator-stable.
[richard@pcbsd-4326] /tmp/ndisulator-stable%


Help please
I can&#039;t swim
Curtrey
Report Post]]></description>
		<content:encoded><![CDATA[<p>I really think I am now in over my head!!!! Don&#8217;t understand a word of it.</p>
<p>richard@pcbsd-4326] ~% cd /tmp/ndisulator-stable/<br />
[richard@pcbsd-4326] /tmp/ndisulator-stable% make attach<br />
mounting NDISulator code on top of FreeBSD code<br />
mount_nullfs src/sys/compat/ndis /usr/src/sys/compat/ndis<br />
mount_nullfs: Resource deadlock avoided<br />
*** [attach] Error code 1</p>
<p>Stop in /tmp/ndisulator-stable.<br />
[richard@pcbsd-4326] /tmp/ndisulator-stable% make build<br />
cd /usr/src/sys/modules/ndis &amp;&amp; make<br />
Warning: Object directory not changed from original /usr/src/sys/modules/ndis<br />
cc -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 &#8211;param inline-unit-growth=100 &#8211;param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c<br />
In file included from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:51:<br />
@/compat/ndis/hal_var.h:45:1: warning: &#8220;X86_BUS_SPACE_IO&#8221; redefined<br />
In file included from ./machine/bus.h:6,<br />
from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:46:<br />
./x86/bus.h:119:1: warning: this is the location of the previous definition<br />
In file included from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:51:<br />
@/compat/ndis/hal_var.h:46:1: warning: &#8220;X86_BUS_SPACE_MEM&#8221; redefined<br />
In file included from ./machine/bus.h:6,<br />
from /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:46:<br />
./x86/bus.h:120:1: warning: this is the location of the previous definition<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;WRITE_PORT_ULONG&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:101: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:101: error: (Each undeclared identifier is reported only once<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:101: error: for each function it appears in.)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;WRITE_PORT_USHORT&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:108: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;WRITE_PORT_UCHAR&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:115: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;WRITE_PORT_BUFFER_ULONG&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:122: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;WRITE_PORT_BUFFER_USHORT&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:130: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;WRITE_PORT_BUFFER_UCHAR&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:138: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;READ_PORT_USHORT&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:146: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;READ_PORT_ULONG&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:153: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;READ_PORT_UCHAR&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:160: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;READ_PORT_BUFFER_ULONG&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:167: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;READ_PORT_BUFFER_USHORT&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:175: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function &#8216;READ_PORT_BUFFER_UCHAR&#8217;:<br />
/usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:183: error: &#8216;AMD64_BUS_SPACE_IO&#8217; undeclared (first use in this function)<br />
*** [subr_hal.o] Error code 1</p>
<p>Stop in /usr/src/sys/modules/ndis.<br />
*** [build] Error code 1</p>
<p>Stop in /tmp/ndisulator-stable.<br />
[richard@pcbsd-4326] /tmp/ndisulator-stable%</p>
<p>Help please<br />
I can&#8217;t swim<br />
Curtrey<br />
Report Post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desshi(boniek)</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-38131</link>
		<dc:creator>desshi(boniek)</dc:creator>
		<pubDate>Sat, 09 Mar 2013 07:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-38131</guid>
		<description><![CDATA[my solution for problem in mi lapto samsum whit support ACPI in BIOS.

is easy , a simple command partition gnu/linux and freeBSD  whit ;
#boot0cfg -B ada0

and build sump ACPI ;
 # acpidump -dt &gt; name-system.asl 
Thanks, for ur help.]]></description>
		<content:encoded><![CDATA[<p>my solution for problem in mi lapto samsum whit support ACPI in BIOS.</p>
<p>is easy , a simple command partition gnu/linux and freeBSD  whit ;<br />
#boot0cfg -B ada0</p>
<p>and build sump ACPI ;<br />
 # acpidump -dt &gt; name-system.asl<br />
Thanks, for ur help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-3172</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Wed, 29 Aug 2012 12:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-3172</guid>
		<description><![CDATA[On PC-BSD you would use Control Panel -&gt; System Manager -&gt; Tasks -&gt; Fetch System Source.

On FreeBSD, some examples on how to get src are here: http://forums.freebsd.org/showthread.php?t=29172.]]></description>
		<content:encoded><![CDATA[<p>On PC-BSD you would use Control Panel -> System Manager -> Tasks -> Fetch System Source.</p>
<p>On FreeBSD, some examples on how to get src are here: <a href="http://forums.freebsd.org/showthread.php?t=29172" rel="nofollow">http://forums.freebsd.org/showthread.php?t=29172</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boniek</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-3160</link>
		<dc:creator>boniek</dc:creator>
		<pubDate>Wed, 29 Aug 2012 00:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-3160</guid>
		<description><![CDATA[Sorry, I am a beginner on freeBSD + kde 3.xx
can I help with a exactly steps ?!

pliss.

thanks freedom]]></description>
		<content:encoded><![CDATA[<p>Sorry, I am a beginner on freeBSD + kde 3.xx<br />
can I help with a exactly steps ?!</p>
<p>pliss.</p>
<p>thanks freedom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-3136</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Tue, 28 Aug 2012 12:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-3136</guid>
		<description><![CDATA[It looks like /usr/src is not installed on that system.]]></description>
		<content:encoded><![CDATA[<p>It looks like /usr/src is not installed on that system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boniek</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-3135</link>
		<dc:creator>boniek</dc:creator>
		<pubDate>Tue, 28 Aug 2012 12:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-3135</guid>
		<description><![CDATA[hi ,have problem in copilation make . check error.
I copy packeages on /usr/src 
/////////////////////////////

desshi# pwd
/usr/home/desshi/Descargas/ndisulator
desshi# ls
Makefile        README          src
desshi# make attach
mounting NDISulator code on top of FreeBSD code
mount_nullfs src/sys/compat/ndis /usr/src/sys/compat/ndis
mount_nullfs src/sys/dev/if_ndis /usr/src/sys/dev/if_ndis
mount_nullfs src/sys/modules/ndis /usr/src/sys/modules/ndis
mount_nullfs src/sys/modules/if_ndis /usr/src/sys/modules/if_ndis
mount_nullfs src/usr.sbin/ndiscvt /usr/src/usr.sbin/ndiscvt
mount_nullfs: Resource deadlock avoided
*** Error code 1

Stop in /usr/home/desshi/Descargas/ndisulator.
desshi# make build 
cd /usr/src/sys/modules/ndis &amp;&amp; make
&quot;/usr/share/mk/bsd.kmod.mk&quot;, line 12: &quot;can&#039;t find kernel source tree&quot;
*** Error code 1

Stop in /usr/home/desshi/Descargas/ndisulator.
desshi# make install
cd /usr/src/sys/modules/ndis &amp;&amp; make install
&quot;/usr/share/mk/bsd.kmod.mk&quot;, line 12: &quot;can&#039;t find kernel source tree&quot;
*** Error code 1

Stop in /usr/home/desshi/Descargas/ndisulator.]]></description>
		<content:encoded><![CDATA[<p>hi ,have problem in copilation make . check error.<br />
I copy packeages on /usr/src<br />
/////////////////////////////</p>
<p>desshi# pwd<br />
/usr/home/desshi/Descargas/ndisulator<br />
desshi# ls<br />
Makefile        README          src<br />
desshi# make attach<br />
mounting NDISulator code on top of FreeBSD code<br />
mount_nullfs src/sys/compat/ndis /usr/src/sys/compat/ndis<br />
mount_nullfs src/sys/dev/if_ndis /usr/src/sys/dev/if_ndis<br />
mount_nullfs src/sys/modules/ndis /usr/src/sys/modules/ndis<br />
mount_nullfs src/sys/modules/if_ndis /usr/src/sys/modules/if_ndis<br />
mount_nullfs src/usr.sbin/ndiscvt /usr/src/usr.sbin/ndiscvt<br />
mount_nullfs: Resource deadlock avoided<br />
*** Error code 1</p>
<p>Stop in /usr/home/desshi/Descargas/ndisulator.<br />
desshi# make build<br />
cd /usr/src/sys/modules/ndis &amp;&amp; make<br />
&#8220;/usr/share/mk/bsd.kmod.mk&#8221;, line 12: &#8220;can&#8217;t find kernel source tree&#8221;<br />
*** Error code 1</p>
<p>Stop in /usr/home/desshi/Descargas/ndisulator.<br />
desshi# make install<br />
cd /usr/src/sys/modules/ndis &amp;&amp; make install<br />
&#8220;/usr/share/mk/bsd.kmod.mk&#8221;, line 12: &#8220;can&#8217;t find kernel source tree&#8221;<br />
*** Error code 1</p>
<p>Stop in /usr/home/desshi/Descargas/ndisulator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Licorne Negro</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-337</link>
		<dc:creator>Licorne Negro</dc:creator>
		<pubDate>Sun, 21 Nov 2010 05:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-337</guid>
		<description><![CDATA[Just commenting...
Thanks for the info and the help (not just for me, but for everyone with the same problem). I&#039;ll be testing on my notebook. =D
And no, not even the last post review, with the instructions to ndisgen the similar drive, helped me. 
I starting to think if this is not an shady plot by MicroSoft. (ok, I don&#039;t like conspiracies. :P) Or maybe, is just because I don&#039;]]></description>
		<content:encoded><![CDATA[<p>Just commenting&#8230;<br />
Thanks for the info and the help (not just for me, but for everyone with the same problem). I&#8217;ll be testing on my notebook. =D<br />
And no, not even the last post review, with the instructions to ndisgen the similar drive, helped me.<br />
I starting to think if this is not an shady plot by MicroSoft. (ok, I don&#8217;t like conspiracies. <img src='http://blog.pcbsd.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) Or maybe, is just because I don&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Looking for NDIS Testers (FreeBSD and PC-BSD) &#124; Official PC-BSD Blog -- Topsy.com</title>
		<link>http://blog.pcbsd.org/2010/11/looking-for-ndis-testers-freebsd-and-pc-bsd/#comment-336</link>
		<dc:creator>Tweets that mention Looking for NDIS Testers (FreeBSD and PC-BSD) &#124; Official PC-BSD Blog -- Topsy.com</dc:creator>
		<pubDate>Fri, 19 Nov 2010 14:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=299#comment-336</guid>
		<description><![CDATA[[...] This post was mentioned on Twitter by Dru Lavigne and Oliver Herold, PC-BSD. PC-BSD said: Looking for NDIS Testers (FreeBSD and PC-BSD) http://ht.ly/3cucI [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Dru Lavigne and Oliver Herold, PC-BSD. PC-BSD said: Looking for NDIS Testers (FreeBSD and PC-BSD) <a href="http://ht.ly/3cucI" rel="nofollow">http://ht.ly/3cucI</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
