Date: Sun, 26 Jan 2003 14:31:28 +0900 (JST) From: Toshiomi Moriki <toshiomi@whi.m-net.ne.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 Message-ID: <20030126.143128.74754819.t-moriki@asahi-net.or.jp>
next in thread | raw e-mail | index | archive | help
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: <SiS 900 10/100BaseTX> 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 <shizukakudo_99@yahoo.com> 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: <SiS 900 10/100BaseTX> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126.143128.74754819.t-moriki>