aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adb
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-08-20 20:23:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-08-20 20:23:28 +0000
commit247db0748a75747673b753a6af3e2c39dfae88ed (patch)
treefb1ae4beb655a18383d166a5eee425754fb8eeb6 /sys/dev/adb
parent2c68e2fb1e2cb7386b8863b4049198be949161e1 (diff)
Notes
Diffstat (limited to 'sys/dev/adb')
-rw-r--r--sys/dev/adb/adb_bus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c
index c4a9c96ae9e8..faab048b52c9 100644
--- a/sys/dev/adb/adb_bus.c
+++ b/sys/dev/adb/adb_bus.c
@@ -113,7 +113,6 @@ adb_bus_enumerate(void *xdev)
uint8_t i, next_free;
uint16_t r3;
- newbus_xlock();
sc->sc_dev = dev;
sc->parent = device_get_parent(dev);
@@ -188,7 +187,6 @@ adb_bus_enumerate(void *xdev)
}
bus_generic_attach(dev);
- newbus_xunlock();
config_intrhook_disestablish(&sc->enum_hook);
}