Date: Tue, 11 Feb 2003 23:24:58 -0800 From: Peter Wemm <peter@wemm.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus_cis.c Message-ID: <20030212072458.ED4A42A8C3@canning.wemm.org> In-Reply-To: <20030211.234604.23470202.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"M. Warner Losh" wrote: > In message: <200302120611.h1C6BlFl047220@repoman.freebsd.org> > Warner Losh <imp@FreeBSD.org> 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: <RF5C478 PCI-CardBus Bridge> at device 12.0 on pci0 cardbus0: <CardBus bus> on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib0: slot 12 INTA is routed to irq 9 cbb1: <RF5C478 PCI-CardBus Bridge> at device 12.1 on pci0 cardbus1: <CardBus bus> 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: <Xircom X3201 10/100BaseTX> 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: <MII bus> on dc0 tdkphy0: <TDK 78Q2120 media interface> on miibus0 tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ata1-slave: ATAPI identify retries exceeded ad0: 28615MB <IBM-DJSA-230> [58140/16/63] at ata0-master UDMA33 acd0: DVD-ROM <TOSHIBA DVD-ROM SD-C2402> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030212072458.ED4A42A8C3>