Date: Mon, 5 May 1997 21:05:19 +0200 (MET DST) From: Alexander Fuchsstadt <afuchs@totum.plaut.de> To: Eivind Eklund <eivind@bitbox.follo.net> Cc: se@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Compaq Integrated Netflex Ethernet Card Message-ID: <Pine.BSF.3.95.970505205116.3720A-100000@totum.plaut.de> In-Reply-To: <199705051830.UAA21879@bitbox.follo.net>
index | next in thread | previous in thread | raw e-mail
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 <Compaq Netflex-3 Ethernet adapter> 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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970505205116.3720A-100000>
