From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 10 02:30:16 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 992231065672 for ; Sun, 10 Jun 2012 02:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 832078FC17 for ; Sun, 10 Jun 2012 02:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5A2UGsB022029 for ; Sun, 10 Jun 2012 02:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5A2UG8a022026; Sun, 10 Jun 2012 02:30:16 GMT (envelope-from gnats) Date: Sun, 10 Jun 2012 02:30:16 GMT Message-Id: <201206100230.q5A2UG8a022026@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Merryweather Cooper Cc: Subject: Re: kern/168860: [CHANGE REQUEST] Port the OpenBSD urtwn wireless driver (RealTek 8188CE) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Merryweather Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2012 02:30:16 -0000 The following reply was made to PR kern/168860; it has been noted by GNATS. From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/168860: [CHANGE REQUEST] Port the OpenBSD urtwn wireless driver (RealTek 8188CE) Date: Sat, 09 Jun 2012 21:27:42 -0500 On 06/08/12 10:30, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `kern/168860'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168860 > >> Category: kern >> Responsible: freebsd-bugs >> Synopsis: [CHANGE REQUEST] Port the OpenBSD urtwn wireless driver (RealTek 8188CE) >> Arrival-Date: Fri Jun 08 15:30:17 UTC 2012 It looks like, looking at the OpenBSD source, that the code for the 8188CE is mostly in if_urtwn.c. It looks to be effectively recognition of the chipset is what is needed, the urtw driver for the 8187 chips appears to have the guts of what is needed. -- -- John M. Cooper