Re: Broadcom 54g wireless card
"Scot Hetzel" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
On 3/22/06, Peter Jeremy <[email protected]> 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 == 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: Microsoft Driver Version: 6.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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"
drm.patch
(application/octet-stream, 851 B)
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"}, \