From owner-freebsd-hackers Fri Oct 20 13:38:18 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18649 for hackers-outgoing; Fri, 20 Oct 1995 13:38:18 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA18631 ; Fri, 20 Oct 1995 13:38:06 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id NAA00872; Fri, 20 Oct 1995 13:37:54 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id NAA01153; Fri, 20 Oct 1995 13:35:45 -0700 Message-Id: <199510202035.NAA01153@corbin.Root.COM> To: Alan Judge cc: thomas@lkg.dec.com, questions@freebsd.org, nops@maths.tcd.ie, hackers@freebsd.org Subject: Re: de0 support for SMC8432BT EtherPower PCI In-reply-to: Your message of "Fri, 20 Oct 95 18:10:39 BST." <9510201810.aa18911@salmon.maths.tcd.ie> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 20 Oct 1995 13:35:43 -0700 Sender: owner-hackers@freebsd.org Precedence: bulk >We've just got a new server with one of these cards installed. We >installed 2.1.0-951005-SNAP via ftp using the card and all worked >fine. > >However, when the new system rebooted, it said that the ethernet >address was unknown. Further probing and debugging reveals that the >card seems to contain a DC21041 chip rather than a 21040. The initial >unknown problem was due to yet another PROM layout (ether address at >offset 20, but only 32 bytes altogether). I fixed this and got a >little further but am now getting trap faults. > >Before going any further (and while I compile a debugging kernel), I >want to check if anyone else has one of these new SMC cards or has >solved the 21041 support issue. A hint as to why the boot floppy >works might help a lot. Hmmm...the driver in the 10-5 snapshot has Matt's fixes for the 21041...and since it works on the install floppy, this is really strange. What revision is the if_de.c file in your sources? Look for $Id: just after the copyright. -DG