From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 16:13:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BAFC37B401 for ; Mon, 31 Mar 2003 16:13:28 -0800 (PST) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E0443F3F for ; Mon, 31 Mar 2003 16:13:27 -0800 (PST) (envelope-from list@museum.rain.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.8/8.12.8) with ESMTP id h310DPgT008528; Mon, 31 Mar 2003 16:13:26 -0800 (PST) (envelope-from list@ns.museum.rain.com) Received: (from list@localhost) by ns.museum.rain.com (8.12.8/8.12.8/Submit) id h310DOAW008527; Mon, 31 Mar 2003 16:13:24 -0800 (PST) (envelope-from list) Date: Mon, 31 Mar 2003 16:13:24 -0800 From: James Long To: "Patrick O'Reilly" Message-ID: <20030331161324.A8508@ns.museum.rain.com> References: <000a01c2f7c0$6a35fde0$0eddfea9@perimeter.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000a01c2f7c0$6a35fde0$0eddfea9@perimeter.co.za>; from bsd@perimeter.co.za on Mon, Mar 31, 2003 at 10:02:04PM +0200 X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 cc: freebsd-questions@freebsd.org Subject: Re: PHY drivers for Proliant ML370 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: james_mapson@museum.rain.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 00:13:28 -0000 On Mon, Mar 31, 2003 at 10:02:04PM +0200, Patrick O'Reilly wrote: > > The 4.6 CD installs OK, but it does not recognise the on-board PHYs.... Drop an Intel (fxp) NIC in there temporarily, install, cvsup sources, and update the OS to 4-STABLE. I bet then it'll recognize the Broadcom, you can change /etc/rc.conf to initialize bge0 or whatever instead of fxp0, and then remove your Intel NIC. I don't know what the other chip you found is.