Date: Thu, 23 Mar 2006 10:31:00 -0600 From: "Scot Hetzel" <swhetzel@gmail.com> To: "Peter Jeremy" <peterjeremy@optushome.com.au> Cc: freebsd-mobile@freebsd.org Subject: Re: Broadcom 54g wireless card Message-ID: <790a9fff0603230831h6ce8e7d2w1c5fa8eafb78f4ad@mail.gmail.com> In-Reply-To: <20060323055408.GA679@turion.vk2pj.dyndns.org> References: <790a9fff0603221033s2165f7bfyee8a07ee1e37689e@mail.gmail.com> <20060323055408.GA679@turion.vk2pj.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_8430_8501699.1143131460770 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 3/22/06, Peter Jeremy <peterjeremy@optushome.com.au> wrote: > On Wed, 2006-Mar-22 12:33:48 -0600, Scot Hetzel wrote: > >Broadcom 54g? 802.11b/g WLAN with 125HSM / SpeedBooster support > >PCI Slot 3 (PCI bus 6 device 2 function 0) > > Broadcom refuses to make programming information available. NDIS is your > only option. > guess I'll have to use NDIS for this one. > >none0 - Conexant AC97 Soft Data/Fax Modem with SmartCP > > Winmodem =3D=3D Junk > wasn't planning on using it any way. > >none1 - ATI Mobility Radeon Xpress 200 Series > > Supported by X.Org 6.9 > But it's not supported by our current radeon kernel module. I was able to patch sys/dev/drm/drm_pciids.h to get the card reconized. But I have no ideal if my patch is correct, or how to test it. Sent the information to the dri-devel mailing list at source forge. > >none3 - Texas Instruments PCIxx21 Integrated FlashMedia > >none4 - ? > > There's no driver for this. It's not clear whether the publicly > available datasheet is adequate to write a driver. It definitely > isn't adequate for all functions. > Guess I won't be using any FlashMedia under FreeBSD. Going thru the XP device manager, I was able to identify te none4 device: SDA Standard Compliant SD Host Controller PCI Slot 3 (PCI bus 6 device 4 function 4) Driver Provider:=09Microsoft Driver Version:=096.0.4096.1 c:\windows\system32\drivers\sdbus.sys (SecureDigital Bus Driver) But I guess there is no driver for this one either. Thanks for your help. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. ------=_Part_8430_8501699.1143131460770 Content-Type: application/octet-stream; name=drm.patch Content-Transfer-Encoding: 7bit X-Attachment-Id: f_el5ar1hi Content-Disposition: attachment; filename="drm.patch" Index: sys/dev/drm/drm_pciids.h =================================================================== RCS file: /home/ncvs/src/sys/dev/drm/drm_pciids.h,v retrieving revision 1.2.2.2 diff -u -r1.2.2.2 drm_pciids.h --- sys/dev/drm/drm_pciids.h 14 Dec 2005 00:52:58 -0000 1.2.2.2 +++ sys/dev/drm/drm_pciids.h 23 Mar 2006 03:18:15 -0000 @@ -78,6 +78,7 @@ {0x1002, 0x5835, CHIP_RS300|CHIP_IS_IGP|CHIP_IS_MOBILITY, "ATI Radeon RS300 Mobility IGP"}, \ {0x1002, 0x5836, CHIP_RS300|CHIP_IS_IGP, "ATI Radeon RS300 IGP"}, \ {0x1002, 0x5837, CHIP_RS300|CHIP_IS_IGP, "ATI Radeon RS300 IGP"}, \ + {0x1002, 0x5955, CHIP_R200|CHIP_IS_MOBILITY, "ATI Mobility Radeon Xpress 200"}, \ {0x1002, 0x5960, CHIP_RV280, "ATI Radeon RV280 9200"}, \ {0x1002, 0x5961, CHIP_RV280, "ATI Radeon RV280 9200 SE"}, \ {0x1002, 0x5962, CHIP_RV280, "ATI Radeon RV280 9200"}, \ ------=_Part_8430_8501699.1143131460770--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0603230831h6ce8e7d2w1c5fa8eafb78f4ad>