From owner-freebsd-hackers Tue Oct 1 0:10:19 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E762637B404 for ; Tue, 1 Oct 2002 00:10:16 -0700 (PDT) Received: from horkos.telenet-ops.be (horkos.telenet-ops.be [195.130.132.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE5343E6A for ; Tue, 1 Oct 2002 00:10:16 -0700 (PDT) (envelope-from Guido@VanHoecke.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by horkos.telenet-ops.be (Postfix) with SMTP id D0DFE843CA; Tue, 1 Oct 2002 09:10:15 +0200 (CEST) Received: from VanHoecke.org (D577124C.kabel.telenet.be [213.119.18.76]) by horkos.telenet-ops.be (Postfix) with ESMTP id F30B4846B2; Tue, 1 Oct 2002 09:10:09 +0200 (CEST) Message-ID: <3D994A51.7050504@VanHoecke.org> Date: Tue, 01 Oct 2002 09:10:09 +0200 From: Guido Van Hoecke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Emmerton Cc: freebsd-hackers Subject: Re: sis900 : sis0 attach returned 6 References: <3D9938E2.40306@VanHoecke.org> <004f01c26910$0b28c650$1200a8c0@gsicomp.on.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt > When you see the "boot:" prompt, hit and then type 'boot -v' and > watch your system boot. Then send the list the detailed information about > the sis0 driver (use the dmesg command once you've booted.) ... pci0: (vendor=0x1039, dev=0x7012) at 2.7 irq 10 sis0: port 0xd400-0xd4ff mem 0xdfffb000-0xdfffbfff irq 5 at device 3.0 on pci0 sis0: Ethernet address: (...mac address...) sis0: MII without any PHY! device_probe_and_attach: sis0 attach returned 6 pci0: (vendor=0x14f1, dev=0x2f00) at 5.0 irq 10 pci0: (vendor=0x1106, dev=0x3044) at 7.0 irq 11 ... pci0: (vendor=0x1039, dev=0x7012) at 2.7 irq 10 sis0: port 0xd400-0xd4ff mem 0xdfffb000-0xdfffbfff irq 5 at device 3.0 on pci0 sis0: Ethernet address: (...mac address...) sis0: MII without any PHY! device_probe_and_attach: sis0 attach returned 6 pci0: (vendor=0x14f1, dev=0x2f00) at 5.0 irq 10 pci0: (vendor=0x1106, dev=0x3044) at 7.0 irq 11 ... I do not know whether it is relevant to note that win2k uses 'interrupt request 11' rather than irq5 for the sis900. In fact it uses irq11 for all pci devices. The 3 unknown devices are: pci0 2.7 is a sis7012 audio driver pci0 5.0 is a conexant 56k modem pci0 7.0 ia a VIA OHCI Compliant IEEE1394 host controller > > What's probably happening is that we're not recognizing the PHY device that > the sis900 uses, or the card itself is doing something wierd. There is no other output about sis0. -- Guido Van Hoecke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message