Date: Sun, 15 Feb 2009 23:40:29 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188665 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf Message-ID: <200902152340.n1FNeTo2014261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902152340.n1FNeTo2014261>