Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Oct 2001 10:02:21 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        huang wen hui <huanghwh@yahoo.com>
Cc:        freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: My Xircom driver not work on 4.4 
Message-ID:  <200110081602.f98G2L759656@harmony.village.org>
In-Reply-To: Your message of "Mon, 08 Oct 2001 04:12:31 PDT." <20011008111231.47914.qmail@web20403.mail.yahoo.com> 
References:  <20011008111231.47914.qmail@web20403.mail.yahoo.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
Try adding #define XE_DEBUG 2 at the start of if_xe.c, rebuilding and
letting me know.

Also, chances are good that this may be due to a problem with memory
allocation in -stable.

orm0: <Option ROM> at iomem 0xc0000-0xc9fff on isa0

This is an indication of the problem.  0xca000 isn't a good place to
start, and it is likely what is being used.  Try setting
	sysctl -w machdep.pccard.mem_start:0xd0000
and trying again.

Warner

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




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