From owner-freebsd-hardware Sat Apr 10 19:32:39 1999 Delivered-To: freebsd-hardware@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 2C9A614DF0; Sat, 10 Apr 1999 19:32:38 -0700 (PDT) Subject: Re: pn driver problem In-Reply-To: <01be7aa5$97c33da0$8632b3c2@demostenes.ncsa.es> from Jesus Rodriguez at "Mar 30, 1999 2: 5:24 pm" To: jesusr@ncsa.es Date: Sat, 10 Apr 1999 19:32:38 -0700 (PDT) Cc: freebsd-hardware@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1008 Message-Id: <19990411023238.2C9A614DF0@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello... > > I have some Pnic ethernet cards (Matrox NIC-100/1), some with "Pnic > LC82C169" chip and others with "Pnic LC82C168" chip. Both are reconigzed > by pn driver but dmesg says: > > Card with LC82C169 it's ok: > > pn1: <82c168/82c169 PNIC 10/100BaseTX> rev 0x20 int a irq 5 on pci0.10.0 > pn1: Ethernet address: 00:a0:cc:21:40:2f > pn1: autoneg complete, link status good (half-duplex, 10Mbps) > > Card with LC82C168 doesn't work ok: > > pn0: <82c168/82c169 PNIC 10/100BaseTX> rev 0x11 int a irq 10 on pci0.9.0 > pn0: Ethernet address: 00:a0:cc:5c:39:45 > pn0: MII without any phy! FYI: thanks to Brian Walenz, I finally got my hands on an 82c168 NIC and was able to make the necessary changes to the PNIC driver to support the non-MII boards. The changes have been committed to -current and -stable, and the driver at http://www.freebsd.org/~wpaul/PNIC has been updated as well. The driver now probes the 82c168 and 82c169 separately and handles both MII and built-in transceivers. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message