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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
