svn commit: r187758 - user/thompsa/usb/sys/dev/usb2/ethernet

Andrew Thompson thompsa at FreeBSD.org
Mon Jan 26 17:45:43 PST 2009


Author: thompsa
Date: Tue Jan 27 01:45:43 2009
New Revision: 187758
URL: http://svn.freebsd.org/changeset/base/187758

Log:
  This Copyright notice shouldnt have been removed as the file is now based on
  the latest copy of sys/dev/usb/if_aue.c.

Modified:
  user/thompsa/usb/sys/dev/usb2/ethernet/if_aue2.c

Modified: user/thompsa/usb/sys/dev/usb2/ethernet/if_aue2.c
==============================================================================
--- user/thompsa/usb/sys/dev/usb2/ethernet/if_aue2.c	Tue Jan 27 01:33:52 2009	(r187757)
+++ user/thompsa/usb/sys/dev/usb2/ethernet/if_aue2.c	Tue Jan 27 01:45:43 2009	(r187758)
@@ -2,6 +2,9 @@
  * Copyright (c) 1997, 1998, 1999, 2000
  *	Bill Paul <wpaul at ee.columbia.edu>.  All rights reserved.
  *
+ * Copyright (c) 2006
+ *      Alfred Perlstein <alfred at freebsd.org>. All rights reserved.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -40,6 +43,9 @@ __FBSDID("$FreeBSD$");
  * Written by Bill Paul <wpaul at ee.columbia.edu>
  * Electrical Engineering Department
  * Columbia University, New York City
+ *
+ * SMP locking by Alfred Perlstein <alfred at freebsd.org>.
+ * RED Inc.
  */
 
 /*


More information about the svn-src-user mailing list