From owner-freebsd-questions@FreeBSD.ORG Thu Jan 31 15:43:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F330636 for ; Thu, 31 Jan 2013 15:43:00 +0000 (UTC) (envelope-from hrisikeshsahu@gmail.com) Received: from mail-ve0-f180.google.com (mail-ve0-f180.google.com [209.85.128.180]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF23ED3 for ; Thu, 31 Jan 2013 15:42:59 +0000 (UTC) Received: by mail-ve0-f180.google.com with SMTP id jx10so2105956veb.39 for ; Thu, 31 Jan 2013 07:42:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=2KtOhAyCgyfRmH+RQj4sXtStk+02yvw2AOht1Fr6MLo=; b=SZFxDJz37syqMzraM+nWJ+UmTn4XaM8lNrcpxU+1dMLEO3qMHlG8DBeiMbAEb01DJS LHqrj/fbXBjyuEgwIT5csXtfIjs81SFPMDButzt/u6lRuW/QSqmHruO4xbMhw/SXXRyt sazvWb0OjoNRYfwsbxKTdJ4yGY8FTuIW1DJMMp4EPM5zzpwpVtlJz1xQJdNx8nvHUyvY JWJzyxhmdD9+JFLpumB+Kq16x3OHsAJnwftHmPmvvzVwdof+cC010z8pVwS3MP+I5X0x D5DiZKUmCDSPUDcSILJeffsYNOVMmOUhLwwku0L+zqhWTkeznyPVJZCDy+UUafhN+bx1 U85w== MIME-Version: 1.0 X-Received: by 10.52.22.207 with SMTP id g15mr7314012vdf.61.1359646979550; Thu, 31 Jan 2013 07:42:59 -0800 (PST) Received: by 10.52.26.78 with HTTP; Thu, 31 Jan 2013 07:42:59 -0800 (PST) In-Reply-To: <51093140.9090806@ose.nl> References: <510919AD.2090203@ose.nl> <51093140.9090806@ose.nl> Date: Thu, 31 Jan 2013 21:12:59 +0530 Message-ID: Subject: Re: Network PHY driver source code From: Hrisikesh sahu To: Bas Smeelen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org 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: Thu, 31 Jan 2013 15:43:00 -0000 Hi Bas, Thanks a lot your help. Regards Hrisikesh On Wed, Jan 30, 2013 at 8:12 PM, Bas Smeelen wrote: > 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 >>> >>> > > ______________________________**_________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions > To unsubscribe, send any mail to "freebsd-questions-** > unsubscribe@freebsd.org " >