aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adb
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2008-11-12 17:33:36 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2008-11-12 17:33:36 +0000
commit669518d7d5caaa7e373d89759b581e634a30f1c7 (patch)
treef888e444790bdeeb1376d9530b126e45e28e03e0 /sys/dev/adb
parent44ab20591bc4d478c1cbdefb5391db830abcae08 (diff)
Notes
Diffstat (limited to 'sys/dev/adb')
-rw-r--r--sys/dev/adb/adb_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c
index 9a2a7fa755c5..9c001446d344 100644
--- a/sys/dev/adb/adb_bus.c
+++ b/sys/dev/adb/adb_bus.c
@@ -134,7 +134,7 @@ adb_bus_enumerate(void *xdev)
/* Enumerate bus */
next_free = 8;
- for (i = 1; i < 7; i++) {
+ for (i = 1; i <= 7; i++) {
int8_t first_relocated = -1;
int reply = 0;