From owner-freebsd-current Thu Apr 17 04:47:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA27178 for current-outgoing; Thu, 17 Apr 1997 04:47:33 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27173 for ; Thu, 17 Apr 1997 04:47:29 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id VAA26663; Thu, 17 Apr 1997 21:28:07 +1000 Date: Thu, 17 Apr 1997 21:28:07 +1000 From: Bruce Evans Message-Id: <199704171128.VAA26663@godzilla.zeta.org.au> To: awhawks@perigee.net, current@freebsd.org Subject: Re: NE2000 clone problem Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >during the rc part of boot I get > >ed1: device timeout This usually means that the irq is misconfigured. > >I have the port address set to 0x300 and irq at 10 with mem at 0xd8000 The default irq for ed1 is 5. Bruce