summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-28 13:26:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-28 13:26:30 +0000
commit914dc32d8f17704744c26b770e8b5dcf4a717dc6 (patch)
treec61fc6f4bddd98f60691bcfca21bd984678823bf /sys/dev/syscons
parentb722f788aadfe1ae47e6d2b5e0f623e8f5c6a7cf (diff)
downloadFreeBSD-src-914dc32d8f17704744c26b770e8b5dcf4a717dc6.zip
FreeBSD-src-914dc32d8f17704744c26b770e8b5dcf4a717dc6.tar.gz
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.
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/syscons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 87540dc..33d0b55 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);
}
OpenPOWER on IntegriCloud