From owner-svn-src-projects@FreeBSD.ORG Sat Apr 27 00:40:44 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9317A70; Sat, 27 Apr 2013 00:40:44 +0000 (UTC) (envelope-from bryanv@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AA249159D; Sat, 27 Apr 2013 00:40:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3R0eie3026744; Sat, 27 Apr 2013 00:40:44 GMT (envelope-from bryanv@svn.freebsd.org) Received: (from bryanv@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3R0efCa026717; Sat, 27 Apr 2013 00:40:41 GMT (envelope-from bryanv@svn.freebsd.org) Message-Id: <201304270040.r3R0efCa026717@svn.freebsd.org> From: Bryan Venteicher Date: Sat, 27 Apr 2013 00:40:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r249962 - in projects/virtio: share/man/man4 sys/dev/virtio sys/dev/virtio/balloon sys/dev/virtio/block sys/dev/virtio/network sys/dev/virtio/pci sys/dev/virtio/scsi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 00:40:44 -0000 Author: bryanv Date: Sat Apr 27 00:40:40 2013 New Revision: 249962 URL: http://svnweb.freebsd.org/changeset/base/249962 Log: Update to my freebsd.org email address Modified: projects/virtio/share/man/man4/virtio.4 projects/virtio/share/man/man4/virtio_balloon.4 projects/virtio/share/man/man4/virtio_blk.4 projects/virtio/share/man/man4/virtio_scsi.4 projects/virtio/share/man/man4/vtnet.4 projects/virtio/sys/dev/virtio/balloon/virtio_balloon.c projects/virtio/sys/dev/virtio/block/virtio_blk.c projects/virtio/sys/dev/virtio/network/if_vtnet.c projects/virtio/sys/dev/virtio/network/if_vtnetvar.h projects/virtio/sys/dev/virtio/pci/virtio_pci.c projects/virtio/sys/dev/virtio/scsi/virtio_scsi.c projects/virtio/sys/dev/virtio/scsi/virtio_scsivar.h projects/virtio/sys/dev/virtio/virtio.c projects/virtio/sys/dev/virtio/virtio_bus_if.m projects/virtio/sys/dev/virtio/virtio_if.m projects/virtio/sys/dev/virtio/virtqueue.c projects/virtio/sys/dev/virtio/virtqueue.h Modified: projects/virtio/share/man/man4/virtio.4 ============================================================================== --- projects/virtio/share/man/man4/virtio.4 Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/share/man/man4/virtio.4 Sat Apr 27 00:40:40 2013 (r249962) @@ -94,4 +94,4 @@ Support for VirtIO first appeared in .An -nosplit .Fx support for VirtIO was first added by -.An Bryan Venteicher Aq bryanv@daemoninthecloset.org . +.An Bryan Venteicher Aq bryanv@FreeBSD.org . Modified: projects/virtio/share/man/man4/virtio_balloon.4 ============================================================================== --- projects/virtio/share/man/man4/virtio_balloon.4 Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/share/man/man4/virtio_balloon.4 Sat Apr 27 00:40:40 2013 (r249962) @@ -59,6 +59,6 @@ The hypervisor can later signal the ball The .Nm driver was written by -.An Bryan Venteicher Aq bryanv@daemoninthecloset.org . +.An Bryan Venteicher Aq bryanv@FreeBSD.org . It first appeared in .Fx 9.0 . Modified: projects/virtio/share/man/man4/virtio_blk.4 ============================================================================== --- projects/virtio/share/man/man4/virtio_blk.4 Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/share/man/man4/virtio_blk.4 Sat Apr 27 00:40:40 2013 (r249962) @@ -65,6 +65,6 @@ The default value is 0. The .Nm driver was written by -.An Bryan Venteicher Aq bryanv@daemoninthecloset.org . +.An Bryan Venteicher Aq bryanv@FreeBSD.org . It first appeared in .Fx 9.0 . Modified: projects/virtio/share/man/man4/virtio_scsi.4 ============================================================================== --- projects/virtio/share/man/man4/virtio_scsi.4 Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/share/man/man4/virtio_scsi.4 Sat Apr 27 00:40:40 2013 (r249962) @@ -87,6 +87,6 @@ Enable tracing prints. The .Nm driver was written by -.An Bryan Venteicher Aq bryanv@daemoninthecloset.org . +.An Bryan Venteicher Aq bryanv@FreeBSD.org . It first appeared in .Fx 10.0 . Modified: projects/virtio/share/man/man4/vtnet.4 ============================================================================== --- projects/virtio/share/man/man4/vtnet.4 Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/share/man/man4/vtnet.4 Sat Apr 27 00:40:40 2013 (r249962) @@ -89,7 +89,7 @@ The default value is 0. The .Nm driver was written by -.An Bryan Venteicher Aq bryanv@daemoninthecloset.org . +.An Bryan Venteicher Aq bryanv@FreeBSD.org . It first appeared in .Fx 9.0 . .Sh CAVEATS Modified: projects/virtio/sys/dev/virtio/balloon/virtio_balloon.c ============================================================================== --- projects/virtio/sys/dev/virtio/balloon/virtio_balloon.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/balloon/virtio_balloon.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/block/virtio_blk.c ============================================================================== --- projects/virtio/sys/dev/virtio/block/virtio_blk.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/block/virtio_blk.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/network/if_vtnet.c ============================================================================== --- projects/virtio/sys/dev/virtio/network/if_vtnet.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/network/if_vtnet.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/network/if_vtnetvar.h ============================================================================== --- projects/virtio/sys/dev/virtio/network/if_vtnetvar.h Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/network/if_vtnetvar.h Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/pci/virtio_pci.c ============================================================================== --- projects/virtio/sys/dev/virtio/pci/virtio_pci.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/pci/virtio_pci.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/scsi/virtio_scsi.c ============================================================================== --- projects/virtio/sys/dev/virtio/scsi/virtio_scsi.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/scsi/virtio_scsi.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012, Bryan Venteicher + * Copyright (c) 2012, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/scsi/virtio_scsivar.h ============================================================================== --- projects/virtio/sys/dev/virtio/scsi/virtio_scsivar.h Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/scsi/virtio_scsivar.h Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012, Bryan Venteicher + * Copyright (c) 2012, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/virtio.c ============================================================================== --- projects/virtio/sys/dev/virtio/virtio.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/virtio.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/virtio_bus_if.m ============================================================================== --- projects/virtio/sys/dev/virtio/virtio_bus_if.m Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/virtio_bus_if.m Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ #- -# Copyright (c) 2011, Bryan Venteicher +# Copyright (c) 2011, Bryan Venteicher # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/virtio_if.m ============================================================================== --- projects/virtio/sys/dev/virtio/virtio_if.m Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/virtio_if.m Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ #- -# Copyright (c) 2011, Bryan Venteicher +# Copyright (c) 2011, Bryan Venteicher # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/virtqueue.c ============================================================================== --- projects/virtio/sys/dev/virtio/virtqueue.c Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/virtqueue.c Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: projects/virtio/sys/dev/virtio/virtqueue.h ============================================================================== --- projects/virtio/sys/dev/virtio/virtqueue.h Sat Apr 27 00:22:48 2013 (r249961) +++ projects/virtio/sys/dev/virtio/virtqueue.h Sat Apr 27 00:40:40 2013 (r249962) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2011, Bryan Venteicher + * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * * Redistribution and use in source and binary forms, with or without