summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1996-12-09 15:21:04 +0000
committerkato <kato@FreeBSD.org>1996-12-09 15:21:04 +0000
commitd7adee87a723bbd95959053d6f957987a96a455e (patch)
tree164161c2583419e25768d7e619f4b2c3a557e849 /sys
parent535c2924e3127bebaaeddd7f9851f338b186b533 (diff)
downloadFreeBSD-src-d7adee87a723bbd95959053d6f957987a96a455e.zip
FreeBSD-src-d7adee87a723bbd95959053d6f957987a96a455e.tar.gz
Synchronize with IBM-PC's userconfig.c revision 1.71.
Should not be in 2.2 until original change is merged into 2.2.
Diffstat (limited to 'sys')
-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