Date: Mon, 14 Oct 2013 00:46:16 GMT From: bguan@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r258290 - soc2013/bguan/head/sys/dev/xen/usbfront Message-ID: <201310140046.r9E0kGC6028085@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bguan Date: Mon Oct 14 00:46:16 2013 New Revision: 258290 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=258290 Log: set the pipe methods for xen usb host controller, add copyright for part of the code that is copied from other files Modified: soc2013/bguan/head/sys/dev/xen/usbfront/xenhci.c Modified: soc2013/bguan/head/sys/dev/xen/usbfront/xenhci.c ============================================================================== --- soc2013/bguan/head/sys/dev/xen/usbfront/xenhci.c Mon Oct 14 00:24:54 2013 (r258289) +++ soc2013/bguan/head/sys/dev/xen/usbfront/xenhci.c Mon Oct 14 00:46:16 2013 (r258290) @@ -3,6 +3,11 @@ * Xen Host Controller Interface * * Copyright (c) 2013 Bei Guan. All rights reserved. + * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. + * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. + * Copyright (c) 2004 The NetBSD Foundation, Inc. All rights reserved. + * Copyright (c) 2004 Lennart Augustsson. All rights reserved. + * Copyright (c) 2004 Charles M. Hannum. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310140046.r9E0kGC6028085>
