From owner-cvs-all Tue Feb 11 23:25: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBA137B401; Tue, 11 Feb 2003 23:24:59 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FFE43FA3; Tue, 11 Feb 2003 23:24:59 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id ED4A42A8C3; Tue, 11 Feb 2003 23:24:58 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "M. Warner Losh" Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus_cis.c In-Reply-To: <20030211.234604.23470202.imp@bsdimp.com> Date: Tue, 11 Feb 2003 23:24:58 -0800 From: Peter Wemm Message-Id: <20030212072458.ED4A42A8C3@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "M. Warner Losh" wrote: > In message: <200302120611.h1C6BlFl047220@repoman.freebsd.org> > Warner Losh writes: > : imp 2003/02/11 22:11:47 PST > : > : Modified files: > : sys/dev/cardbus cardbus_cis.c > : Log: > : MF-p4: > : Kill the slightly bogus #define for DECODE_PROTOTYPE > : Be less verbose. Hide most (all I hope) of the CIS > : parsing behind cardbus_debug_cis (which is set with > : hw.cardbus.debug_cis=1). > : > : This doesn't fix problems with parsing, but should make cardbus > : less chatty. There appears to be some issues still with the > : parsing of the CIS, but this won't fix them. > : > : Prompted by: scottl > > This also includes fixes to the NID parsing, which will make xircom > dc cards' NIC addresses correct (but not for ru@, since he has a > different problem). Yes it does, thank you! cbb0: at device 12.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib0: slot 12 INTA is routed to irq 9 cbb1: at device 12.1 on pci0 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 pcib0: slot 12 INTB is routed to irq 9 ... acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0% cardbus1: Invalid BAR number: 27(06) dc0: port 0x1080-0x10ff mem 0x88002000-0x880020ff,0x88002100-0x8800217f irq 9 at device 0.0 on cardbus1 dc0: Ethernet address: 00:10:a4:f6:8e:d1 miibus0: on dc0 tdkphy0: on miibus0 tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ata1-slave: ATAPI identify retries exceeded ad0: 28615MB [58140/16/63] at ata0-master UDMA33 acd0: DVD-ROM at ata1-master PIO4 This fixes the very strange ethernet addresses that it used to have and the off-by-one shifted version for the last few weeks. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message