ubser.4 (0a771a3be70f827aa2b10b6b66168f6b66ad39c5) | ubser.4 (7de87783180b4e5c0ced3e7a897bd6a8d292c14d) |
---|---|
1.\" Copyright (c) 2004 Bernd Walter <ticso@FreeBSD.org> | 1.\" Copyright (c) 2004 Bernd Walter <ticso@freebsd.org> |
2.\" 3.\" $URL: https://devel.bwct.de/svn/projects/ubser/ubser.4 $ 4.\" $Date: 2004-02-29 21:54:17 +0100 (Sun, 29 Feb 2004) $ 5.\" $Author: ticso $ 6.\" $Rev: 1130 $ 7.\" 8.\" Redistribution and use in source and binary forms, with or without 9.\" modification, are permitted provided that the following conditions --- 13 unchanged lines hidden (view full) --- 23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" SUCH DAMAGE. 28.\" 29.\" $FreeBSD$ 30.\" | 2.\" 3.\" $URL: https://devel.bwct.de/svn/projects/ubser/ubser.4 $ 4.\" $Date: 2004-02-29 21:54:17 +0100 (Sun, 29 Feb 2004) $ 5.\" $Author: ticso $ 6.\" $Rev: 1130 $ 7.\" 8.\" Redistribution and use in source and binary forms, with or without 9.\" modification, are permitted provided that the following conditions --- 13 unchanged lines hidden (view full) --- 23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" SUCH DAMAGE. 28.\" 29.\" $FreeBSD$ 30.\" |
31.Dd November 22, 2006 | 31.Dd February 29, 2004 |
32.Dt UBSER 4 33.Os 34.Sh NAME 35.Nm ubser 36.Nd USB support for BWCT console serial adapters 37.Sh SYNOPSIS | 32.Dt UBSER 4 33.Os 34.Sh NAME 35.Nm ubser 36.Nd USB support for BWCT console serial adapters 37.Sh SYNOPSIS |
38To compile this driver into the kernel, 39place the following line in your 40kernel configuration file: 41.Bd -ragged -offset indent | |
42.Cd "device ubser" | 38.Cd "device ubser" |
43.Ed 44.Pp 45Alternatively, to load the driver as a 46module at boot time, place the following line in 47.Xr loader.conf 5 : 48.Bd -literal -offset indent 49ubser_load="YES" 50.Ed 51.Sh HARDWARE | 39.Sh DESCRIPTION |
52The 53.Nm | 40The 41.Nm |
54driver provides support for the BWCT console management serial adapters. | 42driver provides support the BWCT console management serial adapters. |
55.Sh FILES | 43.Sh FILES |
56.Bl -tag -width ".Pa /dev/ttyy??" -compact 57.It Pa /dev/ttyy?? | 44.Bl -tag -width /dev/ubser?.? -compact 45.It /dev/ubser?.? |
58.El 59.Sh SEE ALSO 60.Xr tty 4 , 61.Xr usb 4 62.Sh HISTORY 63The 64.Nm 65driver 66appeared in 67.Fx 5.2 . | 46.El 47.Sh SEE ALSO 48.Xr tty 4 , 49.Xr usb 4 50.Sh HISTORY 51The 52.Nm 53driver 54appeared in 55.Fx 5.2 . |