From owner-freebsd-wireless@freebsd.org Fri Sep 1 21:25:43 2017 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 663B5E07F45 for ; Fri, 1 Sep 2017 21:25:43 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C60C64596 for ; Fri, 1 Sep 2017 21:25:42 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:43960] helo=localhost) by dnvrco-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 68/D0-25924-050D9A95; Fri, 01 Sep 2017 21:25:36 +0000 Date: Fri, 01 Sep 2017 21:25:31 +0000 Message-ID: <68.D0.25924.050D9A95@dnvrco-omsmta02> From: "Thomas Mueller" To: freebsd-wireless@freebsd.org Subject: Re: Adding wifi source code References: X-RR-Connecting-IP: 107.14.64.7:25 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 21:25:43 -0000 from Tecno Linux: > Hello, I have the source code of my wireless driver i extract it from the > linux kernel how can i compile that source code or i have another option my > wireless driver is a realtek rtl8723be wifi I have similar question, but the source code is from NetBSD and the wireless chip is Atheros AR9271. I also have similar question regarding Ethernet Realtek 8111E re driver, works in NetBSD but not FreeBSD (11.1-STABLE and HEAD) on computer in question. Is there online handbook/documentation on writing device drivers or porting from Linux or NetBSD? Tom