Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 19:10:49 -0500
From:      Jake Burkholder <jake@locore.ca>
To:        Marian Dobre <mari@onix.ro>
Cc:        freebsd-sparc <freebsd-sparc@FreeBSD.ORG>
Subject:   Re: Sparc64 and standard PCI devices
Message-ID:  <20030313191049.J50948@locore.ca>
In-Reply-To: <3E70F465.7000204@onix.ro>; from mari@onix.ro on Thu, Mar 13, 2003 at 11:13:09PM %2B0200
References:  <3E6F9524.30801@onix.ro> <20030312155136.E50948@locore.ca> <3E702867.9090200@onix.ro> <20030313015122.F50948@locore.ca> <3E704319.7090105@onix.ro> <20030313145327.H50948@locore.ca> <3E70F465.7000204@onix.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Thu, Mar 13, 2003 at 11:13:09PM +0200,
	Marian Dobre said words to the effect of;

> Hey Jake,
> 
> Here's the dmesg output. Please let me know if there's more info you need.

Ok, it looks like there's a problem with the 3c905c and using io space
for register access.  Can you try this patch?  If you still get device
timeouts try removing the rl card.

Jake

Index: pci/if_xl.c
===================================================================
RCS file: /home/ncvs/src/sys/pci/if_xl.c,v
retrieving revision 1.131
diff -u -r1.131 if_xl.c
--- pci/if_xl.c	4 Mar 2003 20:19:26 -0000	1.131
+++ pci/if_xl.c	13 Mar 2003 23:57:36 -0000
@@ -147,7 +147,9 @@
  * driver will use memory mapped I/O, which may be faster but which
  * might not work on some devices.
  */
+#if 0
 #define XL_USEIOSPACE
+#endif
 
 #include <pci/if_xlreg.h>
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message




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