diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 03:41:14 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 03:41:14 +0000 |
| commit | 76b7512247ab3bdfffaa4663ff1cc9b6c29cc915 (patch) | |
| tree | 170a58f7db6c673c79f71ba7f0ca237a68dc273b /sys/dev/amdsbwd | |
| parent | c9657073118a0216de5987ebf590896db2c4d62b (diff) | |
Notes
Diffstat (limited to 'sys/dev/amdsbwd')
| -rw-r--r-- | sys/dev/amdsbwd/amdsbwd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/amdsbwd/amdsbwd.c b/sys/dev/amdsbwd/amdsbwd.c index 4256381f5312..da0ec5b63a55 100644 --- a/sys/dev/amdsbwd/amdsbwd.c +++ b/sys/dev/amdsbwd/amdsbwd.c @@ -267,8 +267,6 @@ amdsbwd_identify(driver_t *driver, device_t parent) device_t child; device_t smb_dev; - if (resource_disabled("amdsbwd", 0)) - return; if (device_find_child(parent, "amdsbwd", -1) != NULL) return; |
