summaryrefslogtreecommitdiffstats
path: root/sys/isa/isahint.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-15 09:18:14 +0000
committerpeter <peter@FreeBSD.org>2000-10-15 09:18:14 +0000
commitf8f70f4f5cbfb5dab85f9730c7bb27cf65b40613 (patch)
tree9f1c16ebd86f7823eeed17e0e8a47ade876a9a11 /sys/isa/isahint.c
parent5c19d4f6c077ef4545301f0784fcb7a6bc7b5060 (diff)
downloadFreeBSD-src-f8f70f4f5cbfb5dab85f9730c7bb27cf65b40613.zip
FreeBSD-src-f8f70f4f5cbfb5dab85f9730c7bb27cf65b40613.tar.gz
Repeat after me: I will test *before* commit, not after.... *blush*
Diffstat (limited to 'sys/isa/isahint.c')
-rw-r--r--sys/isa/isahint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isahint.c b/sys/isa/isahint.c
index 6dd9b65..f2f188e 100644
--- a/sys/isa/isahint.c
+++ b/sys/isa/isahint.c
@@ -91,7 +91,7 @@ isahint_identify(driver_t *driver, device_t parent)
*/
sprintf(buf, "isa%d", device_get_unit(parent));
i = -1;
- ehile ((i = resource_query_string(i, "at", buf)) != -1) {
+ while ((i = resource_query_string(i, "at", buf)) != -1) {
if (strcmp(resource_query_name(i), "atkbd") == 0)
continue; /* old GENERIC kludge */
isahint_add_device(parent,
OpenPOWER on IntegriCloud