mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Improve the explicitness of the "you cannot do anything with PCI
devices" message. Closes conf/2130.
This commit is contained in:
parent
df8c1923ff
commit
c2ce3df1da
1 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue