From owner-freebsd-current@FreeBSD.ORG Tue Jul 11 05:30:00 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 94DB016A4E1; Tue, 11 Jul 2006 05:30:00 +0000 (UTC) In-Reply-To: <20060710.225942.74754050.goto@snowy.to> from Yoshikazu GOTO at "Jul 10, 2006 10:59:42 pm" To: goto@snowy.to (Yoshikazu GOTO) Date: Tue, 11 Jul 2006 05:30:00 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20060711053000.94DB016A4E1@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Cc: freebsd-current@freebsd.org Subject: Re: if_re does not work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 05:30:00 -0000 > Hi all, > > I have two CardBus card with RealTek 8169SB as follows: > > NETGEAR GA511 > Buffalo LPC-CB-CLGT > > But they act up from revision 1.68 of if_re.c. This has nothing to do with the re(4) driver. The problem is that the cardbus code is not allocating an interrupt resource for the device: > It is a log of NETGEAR GA511 inserting to ThinkPad X40. It sure is. > Jul 10 22:54:33 x40 kernel: re0: port 0x3000-0x30ff mem 0xd0211000-0xd02111ff at device 0.0 on cardbus0 Note that there is no 'irq' mentioned anywhere in this line, which is why you get this error: > Jul 10 22:54:33 x40 kernel: re0: couldn't set up irq If you really think this is related to the driver, prove it: back out the changes (while keeping the rest of your kernel the same) and see if it works again. I don't think it will. -Bill -- ============================================================================= -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu wpaul@windriver.com | Wind River Systems ============================================================================= you're just BEGGING to face the moose =============================================================================