From owner-freebsd-current Thu Nov 25 16:59:58 1999 Delivered-To: freebsd-current@freebsd.org Received: from foo.sics.se (foo.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9814C8F for ; Thu, 25 Nov 1999 16:59:55 -0800 (PST) (envelope-from assar@foo.sics.se) Received: (from assar@localhost) by foo.sics.se (8.9.3/8.9.3) id CAA11293; Fri, 26 Nov 1999 02:00:03 +0100 (CET) (envelope-from assar) To: Poul-Henning Kamp Cc: freebsd-current@FreeBSD.ORG Subject: Re: 3c509b getting `eeprom failed to come ready' in current References: <1678.943577366@critter.freebsd.dk> From: Assar Westerlund Date: 26 Nov 1999 02:00:00 +0100 In-Reply-To: Poul-Henning Kamp's message of "Fri, 26 Nov 1999 01:49:26 +0100" Message-ID: <5ld7syhxtb.fsf@foo.sics.se> Lines: 27 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp writes: > no. Try to disable ep1 (if you can). Not hardwiring ep0 in the configuration file made it work. Thanks again. Here's an trivial patch to GENERIC to add comments about these characteristics about ep0. /assar Index: GENERIC =================================================================== RCS file: /afs/stacken.kth.se/ftp/pub/FreeBSD/development/FreeBSD-CVS/src/sys/i386/conf/GENERIC,v retrieving revision 1.199 diff -u -w -r1.199 GENERIC --- GENERIC 1999/11/01 04:02:56 1.199 +++ GENERIC 1999/11/26 00:59:19 @@ -183,6 +183,8 @@ device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex0 at isa? port? irq? device ep0 +# don't try to hardware ep0 - it will not work +# ep0 is not compatible with ex0 and ie0 # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 irq ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message