summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/i386/userconfig.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index e317127..5c7ef38 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/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.12 1996/11/09 00:39:38 asami Exp $
+ ** $Id: userconfig.c,v 1.13 1996/12/04 04:20:32 asami Exp $
**/
/**
@@ -1445,7 +1445,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)
@@ -2256,7 +2257,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.12 1996/11/09 00:39:38 asami Exp $
+ * $Id: userconfig.c,v 1.13 1996/12/04 04:20:32 asami Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud