From b92755d1d64f2aa07cf72f7ccdd08f75549f066e Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 23 Feb 2009 22:56:03 +0000 Subject: [PATCH] - comment out slhci in NOTES for the moment - rearrange the ucom entry so its recognised by config(8) --- sys/conf/NOTES | 2 +- sys/conf/files | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ae99668a20d..d48436e03a8 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2402,7 +2402,7 @@ device ohci # EHCI controller device ehci # SL811 Controller -device slhci +#device slhci # General USB code (mandatory for USB) device usb # diff --git a/sys/conf/files b/sys/conf/files index a630ac79ac2..1b4a6af114e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1621,8 +1621,8 @@ dev/usb/serial/uplcom.c optional uplcom dev/usb/serial/uslcom.c optional uslcom dev/usb/serial/uvisor.c optional uvisor dev/usb/serial/uvscom.c optional uvscom -dev/usb/serial/usb_serial.c \ - optional (ucom | u3g | uark | ubsa | ubser | uchcom | ucycom | ufoma | uftdi | ugensa | uipaq | ulpt | umct | umodem | umoscom | uplcom | uslcom | uvisor | uvscom) +dev/usb/serial/usb_serial.c optional ucom | \ + (u3g | uark | ubsa | ubser | uchcom | ucycom | ufoma | uftdi | ugensa | uipaq | ulpt | umct | umodem | umoscom | uplcom | uslcom | uvisor | uvscom) # # USB bluetooth drivers #