From owner-freebsd-hackers Fri Mar 8 15:24:03 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22209 for hackers-outgoing; Fri, 8 Mar 1996 15:24:03 -0800 (PST) Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21930 Fri, 8 Mar 1996 15:20:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21522 for questions-outgoing; Fri, 8 Mar 1996 15:18:22 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21469 for ; Fri, 8 Mar 1996 15:18:12 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id EAA24737 for ; Fri, 8 Mar 1996 04:45:55 -0800 Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id EAA00967; Fri, 8 Mar 1996 04:46:11 -0800 Message-Id: <199603081246.EAA00967@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Dan Baritchi cc: questions@FreeBSD.ORG Subject: Re: Intel EtherExpress PRO/100 support for FreeBSD 2.1 (fwd) In-reply-to: Your message of "Thu, 07 Mar 1996 14:13:34 CST." <199603072013.OAA12945@server.iadfw.net> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 08 Mar 1996 04:46:11 -0800 X-Loop: owner-questions@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: owner-hackers@FreeBSD.ORG Precedence: bulk >I have FreeBSD 2.1 installed and I just bought an Intel EtherExpress >PRO/100 LAN Adaper (PCI). Does anyone know if there is any way I could get >to this work with FreeBSD? It is detected at boot time, but then it tells me >there is no driver assigned. > >Here is what I have in my kernel config file: > >device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 >vector ixintr > >Here is what I see at boot time: > >pci0:19: Intle Corporation, device=0x1229, class=network (ethernet) >[no driver assigned] That's a Pro/100B card. It's not supported in 2.1R, but I wrote a driver recently that is available in "-stable" and in the "-current" source trees as the if_fxp driver. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project