summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/main.c
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2005-12-15 01:04:51 +0000
committeriedowse <iedowse@FreeBSD.org>2005-12-15 01:04:51 +0000
commit0b71e714c9e7239d129409bbab17fcae134c16a4 (patch)
tree7737c1a04045bcabcabbb04e4e56f6cf312b9a67 /usr.sbin/sysinstall/main.c
parenta7aeead21d6a4abfb93a5304f78212bd5ee19274 (diff)
downloadFreeBSD-src-0b71e714c9e7239d129409bbab17fcae134c16a4.zip
FreeBSD-src-0b71e714c9e7239d129409bbab17fcae134c16a4.tar.gz
Remove usbd(8) and all references to it. It is no longer necessary
since devd(8) now provides the same functionality. Submitted by: Anish Mistry
Diffstat (limited to 'usr.sbin/sysinstall/main.c')
-rw-r--r--usr.sbin/sysinstall/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index 695754b..d240584 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -120,12 +120,6 @@ main(int argc, char **argv)
}
#endif
- /* Initialize USB, if we haven't already done so. */
- if (!pvariable_get("usbInitialize")) {
- usbInitialize();
- pvariable_set("usbInitialize=1");
- }
-
/* Probe for all relevant devices on the system */
deviceGetAll();
OpenPOWER on IntegriCloud