From owner-freebsd-drivers@FreeBSD.ORG Mon Nov 5 18:50:06 2012 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA28DF98 for ; Mon, 5 Nov 2012 18:50:06 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 86DFF8FC08 for ; Mon, 5 Nov 2012 18:50:06 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so4349285pbb.13 for ; Mon, 05 Nov 2012 10:50:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=D4SODSIdBdS0MhyIMphupdzSTGgR2VNAJe8oB9aLS6c=; b=tgyLEXtWKKf5H1foocQ3GuYoFCkV3ETy738jPuWvl7BY1V72zpvbNARNPGe6DBpe6y yp9VyygoLU6Mw+KdrTNHdCRf2uKhDReNpmXcZA98CWI17DvcnPzeQ8DLOHc9DZPmzb6n zdlJGtC23kEiRf3HjmjvEdOcG8lz9dT3I5nvZy4Z4gt71pkTJ+rcHDwOxAPVq6v9SJW3 6ePUxof2aFfG/EpfbufsXaVoYuzci5Pl6OkYylRLog5OHS/PBujAioBTxEzZ9sEMHohG hCG3I45toIYsKelGfH7yLvsPLdpKXKypj2ysptdQZ7MhnVJc4LoiaWZF3YAu7MNE7fKK vwwA== Received: by 10.68.137.234 with SMTP id ql10mr32591465pbb.158.1352141405901; Mon, 05 Nov 2012 10:50:05 -0800 (PST) Received: from [10.192.166.0] (stargate.chelsio.com. [67.207.112.58]) by mx.google.com with ESMTPS id ty4sm10937635pbc.57.2012.11.05.10.50.03 (version=SSLv3 cipher=OTHER); Mon, 05 Nov 2012 10:50:04 -0800 (PST) Sender: Navdeep Parhar Message-ID: <50980A5A.1050202@FreeBSD.org> Date: Mon, 05 Nov 2012 10:50:02 -0800 From: Navdeep Parhar User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121101 Thunderbird/16.0.2 MIME-Version: 1.0 To: Christoph Egger Subject: Re: cxgbe firmware and WITHOUT_SOURCELESS References: <87wqy3q0ff.fsf@mitoraj.siccegge.de> In-Reply-To: <87wqy3q0ff.fsf@mitoraj.siccegge.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-drivers@freebsd.org X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 18:50:06 -0000 On 11/02/12 12:17, Christoph Egger wrote: > Hi folks! > > Running a WITHOUT_SOURCELESS build on 10-CURRENT source includes the > cxbge firmware part which -- as far as I can tell -- is totally > sourceless. You might want to use the patch below (or direct me to a > better place to submit this patch to). Hello Christoph, The patch isn't quite correct -- you must have the firmware configuration files (the t4fw_cfg*.txt files in firmware/ ) in order for the driver to attach successfully to the card. The correct thing to do for WITHOUT_SOURCELESS would be to still build the t4fw_cfg KLD but leave the firmware binary out of it. Regards, Navdeep > > Regards > > Christoph > > Index: modules/cxgbe/Makefile > =================================================================== > --- modules/cxgbe/Makefile (revision 242489) > +++ modules/cxgbe/Makefile (working copy) > @@ -2,8 +2,14 @@ > # $FreeBSD$ > # > > +.include > + > SUBDIR = if_cxgbe > + > +.if ${MK_SOURCELESS_UCODE} != "no" > SUBDIR+= firmware > +.endif > + > SUBDIR+= ${_tom} > > .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" > From owner-freebsd-drivers@FreeBSD.ORG Tue Nov 6 17:56:52 2012 Return-Path: Delivered-To: drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DD605DD for ; Tue, 6 Nov 2012 17:56:52 +0000 (UTC) (envelope-from dougmsmith2@cogeco.ca) Received: from bx142.blacksun.ca (bx142.blacksun.ca [69.27.114.3]) by mx1.freebsd.org (Postfix) with ESMTP id C16668FC08 for ; Tue, 6 Nov 2012 17:56:51 +0000 (UTC) Received: from bx142.blacksun.ca (localhost [127.0.0.1]) by bx142.blacksun.ca (8.13.1/8.13.1) with ESMTP id qA6Hgnvh024784 for ; Tue, 6 Nov 2012 11:42:49 -0600 Received: (from apache@localhost) by bx142.blacksun.ca (8.13.1/8.13.1/Submit) id qA6HgmEw024780; Tue, 6 Nov 2012 11:42:48 -0600 Date: Tue, 6 Nov 2012 11:42:48 -0600 Message-Id: <201211061742.qA6HgmEw024780@bx142.blacksun.ca> X-Authentication-Warning: bx142.blacksun.ca: apache set sender to dougmsmith2@cogeco.ca using -f To: drivers@freebsd.org Subject: A Message From Depth Magazine MIME-Version: 1.0 From: Depth Magazine X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: dougmsmith2@cogeco.ca Content-Type: text/plain;charset=utf-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 17:56:52 -0000 A Message From Depth Magazine\r\n

 HELP US GROW. Register for your FREE SUBSCRIPTION to Depth Magazine, coming December 15th, 2012

 
Also, looking for articles, from Bonaire, Fiji, Virgin Islands, Roatan, British Columbia, Turks & Caicos, send us in your Liveaboard experience, Belize, if you have an idea, and you think my readers would enjoy it, let me know
 
SHOULD YOU WISH TO BE REMOVED from our mailing list please click below.
 
Yours truly
 
Douglas Smith
President
High Velocity Media
dougsmith2@cogeco.ca
 
 
 
 

 

\r\nPlease visit our site at http://www.canadianoutdoorsman.net\r\nIf you have any questions please contact dougsmith2@cogeco.ca\r\nIf you wish to be removed from this list please go to http://www.high-velocity-media.com/admin/depth/unsubscribe.php From owner-freebsd-drivers@FreeBSD.ORG Wed Nov 7 09:04:10 2012 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7F71C5A for ; Wed, 7 Nov 2012 09:04:10 +0000 (UTC) (envelope-from linuxfreaker@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8EF088FC17 for ; Wed, 7 Nov 2012 09:04:10 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so2619243iea.13 for ; Wed, 07 Nov 2012 01:04:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=M/4GXV5MebiBrUMhyoCN87R1/OPcMmHWqCYTMqjSt5k=; b=njSjCxxmtYl13PdaYKPVKT2F5b6hZQR5EGbj1YtU8xXcbGmkgsNOuelFjiaSY1CUOd UdlhMYp8P8id7+4HdbQ2ecTkntcn0a3nMiMauoAqtQYMa6mWoiqxxHh2A/Bg8nC30Fh2 gOikMRl/OUMIM1sgH7G9sFAGoOKQ6jqxtd4dtNxQeM32iB5TNV5K8Ar2p4nx3o9pzaXn FjXoknhjo4jXBUOPW9yyQ8x7WcoArFCRBn1KlCbMkOJor/R4xgTQxW4Ole7nc2cmSIrn W110HPQ578N7IvZ1j07BU0lFINTXCcJs3UYYCNEGVABsptNICvV5RqFfwVnwix+/SbkU lVnQ== MIME-Version: 1.0 Received: by 10.50.183.202 with SMTP id eo10mr3942897igc.38.1352279050015; Wed, 07 Nov 2012 01:04:10 -0800 (PST) Received: by 10.64.106.39 with HTTP; Wed, 7 Nov 2012 01:04:10 -0800 (PST) Date: Wed, 7 Nov 2012 01:04:10 -0800 Message-ID: Subject: From: linux freaker To: E33944849-WR@workroom.elance.com, sudhi.009@gmail.com, stephane.lapie@darkbsd.org, ajeet.singh.raina@logica.com, freebsd-drivers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 09:04:10 -0000 http://hittabraaktier.se/cp/ugoogle.html From owner-freebsd-drivers@FreeBSD.ORG Thu Nov 8 05:06:12 2012 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6CEDFE5 for ; Thu, 8 Nov 2012 05:06:12 +0000 (UTC) (envelope-from cpatrick08@rocketmail.com) Received: from nm13-vm3.bullet.mail.ne1.yahoo.com (nm13-vm3.bullet.mail.ne1.yahoo.com [98.138.91.143]) by mx1.freebsd.org (Postfix) with ESMTP id 9D5E08FC08 for ; Thu, 8 Nov 2012 05:06:12 +0000 (UTC) Received: from [98.138.226.176] by nm13.bullet.mail.ne1.yahoo.com with NNFMP; 08 Nov 2012 05:03:01 -0000 Received: from [98.138.89.172] by tm11.bullet.mail.ne1.yahoo.com with NNFMP; 08 Nov 2012 05:03:01 -0000 Received: from [127.0.0.1] by omp1028.mail.ne1.yahoo.com with NNFMP; 08 Nov 2012 05:03:01 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 138644.56569.bm@omp1028.mail.ne1.yahoo.com Received: (qmail 94196 invoked by uid 60001); 8 Nov 2012 05:03:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1352350980; bh=plrEnwMhn79p3T6GsgtJ+EEKQi3E5PsfNDFaeNm7F9E=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=eCYwVajm0IAyaWRr5bK+90F01On8BT8jLhuoWIRV9ABstl4MYRbPYNA8CkHO3c+E5qRPT2J/iLJ12jCmxIVyPeTODaAPLvDdGRuO+reeP9byr8fhXGnZW2tf00KD0TSouW4iiw2JVcgC/GF3oATsvSIAefpVl230CXR5/pfhq9Y= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rocketmail.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=pjiold28R6+Apy2YTHyiAPjpM18ZXrBHem7yGZUiXyqtqfEbe6fIrLRiay5Fs4q+ZK62k4AqHk6pUDtPbDmDAgqjyAmkTOpzcA/7EKJHQowo62pimDPgFCqlaOe1vdZ29KBXO4Rv+BGQl/iwanFIX8cXmPIHzKw0CoQJIMMc4Do=; X-YMail-OSG: 2ykIQAYVM1nyLlwxhZlF3jAGzP1As4R8_.Fs3zJqdL00je6 q11gdYtsp Received: from [98.67.168.8] by web122401.mail.ne1.yahoo.com via HTTP; Wed, 07 Nov 2012 21:03:00 PST X-Rocket-MIMEInfo: 001.001, SSB3YXMgd29uZGVyaW5nIElmIHlvdSB3b3VsZCBiZSBraW5kIGVub3VnaCB0byBwb3J0IHVydHduIGZyb20gT3BlbmJzZC4gSSB3b3VsZCBiZSB3aWxsaW5nIHRvIHRlc3QgaXQgaWYgeW91IHdvdWxkIHBsZWFzZSBwb3J0IGl0LgoBMAEBAQE- X-Mailer: YahooMailWebService/0.8.123.460 Message-ID: <1352350980.91751.YahooMailNeo@web122401.mail.ne1.yahoo.com> Date: Wed, 7 Nov 2012 21:03:00 -0800 (PST) From: Christopher Patrick Subject: porting urtwn from openbsd to freebsd for RTL8188CE Driver Support To: "freebsd-drivers@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christopher Patrick List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 05:06:13 -0000 I was wondering If you would be kind enough to port urtwn from Openbsd. I would be willing to test it if you would please port it.