From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 09:30:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 34A7616A41C for ; Sun, 26 Jun 2005 09:30:21 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id D263643D1F for ; Sun, 26 Jun 2005 09:30:20 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j5Q9Uob47657; Sun, 26 Jun 2005 02:30:50 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Date: Sun, 26 Jun 2005 02:29:43 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 In-Reply-To: <3685.196.37.144.108.1119543027.squirrel@webmail.premsoft.co.za> Importance: Normal Cc: Subject: RE: Intel SE7320VP2 board + Marvell 88E8050 nic. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 09:30:21 -0000 The 88E8050 is a PCI Express nic, the Marvel chip that Dmitry listed the 88E8001, is a regular PCI chip. Here are the spec sheets on these: http://www.marvell.com/products/pcconn/yukon/88E8050-001.pdf http://www.marvell.com/products/pcconn/yukon/Yukon_88E8001_10_073103_fina l.pdf Other than that, they are both Marvel Yukon chips so it might be possible that they are the same chips, just different pci busses that they interface to. The SE7320VP2 motherboard uses the E7320 chipset (Lindenhurst) Support for the memory-mapped PCI Express configuration mechanism was added to FreeBSD 5 in December 2004 for only the Grantsdale and Lindenhurst chipsets. You can see the complete comment for this here: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_cfgreg.c This first showed up in the FreeBSD 5.4 release. The first problem is that the sk0 driver most likely does not have the pci chip ID in it for the onboard Marvel 88E8050. It might be possible to get this with pciconf and add it to the if_sk code in usr/src/sys/pci to get the driver to attach. If your really lucky then the sk driver will be able to set it up. If your not as lucky then the driver might need to use the configuration mechanism to setup the hardware, in which case you probably can e-mail Scott Long for some patches. If your really unlucky then the 2 chipsets are way too different and you would need to write in support to the sk device driver. Do you have 5.4 running on this motherboard at the current time? Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >jaco@coocoo.za.net >Sent: Thursday, June 23, 2005 9:10 AM >To: freebsd-questions@freebsd.org >Subject: Intel SE7320VP2 board + Marvell 88E8050 nic. > > >Hi all, > >I am not quite sure if this question belongs on freebsd-questions@ or >freebsd-current@ , but I will try here first. > >Does anyone know the status of the support for Marvell gigabit nic's ? >Escpecially the ones that is shipped with the Intel SE7320VP2 >Server board >which is Marvell 88E8050. > >I read in the archives that somebody is busy working on it, but >I can not >seem to locate any more info on this. > >Basically I do not care if there is support for 1000Mbit, I just want to >use the card, even if it is in 100Mbit mode. :) > >I want to use this on 5.4-STABLE or maybe 6-CURRENT, seeing >that 6-CURRENT >is more or less stable (well, way more than 5-CURRENT was in the early >days anyway :P ). > >Does anyone perhaps know if this is possible? > >Thank you in advance. >--Jaco >_______________________________________________ >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" >