From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 14:42:26 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F7926CB for ; Wed, 30 Jan 2013 14:42:26 +0000 (UTC) (envelope-from b.smeelen@ose.nl) Received: from mail.ose.nl (mail.ose.nl [212.178.134.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1F709E03 for ; Wed, 30 Jan 2013 14:42:25 +0000 (UTC) X-Footer: b3NlLm5s Received: from localhost ([127.0.0.1]) by mail.ose.nl (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for freebsd-questions@freebsd.org; Wed, 30 Jan 2013 15:42:23 +0100 Message-ID: <51093140.9090806@ose.nl> Date: Wed, 30 Jan 2013 15:42:08 +0100 From: Bas Smeelen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Network PHY driver source code References: <510919AD.2090203@ose.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 14:42:26 -0000 On 01/30/2013 02:43 PM, Hrisikesh sahu wrote: > Thanks a lot for quick reply. > There is no file within /usr/src folder. > > Could you please tell me how to get those source files for freebsd 9.1 > release? > You didn't install the sources when installing FreeBSD? For 9.1-RELEASE i386 you can get the sources from ftp://ftp.nl.freebsd.org/mirror/FreeBSD/releases/i386/9.1-RELEASE/src.txz for instance or the amd64 sources from ftp://ftp.nl.freebsd.org/mirror/FreeBSD/releases/amd64/9.1-RELEASE/src.txz Then unpack with tar xf src.txc The result is usr/src unpacked in your current directory, move src to /usr/src > > > > On Wed, Jan 30, 2013 at 6:31 PM, Bas Smeelen wrote: > >> On 01/30/2013 12:13 PM, Hrisikesh sahu wrote: >> >>> Hi all, >>> Could you guide me where I can find all the supported PHY driver source >>> code details ? >>> I want to know what are the PHY drivers supported within Freebsd 9.1 >>> Release. >>> >>> Please help me on this. >>> >>> Regards >>> Hrisikesh >>> >> Hi >> My guess: /usr/src/sys/dev/mii >>