summaryrefslogtreecommitdiff
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-12-14 14:52:48 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-12-14 14:52:48 +0000
commit808602d2d54165b9fd6ec96e918fd637d62839c1 (patch)
treee3a23f997688822ff5077770f12fa94c419347c3 /sys/pc98/i386
parentd0f4c70000a37b78e9b5da01732bbd51adac61e3 (diff)
Notes
Diffstat (limited to 'sys/pc98/i386')
-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 16f3db9cee67..1e4c05c7fe69 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.10.2.1 1996/11/09 21:13:21 phk Exp $
+ ** $Id: userconfig.c,v 1.10.2.2 1996/12/04 16:00:40 phk 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.10.2.1 1996/11/09 21:13:21 phk Exp $
+ * $Id: userconfig.c,v 1.10.2.2 1996/12/04 16:00:40 phk Exp $
*/
#include "scbus.h"