Date: Tue, 02 May 2000 19:16:19 +0200 From: sthaug@nethelp.no 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 Message-ID: <34538.957287779@verdi.nethelp.no> In-Reply-To: Your message of "02 May 2000 18:23:38 %2B0200" References: <xzpk8hcj4z9.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > 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: <ncr 53c810 fast10 scsi> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34538.957287779>