From owner-freebsd-questions Thu Feb 23 19:34:15 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id TAA23763 for questions-outgoing; Thu, 23 Feb 1995 19:34:15 -0800 Received: from vespucci.iquest.com (vespucci.iquest.com [199.170.120.42]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id TAA23753 for ; Thu, 23 Feb 1995 19:34:11 -0800 Received: (from dkelly@localhost) by vespucci.iquest.com (8.6.9/8.6.9) id VAA26748; Thu, 23 Feb 1995 21:34:05 -0600 Date: Thu, 23 Feb 1995 21:34:05 -0600 From: David Kelly Message-Id: <199502240334.VAA26748@vespucci.iquest.com> To: freebsd-questions@FreeBSD.org Subject: NE2100 and FreeBSD? Cc: dkelly@vespucci.iquest.com Sender: questions-owner@FreeBSD.org Precedence: bulk Playing with both the official January release of FreeBSD and the 21095 snap, I have failed to figure out how to compile in support for my NE2100 ethernet card. I made a copy of GENERIC named DMK, added: device lnc0 at isa? port 0x360 net irq 9 drq 3 vector isintr (which I believe to be correct and acceptable), yet the kernel crashes on "ifconfig lnc0 inet 44.100.48.19" and any other variations. At boot time, FreeBSD nicely says, "NE2100", so at least something I'm doing is right. FWIW, the host is a 486DX33 with Symphony chipset. 8M, MGA video. Thanks, David