From owner-freebsd-questions Fri Feb 27 20:41:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19184 for freebsd-questions-outgoing; Fri, 27 Feb 1998 20:41:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19160 for ; Fri, 27 Feb 1998 20:41:38 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id UAA02966; Fri, 27 Feb 1998 20:41:26 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Fri, 27 Feb 1998 20:41:26 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: David Greenman cc: FreeBSD Questions Subject: Re: "Best" Fast Ethernet Card In-Reply-To: <199802252256.OAA14216@implode.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am moving this question to -questions just because it really has nothing to do with hackers. :) % dmesg | grep fxp fxp0 rev 1 int a irq 11 on pci0:11 fxp0: Ethernet address 00:a0:c9:25:08:04 % ifconfig -a fxp0: flags=8843 mtu 1500 inet 209.24.x.x netmask 0xffffff00 broadcast 209.24.x.255 ether 00:a0:c9:25:08:04 media: autoselect The question I have is: in the ethernet card bios the card is set to 10BaseT and half-duplex. But if I do: # ifconfig fxp0 media 10BaseT/UTP up # ifconfig -a fxp0: flags=8843 mtu 1500 inet 209.24.x.x netmask 0xffffff00 broadcast 209.24.x.255 ether 00:a0:c9:25:08:04 media: 10baseT/UTP So, should I worry much about it? Should I add the "ifconfig fxp0 media" command to /etc/rc.local or should I just leave it alone with "media: autoselect"? -- Yan On Wed, 25 Feb 1998, David Greenman wrote: >>What's the difference between the REV A and REV B boards? > > The A boards use a different NIC and are not supported. > >>> The recently released 3com Fast Etherink XL (rev B) 3C905B NIC is the best money >>> can buy (apart from server cards costing upwards of 250UKP). >>> It has lower CPU usage than any other card, helping it to give the fastest >>> performance. > > The 3Com 3c905 driver in FreeBSD uses the card in compatibility mode (non- >DMA programmed I/O) and is thus the slowest/highest overhead board that we >support. The Intel PCI Pro/100B and Pro/100+ are the fastest/lowest overhead >boards that we support, followed by the DEC boards. I haven't measured the >performance of the new SMC cards, but I doubt that it is any lower overhead >than the Intel cards. > >-DG > >David Greenman >Core-team/Principal Architect, The FreeBSD Project > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message