From owner-freebsd-current Sat Jan 25 21:52:10 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6350A37B401 for ; Sat, 25 Jan 2003 21:52:07 -0800 (PST) Received: from mail.whi.m-net.ne.jp (mail.whi.m-net.ne.jp [61.203.254.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E2943ED8 for ; Sat, 25 Jan 2003 21:52:05 -0800 (PST) (envelope-from toshiomi@whi.m-net.ne.jp) Received: from rulue.puyo.org (059.061203235.m-net.ne.jp [61.203.235.59]) by mail.whi.m-net.ne.jp (8.11.6/3.7Wpl203012422) with ESMTP id h0Q5ptq27828; Sun, 26 Jan 2003 14:51:55 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by rulue.puyo.org (8.12.6/8.12.2) with ESMTP id h0Q5pvEN000699; Sun, 26 Jan 2003 14:51:57 +0900 (JST) (envelope-from toshiomi@whi.m-net.ne.jp) Date: Sun, 26 Jan 2003 14:31:28 +0900 (JST) Message-Id: <20030126.143128.74754819.t-moriki@asahi-net.or.jp> To: current@FreeBSD.ORG Cc: shizukakudo_99@yahoo.com Subject: Re: if_sis.c failed to attach my SiS630 ethernet controller with the latest commit From: Toshiomi Moriki X-Mailer: Mew version 1.95b43 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found the same problem in my FreeBSD box. Isn't anyone have further informations about this problem? *** my environment is following: **** - FIC PA-2013 motherboard (VIA MVP3 chipsets) - SiS900 NIC *** dmesg says: *** Jan 11 23:15:32 rulue kernel: sis0: port 0xe800-0xe8ff mem 0xea008000-0xea008fff irq 10 at device 9.0 on pci0 Jan 11 23:15:32 rulue kernel: sis0: Ethernet address: 00:40:26:ef:b0:c8 Jan 11 23:15:32 rulue kernel: sis0: MII without any PHY! Jan 11 23:15:32 rulue kernel: device_probe_and_attach: sis0 attach returned 6 *** "pciconf -vl" says: *** agp0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x05971106 rev=0x04 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82C597/597AT/598MVP Apollo VP3/MVP3 System Controller' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000000 chip=0x85981106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'VT82C598MVP/694x Apollo MVP3/Pro133x PCI to AGP Bridge' class = bridge subclass = PCI-PCI isab0@pci0:7:0: class=0x060100 card=0x00000000 chip=0x05861106 rev=0x47 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82C586/A/B PCI to ISA Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:7:1: class=0x01018a card=0x00000000 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA uhci0@pci0:7:2: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x02 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB pcib2@pci0:7:3: class=0x060400 card=0x00000000 chip=0x30401106 rev=0x10 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'VT83C572, VT86C586/A/B Power Management Controller' class = bridge subclass = PCI-PCI sis0@pci0:9:0: class=0x020000 card=0x030e1154 chip=0x09001039 rev=0x02 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS900 Fast Ethernet/Home Networking Ctrlr' class = network subclass = ethernet pcm0@pci0:11:0: class=0x040100 card=0x00041073 chip=0x00041073 rev=0x05 hdr=0x00 vendor = 'Yamaha Corporation' device = 'YMF724 PCI Audio Controller' class = multimedia subclass = audio none0@pci1:0:0: class=0x030000 card=0xff03102b chip=0x0521102b rev=0x01 hdr=0x00 vendor = 'Matrox Graphics Inc' device = 'MGA-G200B Chipset (AGP)' class = display subclass = VGA -- Toshiomi Moriki From: Shizuka Kudo Subject: if_sis.c failed to attach my SiS630 ethernet controller with the latest commit > Dear all, > > I have tracked down the change on sys/pci/if_sis.c ver. 1.61 failed to attach my SiS ethernet > interface. I have an ASUS TUSI-M, a SiS630 motherboard and running the latest -current. After > backed out if_sis.c to ver. 1.60, the ethernet works fine. > > Here's the dmesg extract related to the ethernet interface. I has turned on verbose boot, but it > doesn't give me further information. > > sis0: port 0xd400-0xd4ff mem 0xe7800000-0xe7800fff irq 14 at device 1.1 on > pci0 > sis0: Ethernet address: 00:e0:18:00:00:03 > sis0: MII without any PHY! > device_probe_and_attach: sis0 attach returned 6 > > Regards, > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message