Repeat after me: I will test *before* commit, not after.... *blush*

This commit is contained in:
Peter Wemm 2000-10-15 09:18:14 +00:00
parent b48b645254
commit efed28b046
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67155

View File

@ -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,