summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/i386/userconfig.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index 3518e50..8b875e7 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.69 1996/11/14 13:57:23 jkh Exp $
+ ** $Id: userconfig.c,v 1.70 1996/11/27 22:53:10 phk Exp $
**/
/**
@@ -1413,7 +1413,8 @@ showparams(DEV_LIST *dev)
putxy(1,18,buf);
} else {
if (dev->iobase == -2) /* a PCI device */
- putmsg(" PCI devices are automatically configured.");
+ putmsg(" PCI devices are displayed for informational purposes only, and\n"
+ " cannot be disabled or configured here.");
}
if (dev->irq > 0)
@@ -2219,7 +2220,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.69 1996/11/14 13:57:23 jkh Exp $
+ * $Id: userconfig.c,v 1.70 1996/11/27 22:53:10 phk Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud