From d7adee87a723bbd95959053d6f957987a96a455e Mon Sep 17 00:00:00 2001 From: kato Date: Mon, 9 Dec 1996 15:21:04 +0000 Subject: Synchronize with IBM-PC's userconfig.c revision 1.71. Should not be in 2.2 until original change is merged into 2.2. --- sys/pc98/i386/userconfig.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys') 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" -- cgit v1.1