<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6576</id>
	<title>Nabble - freebsd-drivers</title>
	<updated>2009-12-01T15:15:07Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/freebsd-drivers-f6576.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/freebsd-drivers-f6576.html" />
	<subtitle type="html">Writing device drivers for FreeBSD</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26601132</id>
	<title>Regarding enabling IOAPIC on Intel Dual core processor based boards having Broadcom controller</title>
	<published>2009-12-01T15:15:07Z</published>
	<updated>2009-12-01T15:15:07Z</updated>
	<author>
		<name>Ravi Shankar-17</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;We are using Freebsd6.2 bases OS on our LV 5200 Series
&lt;br&gt;&amp;gt; Intel Dual Core Xeon bases processor(Wolfdale-DP-ULV). In
&lt;br&gt;&amp;gt; the carrier board hosting the processor we have BCM5703
&lt;br&gt;&amp;gt; controller.
&lt;br&gt;&amp;gt; Currently we are using only one core in 32 bit mode and
&lt;br&gt;&amp;gt; planning to use dual core where we need to enable IOAPIC.
&lt;br&gt;&amp;gt; When IOAPIC is not enabled I see the bcm/bge driver is
&lt;br&gt;&amp;gt; attached to IRQ10 and everything works fine, but when I
&lt;br&gt;&amp;gt; enable IOAPIC I still see the boot msgs show that bge is
&lt;br&gt;&amp;gt; attached to irq10 but the Broadcom controller does not come
&lt;br&gt;&amp;gt; up. I found interrupt storm on irq17 ( remember without
&lt;br&gt;&amp;gt; IOAPIC enable there are not IRQ assignments beyond
&lt;br&gt;&amp;gt; IRQ16),looks like the controller is interrupting on 17 while
&lt;br&gt;&amp;gt; driver waits on 10.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;   When I stop and loader and assign it manually using
&lt;br&gt;&amp;gt; config command &amp;quot;set hw.pci8.9.INTA.irq=”17”&amp;quot; ,
&lt;br&gt;&amp;gt; everything works fine. Would be great if some one can throw
&lt;br&gt;&amp;gt; some light on this IRQ mapping when IOAPIC is enabled and
&lt;br&gt;&amp;gt; possible fix ( Software or BIOS?)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; NOTE: Other devices ( Intel controller (em driver)) are
&lt;br&gt;&amp;gt; working fine only this BCM5703 is having issues with IOAPIC
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Ravi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26601132&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26601132&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Regarding-enabling-IOAPIC-on-Intel-Dual-core-processor-based-boards-having-Broadcom-controller-tp26601132p26601132.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26600164</id>
	<title>Regarding enabling IOAPIC on Intel Dual core processor based boards having Broadcom controller</title>
	<published>2009-12-01T14:00:06Z</published>
	<updated>2009-12-01T14:00:06Z</updated>
	<author>
		<name>Ravi Shankar-16</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;We are using Freebsd6.2 bases OS on our LV 5200 Series Intel Dual Core Xeon
&lt;br&gt;bases processor(Wolfdale-DP-ULV). In the carrier board hosting the processor
&lt;br&gt;we have BCM5703 controller.
&lt;br&gt;Currently we are using only one core in 32 bit mode and planning to use dual
&lt;br&gt;core where we need to enable IOAPIC. When IOAPIC is not enabled I see the
&lt;br&gt;bcm/bge driver is attached to IRQ10 and everything works fine, but when I
&lt;br&gt;enable IOAPIC I still see the boot msgs show that bge is attached to irq10
&lt;br&gt;but the Broadcom controller does not come up. I found interrupt storm on
&lt;br&gt;irq17 ( remember without IOAPIC enable there are not IRQ assignments beyond
&lt;br&gt;IRQ16),looks like the controller is interrupting on 17 while driver waits on
&lt;br&gt;10.
&lt;br&gt;&lt;br&gt;&amp;nbsp; When I stop and loader and assign it manually using config command &amp;quot;set
&lt;br&gt;hw.pci8.9.INTA.irq=”17”&amp;quot; , everything works fine. Would be great if some one
&lt;br&gt;can throw some light on this IRQ mapping when IOAPIC is enabled and possible
&lt;br&gt;fix ( Software or BIOS?)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ravi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks,
&lt;br&gt;Ravi
&lt;br&gt;&amp;quot;The most influential person who will talk to you all day is you, so
&lt;br&gt;you should be very careful about what you say to you!&amp;quot;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600164&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600164&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Regarding-enabling-IOAPIC-on-Intel-Dual-core-processor-based-boards-having-Broadcom-controller-tp26600164p26600164.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580058</id>
	<title>RE: dev/ixgb and dev/ixgbe</title>
	<published>2009-11-30T11:02:39Z</published>
	<updated>2009-11-30T11:02:39Z</updated>
	<author>
		<name>David Somayajulu</name>
	</author>
	<content type="html">Appreciate all your responses.
&lt;br&gt;Thanks
&lt;br&gt;david S.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: John Baldwin [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jhb@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, November 30, 2009 8:02 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt;
&lt;br&gt;Cc: David Somayajulu
&lt;br&gt;Subject: Re: dev/ixgb and dev/ixgbe
&lt;br&gt;&lt;br&gt;On Tuesday 24 November 2009 4:23:53 pm David Somayajulu wrote:
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; I would really appreciate if someone can help me understand the difference
&lt;br&gt;&amp;gt; between the above drivers from Intel. Is one of them for older hardware ?
&lt;br&gt;&lt;br&gt;I believe the short version is that ixgb(4) supports PCI-X 10gb adapters and
&lt;br&gt;ixgbe(4) supports PCI-express 10gb adapters.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Baldwin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580058&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580058&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dev-ixgb-and-dev-ixgbe-tp26503705p26580058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577786</id>
	<title>Re: dev/ixgb and dev/ixgbe</title>
	<published>2009-11-30T08:02:09Z</published>
	<updated>2009-11-30T08:02:09Z</updated>
	<author>
		<name>John Baldwin</name>
	</author>
	<content type="html">On Tuesday 24 November 2009 4:23:53 pm David Somayajulu wrote:
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; I would really appreciate if someone can help me understand the difference
&lt;br&gt;&amp;gt; between the above drivers from Intel. Is one of them for older hardware ?
&lt;br&gt;&lt;br&gt;I believe the short version is that ixgb(4) supports PCI-X 10gb adapters and
&lt;br&gt;ixgbe(4) supports PCI-express 10gb adapters.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Baldwin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577786&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577786&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dev-ixgb-and-dev-ixgbe-tp26503705p26577786.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551733</id>
	<title>Fix available for run driver</title>
	<published>2009-11-28T02:06:07Z</published>
	<updated>2009-11-28T02:06:07Z</updated>
	<author>
		<name>PseudoCylon</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;There are some fixes for run driver for 8.0 release and current. It can be downloaded from freebsd forums at
&lt;br&gt;&lt;a href=&quot;http://forums.freebsd.org/showpost.php?s=87e376cf71273061f7de5aaf258132a1&amp;p=44110&amp;postcount=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showpost.php?s=87e376cf71273061f7de5aaf258132a1&amp;p=44110&amp;postcount=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Some packet loss/drop and memory leak have been identified and fixed. (It improved some performance, too)
&lt;br&gt;&lt;br&gt;Also, 40 more vender/device IDs have been added.
&lt;br&gt;&lt;br&gt;Details are on RELEASE_NOTES included.
&lt;br&gt;&lt;br&gt;Please update before the driver causing any troubles.
&lt;br&gt;&lt;br&gt;Akinori
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; __________________________________________________________________
&lt;br&gt;Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at &lt;a href=&quot;http://downloads.yahoo.com/ca/internetexplorer/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.yahoo.com/ca/internetexplorer/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551733&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551733&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-available-for-run-driver-tp26551733p26551733.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504163</id>
	<title>Re: dev/ixgb and dev/ixgbe</title>
	<published>2009-11-24T14:06:36Z</published>
	<updated>2009-11-24T14:06:36Z</updated>
	<author>
		<name>M. Warner Losh</name>
	</author>
	<content type="html">In message: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;75E1A2A7D185F841A975979B0906BBA671F9B39870@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; David Somayajulu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504163&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david.somayajulu@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;: I would really appreciate if someone can help me understand the
&lt;br&gt;: difference between the above drivers from Intel. Is one of them for
&lt;br&gt;: older hardware ?
&lt;br&gt;&lt;br&gt;&amp;gt;From their respective man pages:
&lt;br&gt;&lt;br&gt;ixgb:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The ixgb driver provides support for PCI Gigabit Ethernet adapters based
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;on the Intel 82597EX Ethernet controller chips. &amp;nbsp;The driver supports
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Transmit/Receive checksum offload and Jumbo Frames.
&lt;br&gt;&lt;br&gt;ixgbe:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The ixgbe driver provides support for PCI 10Gb Ethernet adapters based on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the Intel 82598EB Intel(R) Network Connections. &amp;nbsp;The driver supports
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jumbo Frames, MSIX, TSO, and RSS.
&lt;br&gt;&lt;br&gt;Warner
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504163&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504163&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dev-ixgb-and-dev-ixgbe-tp26503705p26504163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504222</id>
	<title>Re: dev/ixgb and dev/ixgbe</title>
	<published>2009-11-24T13:51:07Z</published>
	<updated>2009-11-24T13:51:07Z</updated>
	<author>
		<name>Manoj Sharma</name>
	</author>
	<content type="html">ixgb is for Intel 82597 while ixgbe for 82598.
&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 1:23 PM, David Somayajulu &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david.somayajulu@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; I would really appreciate if someone can help me understand the difference
&lt;br&gt;&amp;gt; between the above drivers from Intel. Is one of them for older hardware ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt; david S.
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504222&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504222&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504222&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504222&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dev-ixgb-and-dev-ixgbe-tp26503705p26504222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504233</id>
	<title>Re: dev/ixgb and dev/ixgbe</title>
	<published>2009-11-24T13:43:26Z</published>
	<updated>2009-11-24T13:43:26Z</updated>
	<author>
		<name>Ander-4</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;&amp;gt; I would really appreciate if someone can help me understand the difference between the above drivers from Intel. Is one of them for older hardware ?
&lt;br&gt;&lt;br&gt;They support different chipsets.
&lt;br&gt;&lt;br&gt;You can try to use &amp;quot;man&amp;quot; ;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;The ixgb driver provides support for PCI Gigabit Ethernet adapters based
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;on the Intel 82597EX Ethernet controller chips.
&lt;br&gt;&lt;br&gt;&amp;nbsp;The ixgbe driver provides support for PCI 10Gb Ethernet adapters based on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the Intel 82598EB Intel(R) Network Connections.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andriy Radyk aka Ander aka Ender
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504233&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504233&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dev-ixgb-and-dev-ixgbe-tp26503705p26504233.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503705</id>
	<title>dev/ixgb and dev/ixgbe</title>
	<published>2009-11-24T13:23:53Z</published>
	<updated>2009-11-24T13:23:53Z</updated>
	<author>
		<name>David Somayajulu</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;I would really appreciate if someone can help me understand the difference between the above drivers from Intel. Is one of them for older hardware ?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;david S.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dev-ixgb-and-dev-ixgbe-tp26503705p26503705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500910</id>
	<title>Re: Cisco Aironet MPI350 Fix</title>
	<published>2009-11-24T10:05:33Z</published>
	<updated>2009-11-24T10:05:33Z</updated>
	<author>
		<name>John Baldwin</name>
	</author>
	<content type="html">On Monday 23 November 2009 11:30:15 pm Jeremy O'Brien wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 04:17:34PM -0500, Jeremy O'Brien wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 10:01:50AM -0500, John Baldwin wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Sunday 22 November 2009 12:55:55 pm Jeremy O'Brien wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; my system to freeze up for a few seconds about once a minute as the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; driver spit out &amp;quot;an0: device timeout&amp;quot; messages so long as the interface
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; was up. I researched the issue, and found the following fix already in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; dragonflybsd's tree:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I modified the patch and applied it to FreeBSD's kernel (trivial), and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; am happy to report that my card is now working flawlessly. Could someone
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; possibly review this patch and integrate it into the source tree so that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; others may benefit from it as well?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; The patch is based off of 8.0-RC3's code, but applies to the latest code
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; as well without modification.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Can you try this version? &amp;nbsp;The IFF_DRV_OACTIVE bits don't look correct to me 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; so I've left them out. &amp;nbsp;I also changed the driver to use bus_*() vs 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; bus_space_*().
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; John Baldwin
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Tried it at home, worked great. My university's wireless is shoddy.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not sure if this is related to your patch or not, but I've been
&lt;br&gt;&amp;gt; getting spurts of kernel: stray irq7 messages that I don't recall
&lt;br&gt;&amp;gt; getting before the patch. Do you think it could be related?
&lt;/div&gt;&lt;br&gt;I'm not sure. &amp;nbsp;Presumably your an(4) adapter isn't using IRQ 7? &amp;nbsp;I will
&lt;br&gt;commit the current set of patches, but perhaps it is worth trying the
&lt;br&gt;changes for OACTIVE. &amp;nbsp;Hmm, it does seem that the OACTIVE handling is a bit
&lt;br&gt;busted as the current code will never set the flag since m0 is always NULL
&lt;br&gt;when the function is exited. &amp;nbsp;I still don't think the DFly change is correct
&lt;br&gt;since it can set the flag if the ifqueue was empty for some reason. &amp;nbsp;Perhaps
&lt;br&gt;try this patch, it sets OACTIVE if we queued any packets for transmit:
&lt;br&gt;&lt;br&gt;Index: if_an.c
&lt;br&gt;===================================================================
&lt;br&gt;--- if_an.c	(revision 199757)
&lt;br&gt;+++ if_an.c	(working copy)
&lt;br&gt;@@ -2915,11 +2915,11 @@
&lt;br&gt;&amp;nbsp;		CSR_WRITE_2(sc, AN_INT_EN(sc-&amp;gt;mpi350), AN_INTRS(sc-&amp;gt;mpi350));
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-	if (m0 != NULL)
&lt;br&gt;+	if (sc-&amp;gt;an_rdata.an_tx_prod != idx) {
&lt;br&gt;&amp;nbsp;		ifp-&amp;gt;if_drv_flags |= IFF_DRV_OACTIVE;
&lt;br&gt;+		sc-&amp;gt;an_rdata.an_tx_prod = idx;
&lt;br&gt;+	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-	sc-&amp;gt;an_rdata.an_tx_prod = idx;
&lt;br&gt;-
&lt;br&gt;&amp;nbsp;	return;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Baldwin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500910&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500910&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26500910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490344</id>
	<title>Re: Cisco Aironet MPI350 Fix</title>
	<published>2009-11-23T20:30:15Z</published>
	<updated>2009-11-23T20:30:15Z</updated>
	<author>
		<name>piroko</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 04:17:34PM -0500, Jeremy O'Brien wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 10:01:50AM -0500, John Baldwin wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Sunday 22 November 2009 12:55:55 pm Jeremy O'Brien wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; my system to freeze up for a few seconds about once a minute as the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; driver spit out &amp;quot;an0: device timeout&amp;quot; messages so long as the interface
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; was up. I researched the issue, and found the following fix already in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; dragonflybsd's tree:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I modified the patch and applied it to FreeBSD's kernel (trivial), and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; am happy to report that my card is now working flawlessly. Could someone
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; possibly review this patch and integrate it into the source tree so that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; others may benefit from it as well?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The patch is based off of 8.0-RC3's code, but applies to the latest code
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; as well without modification.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Can you try this version? &amp;nbsp;The IFF_DRV_OACTIVE bits don't look correct to me 
&lt;br&gt;&amp;gt; &amp;gt; so I've left them out. &amp;nbsp;I also changed the driver to use bus_*() vs 
&lt;br&gt;&amp;gt; &amp;gt; bus_space_*().
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt; John Baldwin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tried it at home, worked great. My university's wireless is shoddy.
&lt;/div&gt;&lt;br&gt;I'm not sure if this is related to your patch or not, but I've been
&lt;br&gt;getting spurts of kernel: stray irq7 messages that I don't recall
&lt;br&gt;getting before the patch. Do you think it could be related?
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490344&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490344&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26490344.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486582</id>
	<title>Re: Cisco Aironet MPI350 Fix</title>
	<published>2009-11-23T13:39:46Z</published>
	<updated>2009-11-23T13:39:46Z</updated>
	<author>
		<name>M. Warner Losh</name>
	</author>
	<content type="html">In message: &amp;lt;20091123203008.GA26284@archimedes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;Jeremy O'Brien&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486582&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;obrien654j@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;: I'm using make buildkernel everytime. Is there a faster method of 
&lt;br&gt;: recompiling?
&lt;br&gt;&lt;br&gt;make buildkernel KERNCONF=FOO		# first time
&lt;br&gt;make buildkernel KERNFAST=FOO		# after that
&lt;br&gt;&lt;br&gt;Warner
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486582&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486582&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26486582.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486010</id>
	<title>Re: Cisco Aironet MPI350 Fix</title>
	<published>2009-11-23T13:17:34Z</published>
	<updated>2009-11-23T13:17:34Z</updated>
	<author>
		<name>piroko</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 10:01:50AM -0500, John Baldwin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sunday 22 November 2009 12:55:55 pm Jeremy O'Brien wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a
&lt;br&gt;&amp;gt; &amp;gt; fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused
&lt;br&gt;&amp;gt; &amp;gt; my system to freeze up for a few seconds about once a minute as the
&lt;br&gt;&amp;gt; &amp;gt; driver spit out &amp;quot;an0: device timeout&amp;quot; messages so long as the interface
&lt;br&gt;&amp;gt; &amp;gt; was up. I researched the issue, and found the following fix already in
&lt;br&gt;&amp;gt; &amp;gt; dragonflybsd's tree:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I modified the patch and applied it to FreeBSD's kernel (trivial), and
&lt;br&gt;&amp;gt; &amp;gt; am happy to report that my card is now working flawlessly. Could someone
&lt;br&gt;&amp;gt; &amp;gt; possibly review this patch and integrate it into the source tree so that
&lt;br&gt;&amp;gt; &amp;gt; others may benefit from it as well?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The patch is based off of 8.0-RC3's code, but applies to the latest code
&lt;br&gt;&amp;gt; &amp;gt; as well without modification.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you try this version? &amp;nbsp;The IFF_DRV_OACTIVE bits don't look correct to me 
&lt;br&gt;&amp;gt; so I've left them out. &amp;nbsp;I also changed the driver to use bus_*() vs 
&lt;br&gt;&amp;gt; bus_space_*().
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; John Baldwin
&lt;/div&gt;&lt;br&gt;Tried it at home, worked great. My university's wireless is shoddy.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486010&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486010&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26486010.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485210</id>
	<title>Re: Cisco Aironet MPI350 Fix</title>
	<published>2009-11-23T12:25:46Z</published>
	<updated>2009-11-23T12:25:46Z</updated>
	<author>
		<name>piroko</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 10:01:50AM -0500, John Baldwin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sunday 22 November 2009 12:55:55 pm Jeremy O'Brien wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a
&lt;br&gt;&amp;gt; &amp;gt; fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused
&lt;br&gt;&amp;gt; &amp;gt; my system to freeze up for a few seconds about once a minute as the
&lt;br&gt;&amp;gt; &amp;gt; driver spit out &amp;quot;an0: device timeout&amp;quot; messages so long as the interface
&lt;br&gt;&amp;gt; &amp;gt; was up. I researched the issue, and found the following fix already in
&lt;br&gt;&amp;gt; &amp;gt; dragonflybsd's tree:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I modified the patch and applied it to FreeBSD's kernel (trivial), and
&lt;br&gt;&amp;gt; &amp;gt; am happy to report that my card is now working flawlessly. Could someone
&lt;br&gt;&amp;gt; &amp;gt; possibly review this patch and integrate it into the source tree so that
&lt;br&gt;&amp;gt; &amp;gt; others may benefit from it as well?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The patch is based off of 8.0-RC3's code, but applies to the latest code
&lt;br&gt;&amp;gt; &amp;gt; as well without modification.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you try this version? &amp;nbsp;The IFF_DRV_OACTIVE bits don't look correct to me 
&lt;br&gt;&amp;gt; so I've left them out. &amp;nbsp;I also changed the driver to use bus_*() vs 
&lt;br&gt;&amp;gt; bus_space_*().
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; John Baldwin
&lt;/div&gt;&lt;br&gt;In my initial tests, my card is not working. This is on my university 
&lt;br&gt;network, so I will try again on my home network and report back the results. 
&lt;br&gt;As a side note, it takes about thirty minutes for me to rebuild my kernel. 
&lt;br&gt;I'm using make buildkernel everytime. Is there a faster method of 
&lt;br&gt;recompiling?
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485210&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26485210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26479636</id>
	<title>Re: Cisco Aironet MPI350 Fix</title>
	<published>2009-11-23T07:01:50Z</published>
	<updated>2009-11-23T07:01:50Z</updated>
	<author>
		<name>John Baldwin</name>
	</author>
	<content type="html">On Sunday 22 November 2009 12:55:55 pm Jeremy O'Brien wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a
&lt;br&gt;&amp;gt; fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused
&lt;br&gt;&amp;gt; my system to freeze up for a few seconds about once a minute as the
&lt;br&gt;&amp;gt; driver spit out &amp;quot;an0: device timeout&amp;quot; messages so long as the interface
&lt;br&gt;&amp;gt; was up. I researched the issue, and found the following fix already in
&lt;br&gt;&amp;gt; dragonflybsd's tree:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;a href=&quot;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I modified the patch and applied it to FreeBSD's kernel (trivial), and
&lt;br&gt;&amp;gt; am happy to report that my card is now working flawlessly. Could someone
&lt;br&gt;&amp;gt; possibly review this patch and integrate it into the source tree so that
&lt;br&gt;&amp;gt; others may benefit from it as well?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The patch is based off of 8.0-RC3's code, but applies to the latest code
&lt;br&gt;&amp;gt; as well without modification.
&lt;/div&gt;&lt;br&gt;Can you try this version? &amp;nbsp;The IFF_DRV_OACTIVE bits don't look correct to me 
&lt;br&gt;so I've left them out. &amp;nbsp;I also changed the driver to use bus_*() vs 
&lt;br&gt;bus_space_*().
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Baldwin
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479636&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479636&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26479636.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26467823</id>
	<title>Cisco Aironet MPI350 Fix</title>
	<published>2009-11-22T09:55:55Z</published>
	<updated>2009-11-22T09:55:55Z</updated>
	<author>
		<name>piroko</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a
&lt;br&gt;fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused
&lt;br&gt;my system to freeze up for a few seconds about once a minute as the
&lt;br&gt;driver spit out &amp;quot;an0: device timeout&amp;quot; messages so long as the interface
&lt;br&gt;was up. I researched the issue, and found the following fix already in
&lt;br&gt;dragonflybsd's tree:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitweb.dragonflybsd.org/dragonfly.git/commit/7a2a04db44efafea257db883ae3eb5e4ebf2ece9&lt;/a&gt;&lt;br&gt;&lt;br&gt;I modified the patch and applied it to FreeBSD's kernel (trivial), and
&lt;br&gt;am happy to report that my card is now working flawlessly. Could someone
&lt;br&gt;possibly review this patch and integrate it into the source tree so that
&lt;br&gt;others may benefit from it as well?
&lt;br&gt;&lt;br&gt;The patch is based off of 8.0-RC3's code, but applies to the latest code
&lt;br&gt;as well without modification.
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;Jeremy O'Brien
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26467823&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26467823&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Aironet-MPI350-Fix-tp26467823p26467823.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26398730</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-17T14:13:54Z</published>
	<updated>2009-11-17T14:13:54Z</updated>
	<author>
		<name>Jānis Grotus</name>
	</author>
	<content type="html">At last my HTPC have sound :)
&lt;br&gt;&lt;br&gt;That's what I did:
&lt;br&gt;mpg123 -a /dev/dsp0 *.mp3
&lt;br&gt;mpg123 -a /dev/dsp1 *.mp3
&lt;br&gt;mpg123 -a /dev/dsp2 *.mp3
&lt;br&gt;mpg123 -a /dev/dsp3 *.mp3
&lt;br&gt;&lt;br&gt;But only on dsp1 I got sound. So I have sound only at rear (like &amp;nbsp;
&lt;br&gt;headphone)outputs. Sound on HDMI is not working and front panel jacks have &amp;nbsp;
&lt;br&gt;no output too. Have not tested RCA and optical S/PDIF yet.
&lt;br&gt;&lt;br&gt;Changing output in gnome's sound preferences did not give any result thats &amp;nbsp;
&lt;br&gt;why I thought at the beginning that this chip is not supported.
&lt;br&gt;But changing hw.snd.default_unit to 1(as You suggested) helped.
&lt;br&gt;&lt;br&gt;BR
&lt;br&gt;Janis
&lt;br&gt;&lt;br&gt;On Fri, 13 Nov 2009 11:25:50 +0200, Alexander Motin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26398730&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mav@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Original HDA specification declares HDMI as something different (not
&lt;br&gt;&amp;gt; audio device, but something unknown). But existing HDMI codecs report
&lt;br&gt;&amp;gt; them self as Audio codecs. So it is not about this case.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Using Opera's revolutionary e-mail client: &lt;a href=&quot;http://www.opera.com/mail/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opera.com/mail/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26398730&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26398730&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26398730.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26338239</id>
	<title>Re: Driver code release</title>
	<published>2009-11-13T07:20:17Z</published>
	<updated>2009-11-13T07:20:17Z</updated>
	<author>
		<name>Brendan Kennedy</name>
	</author>
	<content type="html">Hi Philip, John,
&lt;br&gt;&lt;br&gt;Thanks for your responses! Unfortunately I've run into a bit of a
&lt;br&gt;delay with releasing this code. I should be able to make it available
&lt;br&gt;sometime over the next forthnight.
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Brendan
&lt;br&gt;&lt;br&gt;2009/11/12 Philip Paeps &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338239&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;philip@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2009-11-12 10:24:18 (-0500), John Baldwin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338239&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jhb@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Wednesday 11 November 2009 9:47:06 am Brendan Kennedy wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I have some driver code that is utilised through opencrypto for my
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; hardware. I’d like to have this code integrated into FreeBSD similarly
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to the hifn driver.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Could you give me some pointers as to how this should be done?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Can such code still be included in the FreeBSD 7 code base?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I also have an opencrypto patch for your consideration. Is this the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; correct group to mail such a patch to?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm not very familiar with opencrypto myself, but Philip (cc'd) is and might
&lt;br&gt;&amp;gt;&amp;gt; be able to point you in the right direction.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Brendan!  I would indeed be very happy to look at your patch and commit it.
&lt;br&gt;&amp;gt; I would like to keep opencrypto in 7.x in sync with head (and 8.x) at least
&lt;br&gt;&amp;gt; for the forseeable future, so I don't think merging to 7.x will be a problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Provided the code works, of course. ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Feel free to send me the code and I'll take a look.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  - Philip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Philip Paeps                                  Made from non-edible parts
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338239&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;philip@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338239&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338239&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Driver-code-release-tp26303036p26338239.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26333610</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-13T01:25:50Z</published>
	<updated>2009-11-13T01:25:50Z</updated>
	<author>
		<name>mav-3</name>
	</author>
	<content type="html">Jānis Grotus wrote:
&lt;br&gt;&amp;gt; As I undersand from snd_hda man page:
&lt;br&gt;&amp;gt; Only audio functions are supported by snd_hda. &amp;nbsp;Modem, HDMI and other
&lt;br&gt;&amp;gt; possible functions are not implemented.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HDMI shoul'd not work.
&lt;br&gt;&lt;br&gt;Original HDA specification declares HDMI as something different (not
&lt;br&gt;audio device, but something unknown). But existing HDMI codecs report
&lt;br&gt;them self as Audio codecs. So it is not about this case.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333610&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333610&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26333610.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26333553</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-13T01:19:57Z</published>
	<updated>2009-11-13T01:19:57Z</updated>
	<author>
		<name>Jānis Grotus</name>
	</author>
	<content type="html">As I undersand from snd_hda man page:
&lt;br&gt;Only audio functions are supported by snd_hda. &amp;nbsp;Modem, HDMI and other
&lt;br&gt;possible functions are not implemented.
&lt;br&gt;&lt;br&gt;HDMI shoul'd not work.
&lt;br&gt;&lt;br&gt;So I'll try what You suggested when I get home.
&lt;br&gt;&lt;br&gt;Thank's for Your help!
&lt;br&gt;Janis 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; By default all sound goes to the first device (in your case HDMI port).
&lt;br&gt;&amp;gt; HDMI may not work for reasons not depending from snd_hda driver.
&lt;br&gt;&amp;gt; To use other outputs you may use other dspX or set hw.snd.default_unit
&lt;br&gt;&amp;gt; sysctl. It is very often problem. Read snd_hda(4) man page carefully.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333553&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26333553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26333178</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-13T00:43:03Z</published>
	<updated>2009-11-13T00:43:03Z</updated>
	<author>
		<name>mav-3</name>
	</author>
	<content type="html">Jānis Grotus wrote:
&lt;br&gt;&amp;gt; I tried to play some video with VLC, played with audio options. Tried to
&lt;br&gt;&amp;gt; play mp3 and tried 
&lt;br&gt;&amp;gt; cat filename &amp;gt; /dev/dsp
&lt;br&gt;&amp;gt; what was suggested in handbook. Also plugged in headphones to test other
&lt;br&gt;&amp;gt; outputs than hdmi.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How else can I test it?
&lt;br&gt;&lt;br&gt;By default all sound goes to the first device (in your case HDMI port).
&lt;br&gt;HDMI may not work for reasons not depending from snd_hda driver.
&lt;br&gt;To use other outputs you may use other dspX or set hw.snd.default_unit
&lt;br&gt;sysctl. It is very often problem. Read snd_hda(4) man page carefully.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333178&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333178&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26333178.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332366</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T23:19:34Z</published>
	<updated>2009-11-12T23:19:34Z</updated>
	<author>
		<name>Jānis Grotus</name>
	</author>
	<content type="html">I tried to play some video with VLC, played with audio options. Tried to
&lt;br&gt;play mp3 and tried 
&lt;br&gt;cat filename &amp;gt; /dev/dsp
&lt;br&gt;what was suggested in handbook. Also plugged in headphones to test other
&lt;br&gt;outputs than hdmi.
&lt;br&gt;&lt;br&gt;How else can I test it?
&lt;br&gt;&lt;br&gt;Janis
&lt;br&gt;&lt;br&gt;On Fri, 13 Nov 2009 00:58:22 +0200, Alexander Motin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332366&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mav@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt; Jānis wrote:
&lt;br&gt;&amp;gt;&amp;gt; My dmesg.boot file in attachment...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Looks fine. I don't see any problem. Have you tested it?
&lt;br&gt;&amp;gt; I'll recheck codec IDs list tomorrow to add this one.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332366&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332366&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26332366.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26328094</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T14:58:22Z</published>
	<updated>2009-11-12T14:58:22Z</updated>
	<author>
		<name>mav-3</name>
	</author>
	<content type="html">Jānis wrote:
&lt;br&gt;&amp;gt; My dmesg.boot file in attachment...
&lt;br&gt;&lt;br&gt;Looks fine. I don't see any problem. Have you tested it?
&lt;br&gt;I'll recheck codec IDs list tomorrow to add this one.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26328094&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26328094&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26328094.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26327698</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T14:30:08Z</published>
	<updated>2009-11-12T14:30:08Z</updated>
	<author>
		<name>Jānis Grotus</name>
	</author>
	<content type="html">My dmesg.boot file in attachment...
&lt;br&gt;&lt;br&gt;Janis
&lt;br&gt;&lt;br&gt;On Thu, 12 Nov 2009 23:15:56 +0200, Alexander Motin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mav@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jānis wrote:
&lt;br&gt;&amp;gt;&amp;gt; Here is little more info what I have done:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://forums.freebsd.org/showthread.php?t=8253&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showthread.php?t=8253&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'll provide You with dmesg output little later.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HDMI audio part may also depend on video driver to work. It is mostly
&lt;br&gt;&amp;gt; untested area.
&lt;br&gt;&amp;gt; VIA codec same time has better chances to work, but it is first time I
&lt;br&gt;&amp;gt; have heard about this model, more info and testing needed.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Using Opera's revolutionary e-mail client: &lt;a href=&quot;http://www.opera.com/mail/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opera.com/mail/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327698&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327698&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;dmesg.boot&lt;/strong&gt; (85K) &lt;a href=&quot;http://old.nabble.com/attachment/26327698/0/dmesg.boot&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26327698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26326567</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T13:15:56Z</published>
	<updated>2009-11-12T13:15:56Z</updated>
	<author>
		<name>mav-3</name>
	</author>
	<content type="html">Jānis wrote:
&lt;br&gt;&amp;gt; Here is little more info what I have done:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.freebsd.org/showthread.php?t=8253&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showthread.php?t=8253&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll provide You with dmesg output little later.
&lt;br&gt;&lt;br&gt;HDMI audio part may also depend on video driver to work. It is mostly
&lt;br&gt;untested area.
&lt;br&gt;VIA codec same time has better chances to work, but it is first time I
&lt;br&gt;have heard about this model, more info and testing needed.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26326567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26326567&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26326567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26326023</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T12:43:11Z</published>
	<updated>2009-11-12T12:43:11Z</updated>
	<author>
		<name>Jānis Grotus</name>
	</author>
	<content type="html">Here is little more info what I have done:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.freebsd.org/showthread.php?t=8253&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showthread.php?t=8253&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'll provide You with dmesg output little later.
&lt;br&gt;&lt;br&gt;BR
&lt;br&gt;Janis
&lt;br&gt;&lt;br&gt;On Thu, 12 Nov 2009 21:00:20 +0200, Alexander Motin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26326023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mav@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jānis Grotus wrote:
&lt;br&gt;&amp;gt;&amp;gt; Is anybody working on driver for VT2020 sound chip? Maybe I can help
&lt;br&gt;&amp;gt;&amp;gt; somehow to get it working?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Quick Googling tells me that it is HDA codec. Have you tried snd_hda
&lt;br&gt;&amp;gt; driver? It is quite flexible to support even unknown codecs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Load snd_hda module via loader.conf, boot kernel with verbose messages
&lt;br&gt;&amp;gt; and send me complete dmesg output for investigation please.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Using Opera's revolutionary e-mail client: &lt;a href=&quot;http://www.opera.com/mail/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opera.com/mail/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26326023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26326023&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26326023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26325349</id>
	<title>Re: Driver code release</title>
	<published>2009-11-12T11:42:05Z</published>
	<updated>2009-11-12T11:42:05Z</updated>
	<author>
		<name>Patrick Lamaiziere</name>
	</author>
	<content type="html">Le Wed, 11 Nov 2009 14:47:06 +0000,
&lt;br&gt;Brendan Kennedy &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26325349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brendan.kennedy@...&lt;/a&gt;&amp;gt; a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;&amp;gt; I have some driver code that is utilised through opencrypto for my
&lt;br&gt;&amp;gt; hardware. I’d like to have this code integrated into FreeBSD similarly
&lt;br&gt;&amp;gt; to the hifn driver.
&lt;br&gt;&amp;gt; Could you give me some pointers as to how this should be done?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can such code still be included in the FreeBSD 7 code base?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also have an opencrypto patch for your consideration. Is this the
&lt;br&gt;&amp;gt; correct group to mail such a patch to?
&lt;br&gt;&lt;br&gt;I would be happy to read the code (just to see), could you provide a
&lt;br&gt;link to the code?
&lt;br&gt;&lt;br&gt;Thanks, regards.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26325349&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26325349&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Driver-code-release-tp26303036p26325349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26324803</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T11:00:20Z</published>
	<updated>2009-11-12T11:00:20Z</updated>
	<author>
		<name>mav-3</name>
	</author>
	<content type="html">Jānis Grotus wrote:
&lt;br&gt;&amp;gt; Is anybody working on driver for VT2020 sound chip? Maybe I can help
&lt;br&gt;&amp;gt; somehow to get it working?
&lt;br&gt;&lt;br&gt;Quick Googling tells me that it is HDA codec. Have you tried snd_hda
&lt;br&gt;driver? It is quite flexible to support even unknown codecs.
&lt;br&gt;&lt;br&gt;Load snd_hda module via loader.conf, boot kernel with verbose messages
&lt;br&gt;and send me complete dmesg output for investigation please.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alexander Motin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26324803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26324803&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26324803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26320809</id>
	<title>Re: Driver code release</title>
	<published>2009-11-12T07:35:59Z</published>
	<updated>2009-11-12T07:35:59Z</updated>
	<author>
		<name>Philip Paeps</name>
	</author>
	<content type="html">On 2009-11-12 10:24:18 (-0500), John Baldwin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jhb@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wednesday 11 November 2009 9:47:06 am Brendan Kennedy wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi All,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have some driver code that is utilised through opencrypto for my
&lt;br&gt;&amp;gt; &amp;gt; hardware. I’d like to have this code integrated into FreeBSD similarly
&lt;br&gt;&amp;gt; &amp;gt; to the hifn driver.
&lt;br&gt;&amp;gt; &amp;gt; Could you give me some pointers as to how this should be done?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Can such code still be included in the FreeBSD 7 code base?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I also have an opencrypto patch for your consideration. Is this the
&lt;br&gt;&amp;gt; &amp;gt; correct group to mail such a patch to?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not very familiar with opencrypto myself, but Philip (cc'd) is and might 
&lt;br&gt;&amp;gt; be able to point you in the right direction.
&lt;/div&gt;&lt;br&gt;Hi Brendan! &amp;nbsp;I would indeed be very happy to look at your patch and commit it.
&lt;br&gt;I would like to keep opencrypto in 7.x in sync with head (and 8.x) at least
&lt;br&gt;for the forseeable future, so I don't think merging to 7.x will be a problem.
&lt;br&gt;&lt;br&gt;Provided the code works, of course. ;-)
&lt;br&gt;&lt;br&gt;Feel free to send me the code and I'll take a look.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Philip
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Philip Paeps &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Made from non-edible parts
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320809&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;philip@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320809&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320809&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Driver-code-release-tp26303036p26320809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26320743</id>
	<title>Re: Support for VT2020</title>
	<published>2009-11-12T07:26:08Z</published>
	<updated>2009-11-12T07:26:08Z</updated>
	<author>
		<name>John Baldwin</name>
	</author>
	<content type="html">On Thursday 12 November 2009 5:24:37 am Jānis Grotus wrote:
&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is anybody working on driver for VT2020 sound chip? Maybe I can help
&lt;br&gt;&amp;gt; somehow to get it working?
&lt;br&gt;&lt;br&gt;Perhaps try asking on the freebsd-multimedia@ list? &amp;nbsp;I think that is where the 
&lt;br&gt;folks who maintain the audio drivers hang out. &amp;nbsp;This list is largely for 
&lt;br&gt;asking questions about device driver development.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Baldwin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320743&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320743&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26320743.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26320740</id>
	<title>Re: Driver code release</title>
	<published>2009-11-12T07:24:18Z</published>
	<updated>2009-11-12T07:24:18Z</updated>
	<author>
		<name>John Baldwin</name>
	</author>
	<content type="html">On Wednesday 11 November 2009 9:47:06 am Brendan Kennedy wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have some driver code that is utilised through opencrypto for my
&lt;br&gt;&amp;gt; hardware. I’d like to have this code integrated into FreeBSD similarly
&lt;br&gt;&amp;gt; to the hifn driver.
&lt;br&gt;&amp;gt; Could you give me some pointers as to how this should be done?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can such code still be included in the FreeBSD 7 code base?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also have an opencrypto patch for your consideration. Is this the
&lt;br&gt;&amp;gt; correct group to mail such a patch to?
&lt;/div&gt;&lt;br&gt;I'm not very familiar with opencrypto myself, but Philip (cc'd) is and might 
&lt;br&gt;be able to point you in the right direction.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Baldwin
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320740&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320740&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Driver-code-release-tp26303036p26320740.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26316555</id>
	<title>Support for VT2020</title>
	<published>2009-11-12T02:24:37Z</published>
	<updated>2009-11-12T02:24:37Z</updated>
	<author>
		<name>Jānis Grotus</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;Is anybody working on driver for VT2020 sound chip? Maybe I can help
&lt;br&gt;somehow to get it working?
&lt;br&gt;&lt;br&gt;BR
&lt;br&gt;Jānis
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26316555&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26316555&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-VT2020-tp26316555p26316555.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26303036</id>
	<title>Driver code release</title>
	<published>2009-11-11T06:47:06Z</published>
	<updated>2009-11-11T06:47:06Z</updated>
	<author>
		<name>Brendan Kennedy</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I have some driver code that is utilised through opencrypto for my
&lt;br&gt;hardware. I’d like to have this code integrated into FreeBSD similarly
&lt;br&gt;to the hifn driver.
&lt;br&gt;Could you give me some pointers as to how this should be done?
&lt;br&gt;&lt;br&gt;Can such code still be included in the FreeBSD 7 code base?
&lt;br&gt;&lt;br&gt;I also have an opencrypto patch for your consideration. Is this the
&lt;br&gt;correct group to mail such a patch to?
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Brendan
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26303036&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26303036&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Driver-code-release-tp26303036p26303036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261576</id>
	<title>Re: finished run driver for CURRENT</title>
	<published>2009-11-08T21:44:52Z</published>
	<updated>2009-11-08T21:44:52Z</updated>
	<author>
		<name>PseudoCylon</name>
	</author>
	<content type="html">----- Original Message ----
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Subject: Re: finished run driver for CURRENT
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sunday 08 November 2009 11:22:50 PseudoCylon wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello everyone,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I finished porting run driver to CURRENT (sort of). I posted it at freebsd
&lt;br&gt;&amp;gt; &amp;gt; fourums
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://forums.freebsd.org/showpost.php?s=a3756a43cb6eca54dea97673ac8424e7&amp;p&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showpost.php?s=a3756a43cb6eca54dea97673ac8424e7&amp;p&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;=47936&amp;postcount=28 Anyone interested in please try it out.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just some comments:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There is an ep_index field you can set, instead of specifying exactly which 
&lt;br&gt;&amp;gt; endpoint to use.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eg.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; UE_BULK_IN
&lt;br&gt;&amp;gt; UE_ADDR_ANY
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ep_index = 0, /* will match first bulk_in + addr_any */
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; UE_BULK_OUT
&lt;br&gt;&amp;gt; UE_ADDR_ANY
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ep_index = 2, /* will match third bulk_out + addr_any */
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not sure if the manufacturer will change those values?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Else, do you have any other feedback on the new USB stack? Was it difficult?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --HPS
&lt;/div&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Compile fails at line 2338 of if_run.c.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /home/tsgan/run-CUR/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:
&lt;br&gt;&amp;gt; In function 'run_tx':
&lt;br&gt;&amp;gt; /home/tsgan/run-CUR/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:2338:
&lt;br&gt;&amp;gt; warning: comparison between pointer and integer
&lt;br&gt;&amp;gt; *** Error code 1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Stop in /home/tsgan/run-CUR/sys/modules/usb/run.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I guess it should either:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct ieee80211_channel *chan;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chan = ni-&amp;gt;ni_chan == IEEE80211_CHAN_ANYC ? ic-&amp;gt;ic_curchan :
&lt;br&gt;&amp;gt; ni-&amp;gt;ni_chan;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; or:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct ieee80211_channel *chan;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chan = ni-&amp;gt;ni_chan == (ieee80211_channel *)IEEE80211_CHAN_ANY ?
&lt;br&gt;&amp;gt; ic-&amp;gt;ic_curchan : ni-&amp;gt;ni_chan;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Thank you to everyone testing the driver. I've implemented all suggestions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; __________________________________________________________________
&lt;br&gt;Get a sneak peak at messages with a handy reading pane with All new Yahoo! Mail: &lt;a href=&quot;http://ca.promos.yahoo.com/newmail/overview2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ca.promos.yahoo.com/newmail/overview2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261576&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/finished-run-driver-for-CURRENT-tp26252348p26261576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26254938</id>
	<title>Re: finished run driver for CURRENT</title>
	<published>2009-11-08T07:11:37Z</published>
	<updated>2009-11-08T07:11:37Z</updated>
	<author>
		<name>Ganbold</name>
	</author>
	<content type="html">PseudoCylon wrote:
&lt;br&gt;&amp;gt; Hello everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I finished porting run driver to CURRENT (sort of). I posted it at freebsd fourums
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.freebsd.org/showpost.php?s=a3756a43cb6eca54dea97673ac8424e7&amp;p=47936&amp;postcount=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.freebsd.org/showpost.php?s=a3756a43cb6eca54dea97673ac8424e7&amp;p=47936&amp;postcount=28&lt;/a&gt;&lt;br&gt;&amp;gt; Anyone interested in please try it out.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Compile fails at line 2338 of if_run.c.
&lt;br&gt;&lt;br&gt;/home/tsgan/run-CUR/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:
&lt;br&gt;In function 'run_tx':
&lt;br&gt;/home/tsgan/run-CUR/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:2338:
&lt;br&gt;warning: comparison between pointer and integer
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /home/tsgan/run-CUR/sys/modules/usb/run.
&lt;br&gt;&lt;br&gt;I guess it should either:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct ieee80211_channel *chan;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chan = ni-&amp;gt;ni_chan == IEEE80211_CHAN_ANYC ? ic-&amp;gt;ic_curchan :
&lt;br&gt;ni-&amp;gt;ni_chan;
&lt;br&gt;&lt;br&gt;or:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct ieee80211_channel *chan;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chan = ni-&amp;gt;ni_chan == (ieee80211_channel *)IEEE80211_CHAN_ANY ?
&lt;br&gt;ic-&amp;gt;ic_curchan : ni-&amp;gt;ni_chan;
&lt;br&gt;&lt;br&gt;I didn't test association with AP (don't have AP), system finds usb
&lt;br&gt;wireless Planex GW-USMicroN device:
&lt;br&gt;&lt;br&gt;Nov &amp;nbsp;8 23:08:00 beastie kernel: ugen3.3: &amp;lt;Ralink&amp;gt; at usbus3
&lt;br&gt;Nov &amp;nbsp;8 23:08:00 beastie kernel: run0: &amp;lt;1.0&amp;gt; on usbus3
&lt;br&gt;Nov &amp;nbsp;8 23:08:00 beastie kernel: run0: MAC/BBP RT3070 (rev 0x0200), RF
&lt;br&gt;RT3020 (MIMO 1T1R), address 00:22:cf:03:e0:30
&lt;br&gt;Nov &amp;nbsp;8 23:08:00 beastie kernel: run0: You are using firmware RT2870.
&lt;br&gt;&lt;br&gt;&lt;br&gt;run0: flags=8802&amp;lt;BROADCAST,SIMPLEX,MULTICAST&amp;gt; metric 0 mtu 2290
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ether 00:22:cf:03:e0:30
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; status: no carrier
&lt;br&gt;&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;Ganbold Ts.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; __________________________________________________________________
&lt;br&gt;&amp;gt; Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. &amp;nbsp;Click on Options in Mail and switch to New Mail today or register for free at &lt;a href=&quot;http://mail.yahoo.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.ca&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254938&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-current&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-current&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254938&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-current-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;He who laughs last hasn't been told the terrible truth.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254938&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-drivers&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254938&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-drivers-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/finished-run-driver-for-CURRENT-tp26252348p26254938.html" />
</entry>

</feed>
