On Thu, Jul 01, 2004 at 10:48:29PM -0400, Jonathan Chen wrote:
> Hi all,
> 
> I've been experiencing a problem with using bge on 64-bit pci slots.  After 
> looking at this for the whole day, I still have no idea what the problem 
> is.  Perhaps one of you can help...

If you suspect it to be an alignment problem, it's easy to test.  Look for
the bus_dma_tag_create() calls -- all of them use PAGE_SIZE (4096+) or
ETHER_ALIGN (2).  Did you try changing the ETHER_ALIGNS to 8?

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> [EMAIL PROTECTED]                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to