From f526d86d7577dc9c5a23a3c1f504bdf156915d2f Mon Sep 17 00:00:00 2001 From: "Landon J. Fuller" Date: Wed, 6 Sep 2017 23:43:20 +0000 Subject: bhnd: Remove unsupported USB core IDs from the bhnd_usb device table. This resolves a SoC reset triggered by attempting to attach to the BCM5365's USB 1.1 controller. Approved by: adrian (mentor, implicit) --- sys/dev/bhnd/cores/usb/bhnd_usb.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/dev/bhnd') diff --git a/sys/dev/bhnd/cores/usb/bhnd_usb.c b/sys/dev/bhnd/cores/usb/bhnd_usb.c index 694497b0b04c..0036b99ce917 100644 --- a/sys/dev/bhnd/cores/usb/bhnd_usb.c +++ b/sys/dev/bhnd/cores/usb/bhnd_usb.c @@ -51,11 +51,7 @@ __FBSDID("$FreeBSD$"); /****************************** Variables ************************************/ static const struct bhnd_device bhnd_usb_devs[] = { - BHND_DEVICE(BCM, USB, "USB1.1 Host/Device core", NULL), BHND_DEVICE(BCM, USB20H, "USB2.0 Host core", NULL), - BHND_DEVICE(BCM, USB20D, "USB2.0 Device core", NULL), - BHND_DEVICE(BCM, USB11H, "USB1.1 Host core", NULL), - BHND_DEVICE(BCM, USB11D, "USB1.1 Device core", NULL), BHND_DEVICE_END }; -- cgit v1.2.3