diff options
author | Renato Botelho <renato@netgate.com> | 2016-02-01 08:33:00 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-02-01 08:33:00 -0200 |
commit | 79f27b5150f7b79a6f1bcd30e9233f1abb9c3e36 (patch) | |
tree | 4aacd7410a3c5961c66492d9c6cb2441e5180961 /sys/dev/e1000/e1000_manage.c | |
parent | 00da2a1c8c0008725cae2d87abfe17736bf0318a (diff) | |
parent | 42ee9ca9933fb815ce7d9098f10bad6fe38c69b4 (diff) | |
download | FreeBSD-src-79f27b5150f7b79a6f1bcd30e9233f1abb9c3e36.zip FreeBSD-src-79f27b5150f7b79a6f1bcd30e9233f1abb9c3e36.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sys/dev/e1000/e1000_manage.c')
-rw-r--r-- | sys/dev/e1000/e1000_manage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/e1000/e1000_manage.c b/sys/dev/e1000/e1000_manage.c index 8087e65..f8290a2 100644 --- a/sys/dev/e1000/e1000_manage.c +++ b/sys/dev/e1000/e1000_manage.c @@ -1,6 +1,6 @@ /****************************************************************************** - Copyright (c) 2001-2014, Intel Corporation + Copyright (c) 2001-2015, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,7 +33,6 @@ /*$FreeBSD$*/ #include "e1000_api.h" - /** * e1000_calculate_checksum - Calculate checksum for buffer * @buffer: pointer to EEPROM |