From 74d6d25d1acb1398a77eef0778b76c066259a259 Mon Sep 17 00:00:00 2001 From: ticso Date: Mon, 14 Apr 2003 14:04:08 +0000 Subject: add EHCI (USB 2.0) controller support. Approved by: joe gallatin (mentor) Obtained from: NetBSD --- sys/modules/usb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules') diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index b7d931d..6070199 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -24,6 +24,7 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \ SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h +SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h SRCS+= opt_bus.h pci_if.h .include -- cgit v1.1