mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Repeat after me: I will test *before* commit, not after.... *blush*
This commit is contained in:
parent
b48b645254
commit
efed28b046
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67155
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user