From owner-freebsd-current Sun Sep 28 02:57:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA23367 for current-outgoing; Sun, 28 Sep 1997 02:57:54 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA23362 for ; Sun, 28 Sep 1997 02:57:51 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id CAA19719; Sun, 28 Sep 1997 02:59:11 -0700 (PDT) Message-Id: <199709280959.CAA19719@implode.root.com> To: John Hay cc: freebsd-current@FreeBSD.ORG (FreeBSD-current) Subject: Re: ed0 not found on reboots In-reply-to: Your message of "Sat, 28 Sep 1997 08:32:08 +0200." <199709280632.IAA21096@zibbi.mikom.csir.co.za> From: David Greenman Reply-To: dg@root.com Date: Sun, 28 Sep 1997 02:59:11 -0700 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I have updated my -current box for the first time in about 6 weeks and >found that with the latest kernel my ed0 device is only found atfter >a power up or physical reset. After reboot or shutdown -r now it isn't >found. Has anyone seen something like this? > >My machine is a 90MHz Pentium and the ed0 device (when found) probes >like this: >===== >ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa >ed0: address 00:00:c0:70:bf:94, type SMC8216/SMC8216C (16 bit) >===== I had a report of an NE2000 clone not passing the station address checksum after a warmboot, but this is the first problem I've heard with the SMC Ultra. The only significant change that's been made is the 0WS flag is turned on, but this should only affect accesses to the shared memory. You might want to add some printf's to the probe code to find out which test is failing. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project