From 4ada418a9ba97ab3c7c2a28a2012c820d9cd7f8b Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 28 Aug 1993 13:26:30 +0000 Subject: [PATCH] Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code so that the printfs during the probing prints the range instead of just the start address. --- sys/dev/syscons/syscons.c | 2 +- sys/i386/isa/syscons.c | 2 +- sys/isa/syscons.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 87540dc9a3c..33d0b553721 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -287,7 +287,7 @@ int pcprobe(struct isa_device *dev) } } kbd_wait(); - return 1; + return (IO_KBDSIZE); } diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 87540dc9a3c..33d0b553721 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.c @@ -287,7 +287,7 @@ int pcprobe(struct isa_device *dev) } } kbd_wait(); - return 1; + return (IO_KBDSIZE); } diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 87540dc9a3c..33d0b553721 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -287,7 +287,7 @@ int pcprobe(struct isa_device *dev) } } kbd_wait(); - return 1; + return (IO_KBDSIZE); }