svn commit: r188665 - in head/sys: amd64/conf i386/conf ia64/conf
pc98/conf powerpc/conf sparc64/conf sun4v/conf
Andrew Thompson
thompsa at FreeBSD.org
Sun Feb 15 15:40:31 PST 2009
Author: thompsa
Date: Sun Feb 15 23:40:29 2009
New Revision: 188665
URL: http://svn.freebsd.org/changeset/base/188665
Log:
Add uslcom to the build too.
Reminded by: Michael Butler
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
head/sys/ia64/conf/GENERIC
head/sys/pc98/conf/GENERIC
head/sys/powerpc/conf/GENERIC
head/sys/sparc64/conf/GENERIC
head/sys/sun4v/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/amd64/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -321,6 +321,7 @@ device usb2_serial_mct
device usb2_serial_modem
device usb2_serial_moscom
device usb2_serial_plcom
+device usb2_serial_slcom
device usb2_serial_visor
device usb2_serial_vscom
# USB bluetooth support
Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/i386/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -334,6 +334,7 @@ device usb2_serial_mct
device usb2_serial_modem
device usb2_serial_moscom
device usb2_serial_plcom
+device usb2_serial_slcom
device usb2_serial_visor
device usb2_serial_vscom
# USB bluetooth support
Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/ia64/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -132,6 +132,7 @@ device usb2_serial_mct
device usb2_serial_modem
device usb2_serial_moscom
device usb2_serial_plcom
+device usb2_serial_slcom
device usb2_serial_visor
device usb2_serial_vscom
# USB bluetooth support
Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/pc98/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -290,6 +290,7 @@ device bpf # Berkeley packet filter
#device usb2_serial_modem
#device usb2_serial_moscom
#device usb2_serial_plcom
+#device usb2_serial_slcom
#device usb2_serial_visor
#device usb2_serial_vscom
# USB bluetooth support
Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/powerpc/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -163,6 +163,7 @@ device usb2_serial_mct
device usb2_serial_modem
device usb2_serial_moscom
device usb2_serial_plcom
+device usb2_serial_slcom
device usb2_serial_visor
device usb2_serial_vscom
# USB bluetooth support
Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/sparc64/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -254,6 +254,7 @@ device usb2_controller_ohci
#device usb2_serial_modem
#device usb2_serial_moscom
#device usb2_serial_plcom
+#device usb2_serial_slcom
#device usb2_serial_visor
#device usb2_serial_vscom
# USB bluetooth support
Modified: head/sys/sun4v/conf/GENERIC
==============================================================================
--- head/sys/sun4v/conf/GENERIC Sun Feb 15 23:38:58 2009 (r188664)
+++ head/sys/sun4v/conf/GENERIC Sun Feb 15 23:40:29 2009 (r188665)
@@ -215,6 +215,7 @@ device usb2_serial_mct
device usb2_serial_modem
device usb2_serial_moscom
device usb2_serial_plcom
+device usb2_serial_slcom
device usb2_serial_visor
device usb2_serial_vscom
# USB bluetooth support
More information about the svn-src-all
mailing list