Move imx6_usbphy to SUPPORTDEV, massage associated comment

No objections from:	ian
This commit is contained in:
Kyle Evans 2018-03-03 18:52:19 +00:00
parent 5f43f310c6
commit 458915bfae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330351

View File

@ -202,9 +202,9 @@ static devclass_t usbphy_devclass;
/*
* This driver needs to start before the ehci driver, but later than the usual
* "special" drivers like clocks and cpu. Ehci starts at DEFAULT so
* DEFAULT-1000 seems good.
* "special" drivers like clocks and cpu. Ehci starts at DEFAULT so SUPPORTDEV
* is where this driver fits most.
*/
EARLY_DRIVER_MODULE(usbphy, simplebus, usbphy_driver, usbphy_devclass, 0, 0,
BUS_PASS_DEFAULT - 1000);
BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);