diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
commit | 30b32d2ccbf95436b642e6208d6829dcf68981fa (patch) | |
tree | 481af37a46b22473db7cadf280a6b5466136d726 /i386/i386at/com.c | |
parent | 455c9e455d124e3359d8f9e16ffe111178589e6f (diff) | |
download | gnumach-30b32d2ccbf95436b642e6208d6829dcf68981fa.tar.gz gnumach-30b32d2ccbf95436b642e6208d6829dcf68981fa.tar.bz2 gnumach-30b32d2ccbf95436b642e6208d6829dcf68981fa.zip |
prerelease work
Diffstat (limited to 'i386/i386at/com.c')
-rw-r--r-- | i386/i386at/com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c index 113387f2..6d7972d2 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -173,7 +173,7 @@ comprobe_general(struct bus_device *dev, int noisy) int comprobe(int port, struct bus_device *dev) { - return comprobe_general(dev, /*noisy*/ 1); + return comprobe_general(dev, /*noisy*/ 0); } #if RCLINE >= 0 |