1*976a0ea0SNathan Whitehorn.\"- 2*976a0ea0SNathan Whitehorn.\" Copyright (c) 2015 Nathan Whitehorn <nwhitehorn@FreeBSD.org> 3*976a0ea0SNathan Whitehorn.\" All rights reserved. 4*976a0ea0SNathan Whitehorn.\" 5*976a0ea0SNathan Whitehorn.\" Redistribution and use in source and binary forms, with or without 6*976a0ea0SNathan Whitehorn.\" modification, are permitted provided that the following conditions 7*976a0ea0SNathan Whitehorn.\" are met: 8*976a0ea0SNathan Whitehorn.\" 1. Redistributions of source code must retain the above copyright 9*976a0ea0SNathan Whitehorn.\" notice, this list of conditions and the following disclaimer. 10*976a0ea0SNathan Whitehorn.\" 2. Redistributions in binary form must reproduce the above copyright 11*976a0ea0SNathan Whitehorn.\" notice, this list of conditions and the following disclaimer in the 12*976a0ea0SNathan Whitehorn.\" documentation and/or other materials provided with the distribution. 13*976a0ea0SNathan Whitehorn.\" 14*976a0ea0SNathan Whitehorn.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15*976a0ea0SNathan Whitehorn.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 16*976a0ea0SNathan Whitehorn.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 17*976a0ea0SNathan Whitehorn.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 18*976a0ea0SNathan Whitehorn.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 19*976a0ea0SNathan Whitehorn.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 20*976a0ea0SNathan Whitehorn.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21*976a0ea0SNathan Whitehorn.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22*976a0ea0SNathan Whitehorn.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 23*976a0ea0SNathan Whitehorn.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24*976a0ea0SNathan Whitehorn.\" POSSIBILITY OF SUCH DAMAGE. 25*976a0ea0SNathan Whitehorn.\" 26*976a0ea0SNathan Whitehorn.Dd February 19, 2015 27*976a0ea0SNathan Whitehorn.Dt LLAN 4 28*976a0ea0SNathan Whitehorn.Os 29*976a0ea0SNathan Whitehorn.Sh NAME 30*976a0ea0SNathan Whitehorn.Nm llan 31*976a0ea0SNathan Whitehorn.Nd POWER Logical Lan 32*976a0ea0SNathan Whitehorn.Sh SYNOPSIS 33*976a0ea0SNathan WhitehornTo compile this driver into the kernel, 34*976a0ea0SNathan Whitehornplace the following lines in your 35*976a0ea0SNathan Whitehornkernel configuration file: 36*976a0ea0SNathan Whitehorn.Bd -ragged -offset indent 37*976a0ea0SNathan Whitehorn.Cd "device llan" 38*976a0ea0SNathan Whitehorn.Ed 39*976a0ea0SNathan Whitehorn.Sh DESCRIPTION 40*976a0ea0SNathan WhitehornThe 41*976a0ea0SNathan Whitehorn.Nm 42*976a0ea0SNathan Whitehorndriver provides support for the inter-partition logical LAN controller 43*976a0ea0SNathan Whitehornprovided by PAPR-compliant POWER hypervisors (such as PowerVM and PowerKVM). 44*976a0ea0SNathan WhitehornOn some firmwares, advanced offload features are supported by the hypervisor, 45*976a0ea0SNathan Whitehornbut these are not currently supported by the driver. 46*976a0ea0SNathan Whitehorn.Sh SEE ALSO 47*976a0ea0SNathan Whitehorn.Xr vtnet 4 , 48*976a0ea0SNathan Whitehorn.Xr ifconfig 8 49*976a0ea0SNathan Whitehorn.Sh HISTORY 50*976a0ea0SNathan WhitehornThe 51*976a0ea0SNathan Whitehorn.Nm 52*976a0ea0SNathan Whitehorndevice driver appeared in 53*976a0ea0SNathan Whitehorn.Fx 10.0 . 54*976a0ea0SNathan Whitehorn.Sh AUTHORS 55*976a0ea0SNathan Whitehorn.An -nosplit 56*976a0ea0SNathan WhitehornThe 57*976a0ea0SNathan Whitehorn.Nm 58*976a0ea0SNathan Whitehorndriver was written by 59*976a0ea0SNathan Whitehorn.An Nathan Whitehorn Aq Mt nwhitehorn@FreeBSD.org . 60