Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf add missing usb at ehci



details:   https://anonhg.NetBSD.org/src/rev/ff45fc5a7404
branches:  trunk
changeset: 846340:ff45fc5a7404
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Nov 12 17:27:59 2019 +0000

description:
add missing usb at ehci
thanks Romain Dolbeau for noticing

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5_11_2 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 121363646dad -r ff45fc5a7404 sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2     Tue Nov 12 16:33:14 2019 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2     Tue Nov 12 17:27:59 2019 +0000
@@ -143,6 +143,7 @@
 ehci*  at pci? dev ? function ?        # USB Enhanced Host Controller
 
 usb*   at ohci?                                        # USB bus support
+usb*   at ehci?                                        # USB bus support
 uhub*  at usb?                                         # USB Hubs
 uhub*  at uhub? port ?
 uhidev*        at uhub? port ? configuration ? interface ?     # USB HID device



Home | Main Index | Thread Index | Old Index