Skip site navigation (1)Skip section navigation (2)
Date:      26 Nov 1999 02:00:00 +0100
From:      Assar Westerlund <assar@sics.se>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: 3c509b getting `eeprom failed to come ready' in current
Message-ID:  <5ld7syhxtb.fsf@foo.sics.se>
In-Reply-To: Poul-Henning Kamp's message of "Fri, 26 Nov 1999 01:49:26 %2B0100"
References:  <1678.943577366@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Poul-Henning Kamp <phk@critter.freebsd.dk> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5ld7syhxtb.fsf>