Synchronize with IBM-PC's userconfig.c revision 1.71.
Should not be in 2.2 until original change is merged into 2.2.
This commit is contained in:
parent
a4ba0988d9
commit
7efdf00874
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20262
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user