From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 26 09:18:50 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7ABF37B401; Sat, 26 Apr 2003 09:18:50 -0700 (PDT) Received: from pokey.jsisignsystems.com (ga-canton-u1-c3b-236.atlaga.adelphia.net [24.53.100.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEB643FB1; Sat, 26 Apr 2003 09:18:50 -0700 (PDT) (envelope-from sidlambert@adelphia.net) Received: by pokey.jsisignsystems.com (Postfix, from userid 1004) id CE41193E; Sat, 26 Apr 2003 12:08:21 -0400 (EDT) Received: from sid (sid.jsisignsystems.com [192.168.0.100]) by pokey.jsisignsystems.com (Postfix) with SMTP id D724CE5; Sat, 26 Apr 2003 12:08:04 -0400 (EDT) Message-ID: <001601c30c0e$fc0a6140$6400a8c0@sid> From: "Sid Lambert" To: "Marc Fonvieille" References: <00c401c30b23$9c62fe00$6400a8c0@sid> <20030426083413.GA540@nosferatu.blackend.org> Date: Sat, 26 Apr 2003 12:14:59 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-0.4 required=20.0 tests=OUTLOOK_FW_MSG,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,USER_AGENT_OE version=2.43 X-Spam-Level: X-Sanitizer: Advosys mail filter MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit cc: freebsd-hardware@freebsd.org Subject: Re: Fw: Asus P4PE X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 16:18:51 -0000 That is what I thought also after reading if_bge.c, but the device is not detected. Here is some information I gathered. dmesg | grep "irq 10" pci2: (vendor=0x14e4, dev=0x4401) at 5.0 irq 10 pciconf -l | grep none none0@pci2:5:0: class=0x020000 card=0x80a81043 chip=0x440114e4 rev=0x01 hdr=0x00 I get the same from GENERIC 4.8 as well as custom 4.8 kernels. Any other suggestions? Sid ----- Original Message ----- From: "Marc Fonvieille" To: "Sid Lambert" Cc: Sent: Saturday, April 26, 2003 4:34 AM Subject: Re: Fw: Asus P4PE > On Fri, Apr 25, 2003 at 08:10:07AM -0400, Sid Lambert wrote: > > Is the Promise ATA RAID onboard PDC20376 chipset supported in 4.x? And > > what > > about the Broadcom BCM5702 onboard NIC? I glanced around the source and > > website but do not see the appropriate driver for either device. > > > > Hi Sid, > > For the BCM5702 you should look at bge(4) manual page. > > Marc >