Date: Tue, 1 Dec 2009 18:35:55 +0000 From: Aditya Sarawgi <sarawgi.aditya@gmail.com> To: Weongyo Jeong <weongyo@freebsd.org> Cc: current@freebsd.org Subject: Re: Call For Review: Sonics Silicon Backplane(SSB) driver Message-ID: <4b151495.161bf30a.240b.28d6@mx.google.com> In-Reply-To: <20091130034110.GD5432@weongyo> References: <20091130034110.GD5432@weongyo>
next in thread | previous in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Nov 29, 2009 at 07:41:10PM -0800, Weongyo Jeong wrote: > Hello, > > I've written a Sonics Silicon Backplane driver which is widely used for > Broadcom Wireless driver that bwi(4) can use this driver though it has > its own routines in it. > > I don't have any knowledge to write a bus driver like this so I'm not > sure my approach is correct. Please review! > > You can download a driver at: > > http://people.freebsd.org/~weongyo/ssb_20091129.tar.gz > > regards, > Weongyo Jeong > One more thing can we add BCM4315 to the list of known devices. Please see the attached patch. -- Aditya Sarawgi --oyUTqETQ0mS9luUI Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="ssb.patch" --- /sys/dev/ssb/ssb_pci.c 2009-12-01 18:23:45.000000000 +0000 +++ /root/dev/ssb/ssb_pci.c 2009-11-25 00:00:51.000000000 +0000 @@ -77,7 +77,7 @@ { PCI_VENDOR_BROADCOM, 0x4311, "Broadcom BCM4311 802.11b/g Wireless" }, { PCI_VENDOR_BROADCOM, 0x4312, "Broadcom BCM4312 802.11a/b/g Wireless" }, - { PCI_VENDOR_BROADCOM, 0x4315, "Broadcom BCM4315 802.11b/g Wireless" }, + { PCI_VENDOR_BROADCOM, 0x4315, "Unknown" }, { PCI_VENDOR_BROADCOM, 0x4318, "Unknown" }, { PCI_VENDOR_BROADCOM, 0x4319, "Unknown" }, { PCI_VENDOR_BROADCOM, 0x4320, "Broadcom BCM4306 802.11b/g Wireless" }, --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4b151495.161bf30a.240b.28d6>