summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r--sys/dev/usb/controller/usb_controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c
index dc662fb..dade0ad 100644
--- a/sys/dev/usb/controller/usb_controller.c
+++ b/sys/dev/usb/controller/usb_controller.c
@@ -365,7 +365,7 @@ usb_bus_attach(struct usb_proc_msg *pm)
case USB_REV_3_0:
speed = USB_SPEED_SUPER;
- device_printf(bus->bdev, "4.8Gbps Super Speed USB v3.0\n");
+ device_printf(bus->bdev, "5.0Gbps Super Speed USB v3.0\n");
break;
default:
OpenPOWER on IntegriCloud