From owner-freebsd-hackers Mon May 5 12:06:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA12594 for hackers-outgoing; Mon, 5 May 1997 12:06:10 -0700 (PDT) Received: from plaut.de (inet.plaut.de [194.39.177.166]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA12586; Mon, 5 May 1997 12:05:53 -0700 (PDT) Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by plaut.de (8.6.12/8.6.12) with ESMTP id VAA17024; Mon, 5 May 1997 21:05:18 +0200 Received: from localhost (afuchs@localhost) by totum.plaut.de (8.8.5/8.7.3) with SMTP id VAA03823; Mon, 5 May 1997 21:05:19 +0200 (MET DST) Date: Mon, 5 May 1997 21:05:19 +0200 (MET DST) From: Alexander Fuchsstadt To: Eivind Eklund cc: se@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Compaq Integrated Netflex Ethernet Card In-Reply-To: <199705051830.UAA21879@bitbox.follo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I already compiled a new kernel an discovered also that the netflex comes up as lnc1. I tried 0e11 as Compaq vendor identifier and ae35 as adapter identifier. In if_lnc_p.c I added the following lines: #define PCI_DEVICE_ID_COMPAQ_NETFLEX_PCI 0xae350e11 . . . case PCI_DEVICE_ID_COMPAQ_NETFLEX_PCI: return ("Compaq Netflex-3 Ethernet adapter"); break; After building a new kernel and rebooting in verbose mode i can get the following message: lnc1 rev 16 int a irq 9 on pci0:11:0 mapreg[10] type=1 addr=00001000 size=0010. mapreg[14] type=0 addr=40000000 size=0010. This seems like an success, but I can't make it work on the net. I disabled the ne2000 and tried to connect with lnc1 (configured correctly in /etc/rc.conf), but didn't work. Bye Alex