diff options
| author | Wojciech A. Koszek <wkoszek@FreeBSD.org> | 2013-04-28 07:00:36 +0000 |
|---|---|---|
| committer | Wojciech A. Koszek <wkoszek@FreeBSD.org> | 2013-04-28 07:00:36 +0000 |
| commit | 407131907e5b42ff2bbf26bc0c21b90152561a4f (patch) | |
| tree | ebd7253497b582127c9cb2af19a9d37b11f3dd5e /sys/dev/cadence | |
| parent | 8d0d14e996b7884821efcbad46f9c5b3b7334ff3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cadence')
| -rw-r--r-- | sys/dev/cadence/if_cgem.c | 5 | ||||
| -rw-r--r-- | sys/dev/cadence/if_cgem_hw.h | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c index 77c92b579216..1bb3f093048c 100644 --- a/sys/dev/cadence/if_cgem.c +++ b/sys/dev/cadence/if_cgem.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012-2013 Thomas Skibo. + * Copyright (c) 2012-2013 Thomas Skibo * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -24,7 +24,8 @@ * SUCH DAMAGE. */ -/* A network interface driver for Cadence GEM Gigabit Ethernet +/* + * A network interface driver for Cadence GEM Gigabit Ethernet * interface such as the one used in Xilinx Zynq-7000 SoC. * * Reference: Zynq-7000 All Programmable SoC Technical Reference Manual. diff --git a/sys/dev/cadence/if_cgem_hw.h b/sys/dev/cadence/if_cgem_hw.h index 1ec4e795991f..d96801db3bd0 100644 --- a/sys/dev/cadence/if_cgem_hw.h +++ b/sys/dev/cadence/if_cgem_hw.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2012-2013 Thomas Skibo. + * Copyright (c) 2012-2013 Thomas Skibo * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -22,10 +22,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ -/* $FreeBSD$ */ - /* * Hardware and register defines for Cadence GEM Gigabit Ethernet * controller such as the one used in Zynq-7000 SoC. |
