Subject: Re: kern/30164: wi manpage lists D-Link DWL-650 as supported
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: netbsd-bugs
Date: 05/07/2005 15:20:01
The following reply was made to PR kern/30164; it has been noted by GNATS.

From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
To: Michael <macallan18@earthlink.net>
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/30164: wi manpage lists D-Link DWL-650 as supported
Date: Sat, 7 May 2005 17:19:48 +0200

 > Hello,
 > 
 > > But PRISM3 should be supported. See message
 > > <20050126191400.GA9225@orthanc.coris.org.uk> (posted to netbsd-users@,
 > > subject says "Re: Any hope for Prism 3 support?")
 > 
 > That's odd - I looked at the sources and couldn't find anything
 > PRISM3-related. Time to look again I guess.
 
 There is in src/sys/dev/ic/wireg.h :
 
 #define WI_NIC_P3_PCMCIA_AMD_ID         0x801A  /* Prism3 PCMCIA */
 #define WI_NIC_P3_PCMCIA_SST_ID         0x801B
 #define WI_NIC_P3_PCMCIA_STR            "RF:PRISM3 MAC:ISL3871(PCMCIA)"
 
 #define WI_NIC_P3_MINI_AMD_ID           0x8021  /* Prism3 Mini-PCI */
 #define WI_NIC_P3_MINI_SST_ID           0x8022
 #define WI_NIC_P3_MINI_STR              "RF:PRISM3 MAC:ISL3871(Mini-PCI)"
 
 Bye	Pavel