From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 08:10:54 2003 Return-Path: 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 B414537B401 for ; Wed, 2 Apr 2003 08:10:54 -0800 (PST) Received: from web13507.mail.yahoo.com (web13507.mail.yahoo.com [216.136.175.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 574BC43FB1 for ; Wed, 2 Apr 2003 08:10:54 -0800 (PST) (envelope-from will@willardjwilliams.com) Message-ID: <20030402161054.82825.qmail@web13507.mail.yahoo.com> Received: from [80.133.191.138] by web13507.mail.yahoo.com via HTTP; Wed, 02 Apr 2003 08:10:54 PST Date: Wed, 2 Apr 2003 08:10:54 -0800 (PST) From: "W. J. Williams" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Gigabit ethernet SMC Tigercard 1000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 16:10:55 -0000 Does anyone know how to configure this. I have installed the card and connected to my switch. have noticed I now have interfaces inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto not sure why listed twice...or if this even relates to the card seeing how it doesnt say 1000base-SX here is what the entire interface section looks like (from DMESG): fxp0: port 0x5400-0x543f mem 0xfb000000-0xfb0fffff,0xfb201000-0xfb201fff irq 10 at device 3.0 on pci0 fxp0: Ethernet address 00:d0:b7:b7:66:eb inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0x5440-0x547f mem 0xfb100000-0xfb1fffff,0xfb202000-0xfb202fff irq 5 at device 6.0 on pci0 fxp1: Ethernet address 00:02:b3:10:e4:13 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Here is the output of ifconfig: fxp0: flags=8843 mtu 1500 inet 192.168.0.2 netmask 0xfffff800 broadcast 192.168.7.255 inet6 fe80::2d0:b7ff:feb7:66eb%fxp0 prefixlen 64 scopeid 0x1 ether 00:d0:b7:b7:66:eb media: Ethernet autoselect (100baseTX ) status: active fxp1: flags=8843 mtu 1500 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::202:b3ff:fe10:e413%fxp1 prefixlen 64 scopeid 0x2 ether 00:02:b3:10:e4:13 media: Ethernet autoselect (100baseTX ) status: active ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet 127.0.0.1 netmask 0xff000000 I am running two 100baseT nics on this box... appreciate any help. Will ===== Will Williams