From owner-freebsd-questions Wed Feb 19 09:27:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05079 for questions-outgoing; Wed, 19 Feb 1997 09:27:53 -0800 (PST) Received: from po6.andrew.cmu.edu (PO6.ANDREW.CMU.EDU [128.2.10.106]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA05071 for ; Wed, 19 Feb 1997 09:27:44 -0800 (PST) Received: (from postman@localhost) by po6.andrew.cmu.edu (8.8.2/8.8.2) id MAA04177; Wed, 19 Feb 1997 12:27:32 -0500 Received: via switchmail; Wed, 19 Feb 1997 12:27:31 -0500 (EST) Received: from apriori.cc.cmu.edu via qmail ID ; Wed, 19 Feb 1997 12:25:34 -0500 (EST) Received: from apriori.cc.cmu.edu via qmail ID ; Wed, 19 Feb 1997 12:25:33 -0500 (EST) Received: from mms.4.60.Jun.27.1996.03.05.56.sun4.41.EzMail.2.0.CUILIB.3.45.SNAP.NOT.LINKED.apriori.cc.cmu.edu.sun4m.412 via MS.5.6.apriori.cc.cmu.edu.sun4_41; Wed, 19 Feb 1997 12:25:31 -0500 (EST) Message-ID: Date: Wed, 19 Feb 1997 12:25:31 -0500 (EST) From: Robert N Watson To: freebsd-questions@freefall.FreeBSD.org, Gregory James Hormann Subject: Re: NIC Memory Corrupt Cc: freebsd-questions@freebsd.org In-Reply-To: References: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Excerpts from internet.computing.freebsd-questions: 17-Feb-97 Re: NIC Memory Corrupt by Gregory J. Hormann@india >> I have a SMC 8416T ethernet card. When FreeBSD boots I get the >> following message: >> >> Starting Routing Daemon: Route ED0: NIC Memory Corrupt >> ED0: NIC Memory Corrupt - Invalid Packet Length 4864 > >I have the same stupid card. I would get those messages sent to syslogd >every 10-30 minutes, but the card still seemed to function correctly. I >finally changed isa/if_ed.c to prevent the loggings... I have the EtherEZ, which identifies itself as that chipset: ed0: address 00:00:c0:77:bb:a8, type SMC8416T (16 bit) However, I found I got that error when I had the iomemory range set to small in the cards configuration. In the end, I had to turn of PnP on the card, and configure it to these settings: ed0 at 0x220-0x23f irq 3 maddr 0xd0000 msize 8192 on isa Part of the problem was the memory window was the wrong size, I seem to remember. I had a big problem when PnP was turned on because things would jump around like crazy whenever I changed a legacy card -- it would happily move the ethernet card somewhere else without warning, and since I don't have the PnP code running on this machine.. :) Robert