summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1996-12-09 05:13:19 +0000
committerMike Smith <msmith@FreeBSD.org>1996-12-09 05:13:19 +0000
commitc2ce3df1da95df019f1b7f136fabce0cb9a485af (patch)
tree4274767637ed4af09c7b5b1a8311ee5f8929695b
parentdf8c1923ffcbebd1689dcf341d05a4eceb4a35a9 (diff)
Notes
-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 3518e50e53cd..8b875e7b3c05 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"