Date: Mon, 2 Dec 1996 11:53:10 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: joerg_wunsch@uriah.heep.sax.de Cc: pgiffuni@fps.biblos.unal.edu.co, freebsd-bugs@freefall.freebsd.org, msmith@atrad.adelaide.edu.au Subject: Re: conf/2130: Installation bug Message-ID: <199612020123.LAA02100@genesis.atrad.adelaide.edu.au> In-Reply-To: <199612011729.SAA16791@uriah.heep.sax.de> from J Wunsch at "Dec 1, 96 06:29:14 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
J Wunsch stands accused of saying: > > I think Michael also intended that you can change the flags of a PCI > driver (that's why they are being displayed at all). It doesn't seem > to be implemented yet... So Michael, can you implement the above > message (and close the PR)? PCI devices don't have flags - the comment at the top of userconfig.c is in error and I have meant to fix it ever since I wrote it. 8( PCI devices should trigger this section of code : if (dev->iobase > 0) { sprintf(buf,"Port address : 0x%x",dev->iobase); putxy(1,18,buf); } else { if (dev->iobase == -2) /* a PCI device */ putmsg(" PCI devices are automatically configured."); } in showparams(). So is the request a change for this message, or a report that this message doesn't actually appear? (I'm building a new kernel for the only spammable system we currently have in the workshop, but I'm a bit distracted just at the moment. 8( ) > cheers, J"org -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612020123.LAA02100>