From owner-cvs-all Tue May 2 10:16:36 2000 Delivered-To: cvs-all@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id 77D8637BA8E for ; Tue, 2 May 2000 10:16:22 -0700 (PDT) (envelope-from sthaug@nethelp.no) Received: (qmail 34540 invoked by uid 1001); 2 May 2000 17:16:19 +0000 (GMT) To: des@flood.ping.uio.no Cc: groudier@club-internet.fr, groudier@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sym sym_fw.h sym_fw1.h sym_fw2.h sym_conf.hsym_defs.h sym_hipd.c From: sthaug@nethelp.no In-Reply-To: Your message of "02 May 2000 18:23:38 +0200" References: X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Tue, 02 May 2000 19:16:19 +0200 Message-ID: <34538.957287779@verdi.nethelp.no> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Is it possible to get the sym driver to report the chip revision also? > > It seems to me that the FreeBSD kernel team is very picky about what is > > actually printed at boot time and this information seems not to have been > > considered interesting enough for being printed out. > > That's what bootverbose is for... That's what I would have thought too. Unfortunately, picking this info out of the bootverbose listing is about as user-unfriendly as you can get, i.e. you have to recognize that *this*: found-> vendor=0x1000, dev=0x0001, revid=0x02 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 00006000, size 8 map[14]: type 1, range 32, base f1001000, size 8 is the 53c810 based card. Using pciconf is slightly better: sym0@pci0:17:0: class=0x010000 card=0x00000000 chip=0x00011000 rev=0x02 hdr=0x00 But again - the info was present in a normal boot in 3.4, in a readable format: ncr0: rev 0x02 int a irq 10 on pci0.17.0 so why remove it? Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message