From owner-freebsd-questions@FreeBSD.ORG Wed Dec 14 23:27:11 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 CD3B816A41F for ; Wed, 14 Dec 2005 23:27:11 +0000 (GMT) (envelope-from vincent@i-the.nl) Received: from juno.adsl.utwente.nl (juno.adsl.utwente.nl [130.89.227.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB12143D46 for ; Wed, 14 Dec 2005 23:27:10 +0000 (GMT) (envelope-from vincent@i-the.nl) Received: from Apollo (vincent.adsl.utwente.nl [192.168.0.1]) by juno.adsl.utwente.nl (8.13.4/8.13.3) with ESMTP id jBENR0g3060031 for ; Thu, 15 Dec 2005 00:27:09 +0100 (CET) (envelope-from vincent@i-the.nl) From: "Vincent The" To: Date: Thu, 15 Dec 2005 00:26:55 +0100 Organization: I-The Message-ID: <000001c60105$e524db60$39e65982@Apollo> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: SIS 965L Network support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vincent@i-the.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 23:27:11 -0000 Hi, I have a Asus Pundit AE3 (Asus K8S-MV-P Motherboard) with an integrated LAN chip which should resemble the SiS 190/191 device. I'm a complete noob at driver issues on FreeBSD so my efforts to cheat the if_sis driver by adding the Device ID didn't result in a working device. It is detected now, which is an improvement, but there are some issues left which are beyond my capabilities of solving. Anyone who can give me a hand with this? I really need this stuff to work. The output from pciconf: none0@pci0:4:0: class=0x020000 card=0x81391043 chip=0x01901039 rev=0x00 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' class = network subclass = Ethernet Dmesg output (after editing if_sis.c to incorporate the device ID) sis0: port 0xb800-0xb87f mem 0xfbeffc00-0xfbeffc7f irq 19 at device 4.0 on pci0 sis0: couldn't map ports/memory device_attach: sis0 attach returned 6 I'm running FreeBSD 6.0 AMD64 Release Thanks in advance, Vincent The