Date: Tue, 15 May 2001 19:11:09 +0200 From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: Jonathan Lemon <jlemon@flugsvamp.com> Cc: stable@FreeBSD.ORG, Andre.Albsmeier@mchp.siemens.de Subject: Re: HEADS UP - fxp now requires miibus Message-ID: <20010515191109.A4853@curry.mchp.siemens.de> In-Reply-To: <20010512192841.I617@prism.flugsvamp.com>; from jlemon@flugsvamp.com on Sat, May 12, 2001 at 07:28:41PM -0500 References: <20010512192841.I617@prism.flugsvamp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12-May-2001 at 19:28:41 -0500, Jonathan Lemon wrote: > I've just merged the -current version of fxp into -stable; > this driver has some additional PHY support. However, you > will have to add "device miibus" to your kernel configuration, > as this is required by the driver. > > I don't anticipate any problems, the driver has been tested > in -current and -stable for a while. Hmm, I have problems with a mchine that contains both: a 100MBit and a 10 Mbit card. The 100MBit card works but the 10MBit doesn't. Here is the dmesg with the new driver: fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0x6100-0x613f mem 0xe0100000-0xe011ffff,0xe0121000-0xe0 121fff irq 11 at device 14.0 on pci0 fxp0: using memory space register mapping fxp0: Ethernet address 00:02:b3:1f:25:dc fxp0: PCI IDs: 8086 1229 8086 0040 fxp0: Chip Type: 0 inphy0: <i82555 10/100 media interface> on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bpf: fxp0 attached fxp1: <Intel Pro 10/100B/100+ Ethernet> port 0x6200-0x621f mem 0xe0000000-0xe00fffff,0xe0120000-0xe0 120fff irq 10 at device 15.0 on pci0 fxp1: using memory space register mapping fxp1: Ethernet address 00:a0:c9:a9:1d:06 fxp1: PCI IDs: 8086 1229 8086 0003 fxp1: Chip Type: 1 fxp1: MII without any PHY! After activating the old driver in sys/conf/files I got it working again: fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0x6100-0x613f mem 0xe0100000-0xe011ffff,0xe0121000-0xe0121fff irq 11 at device 14.0 on pci0 fxp0: Ethernet address 00:02:b3:1f:25:dc bpf: fxp0 attached fxp1: <Intel Pro 10/100B/100+ Ethernet> port 0x6200-0x621f mem 0xe0000000-0xe00fffff,0xe0120000-0xe0120fff irq 10 at device 15.0 on pci0 fxp1: Ethernet address 00:a0:c9:a9:1d:06, 10Mbps bpf: fxp1 attached root@gate:~>ifconfig fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.128.1 netmask 0xffffff00 broadcast 192.168.128.255 ether 00:02:b3:1f:25:dc media: 100baseTX status: active supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP fxp1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 146.254.1.172 netmask 0xffffff00 broadcast 146.254.1.255 ether 00:a0:c9:a9:1d:06 media: manual supported media: manual Any hints? Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010515191109.A4853>