Poul-Henning Kamp <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to