Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2009 09:25:05 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org, Weongyo Jeong <weongyo@freebsd.org>
Cc:        Andrea Di Pasquale <spikey.it@gmail.com>, current@freebsd.org, Alex Keda <admin@lissyara.su>, Attilio Rao <attilio@freebsd.org>, Aditya Sarawgi <sarawgi.aditya@gmail.com>, Gonzalo Nemmi <gnemmi@gmail.com>
Subject:   Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver
Message-ID:  <200912240925.05419.jhb@freebsd.org>
In-Reply-To: <20091223201438.GD1293@weongyo>
References:  <20091223035331.GA1293@weongyo> <4B3250E7.1000509@lissyara.su> <20091223201438.GD1293@weongyo>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 23 December 2009 3:14:38 pm Weongyo Jeong wrote:
> On Wed, Dec 23, 2009 at 08:18:31PM +0300, Alex Keda wrote:
> > Weongyo Jeong =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> > >Hello,
> > >
> > >Now bwn(4) is available at the public and waiting test and review.  The
> > >status of this driver is *alpha* so could make panics, warnings and
> > >errors.  Please let me know if you encounter problems.
> > >
> > >The following NICs all I have are only tested on the little endian 64b=
it
> > >machine and big endian 32bit machine.
> > >
> > >  - Broadcom BCM4306 802.11b/g Wireless
> > >  - Broadcom BCM4318 802.11b/g Wireless
> > none1@pci0:48:0:0:      class=3D0x028000 card=3D0x1371103c chip=3D0x431=
214e4=20
> > rev=3D0x02 hdr=3D0x00
> >     vendor     =3D 'Broadcom Corporation'
> >     device     =3D 'BCM4310 UART (Wireless Ethernet Adapter)'
> >     class      =3D network
> >     bar   [10] =3D type Memory, range 64, base 0xc8000000, size 16384,=
=20
> > enabled
> >     cap 01[40] =3D powerspec 3  supports D0 D1 D2 D3  current D0
> >     cap 09[58] =3D vendor (length 120)
> >     cap 05[e8] =3D MSI supports 1 message, 64 bit
> >     cap 10[d0] =3D PCI-Express 1 endpoint max data 128(128) link x1(x1)
> >=20
> > FreeBSD HP.lissyara.su 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r200750: Sun=
=20
> > Dec 20 14:47:53 MSK 2009=20
> > root@HP.lissyara.su:/usr/obj/usr/src/sys/GENERIC  amd64
> >=20
> > after load ssb
> > ssb0: <Broadcom BCM4312 802.11a/b/g Wireless> mem 0xc8000000-0xc8003fff=
=20
> > irq 18 at device 0.0 on pci48
> > ssb0: unsupportted coreid 0x817
>=20
> Interesting.  It looks device has a USB 1.1 host controller(?) in
> wireless NIC.  I think you can ignore this message that looks no
> harm.

I have a Broadcom card that bwn(4) doesn't recognize.  It also required thi=
s=20
patch.  Note that my laptop has a USB bluetooth device that is enabled by t=
he=20
wireless radio button, so perhaps that is why I have a USB device?  Anyway,=
=20
here are the messages I currently get from ssb/bwn.  I've also included the=
=20
attach messages from my ndis(4) driver which claims this is a 4322 device. =
 It=20
has a PCI device id of 0x432b.

ssb0: <Unknown> mem 0xe8000000-0xe8003fff irq 16 at device 0.0 on pci8
ssb0: warn: multiple PCI(E) cores
ssb0: unsupportted coreid 0x81a
ssb0: unsupportted coreid 0x8ff
ssb0: unsupportted coreid 0x80e
ssb0: unknown chipid 0x4322 for PLL & PMU init
bwn0 on ssb0
bwn0: unsupported PHY type (4)
device_attach: bwn0 attach returned 6
bwn0 on ssb0
bwn0: unsupported PHY type (4)
device_attach: bwn0 attach returned 6
ssb0: detached
ndis0: <Broadcom 4322AG 802.11a/b/g/draft-n Wi-Fi Adapter> mem=20
0xe8000000-0xe8003fff irq 16 at device 0.0 on pci8
ndis0: [ITHREAD]
ndis0: NDIS API version: 5.1
wlan0: Ethernet address: 00:21:00:ab:f7:55

=2D-=20
John Baldwin



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