From aae33d3c2a9c263814acfca6c97d95138b81fd1a Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Wed, 28 Jun 2000 03:19:44 +0000 Subject: [PATCH] Merged from sys/i386/isa/npx.c revision 1.83. --- sys/pc98/pc98/npx.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index af5dd977cdf..8b9ddf48290 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -1016,7 +1016,11 @@ static struct isa_pnp_id npxisa_ids[] = { static int npxisa_probe(device_t dev) { - return (ISA_PNP_PROBE(device_get_parent(dev), dev, npxisa_ids)); + int result; + if ((result = ISA_PNP_PROBE(device_get_parent(dev), dev, npxisa_ids)) <= 0) { + device_quiet(dev); + } + return(result); } static int