From dc1d8198f00e07153b030b65b851e6a385e23c33 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Mon, 5 Jan 2004 14:07:31 +0000 Subject: [PATCH] Add entry for the EHCI controller, pretty common these days (especially if you care about USB 2.0). --- sys/config/LINT | 4 +++- sys/i386/conf/LINT | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/config/LINT b/sys/config/LINT index 29305b9b9e..df7039b623 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.14 2003/12/20 05:52:23 dillon Exp $ +# $DragonFly: src/sys/config/LINT,v 1.15 2004/01/05 14:07:31 asmodai Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2588,6 +2588,8 @@ device mly device uhci # OHCI controller device ohci +# EHCI controller +device ehci # General USB code (mandatory for USB) device usb # diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index beb1464a74..ebb0aeb8df 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.14 2003/12/20 05:52:23 dillon Exp $ +# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.15 2004/01/05 14:07:31 asmodai Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2588,6 +2588,8 @@ device mly device uhci # OHCI controller device ohci +# EHCI controller +device ehci # General USB code (mandatory for USB) device usb # -- 2.39.1