• 大小: 128KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-05-01
  • 语言: 其他
  • 标签: 源码  ko文件  

资源简介

Realtek1111的驱动源码和编译好的ko文件---FreeNas 11.1用的

资源截图

代码片段和文件信息

/*
 * Copyright (c) 1997 1998
 * Bill Paul .  All rights reserved.
 *
 * Redistribution and use in source and binary forms with or without
 * modification are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 * This product includes software developed by Bill Paul.
 * 4. Neither the name of the author nor the names of any co-contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ‘‘AS IS‘‘ AND
 * ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
 * BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR
 * CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN
 * CONTRACT STRICT 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: src/sys/dev/if_rl.cv 1.38.2.7 2001/07/19 18:33:07 wpaul Exp $
 */

/*
 * RealTek 8129/8139 PCI NIC driver
 *
 * Written by Bill Paul 
 * Electrical Engineering Department
 * Columbia University New York City
 */

#include 
__FBSDID(“$FreeBSD: src/sys/dev/re/if_re.cv 1.95.00 “ __DATE__ “ “ __TIME__ “  wpaul Exp $“);

/*
* This driver also support Realtek 8139C+ 8110S/SB/SC RTL8111B/C/CP/D and RTL8101E/8102E/8103E.
*/

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include 
#include 
#include 
#include 
#include 
#include 

#include 

#include               /* for vtophys */
#include             /* for vtophys */
#include       /* for DELAY */

#include 
#include 
#include 
#include 
#include 

#include 
#include 

#if OS_VER < VERSION(53)
#include 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-14 16:46  FreeNas 11.1\
     文件       58568  2019-01-14 16:46  FreeNas 11.1\if_re.ko
     目录           0  2019-01-14 16:46  FreeNas 11.1\rtl_bsd_drv_v195.00\
     文件     1190591  2019-01-14 16:46  FreeNas 11.1\rtl_bsd_drv_v195.00\if_re.c
     文件       37071  2019-01-14 16:46  FreeNas 11.1\rtl_bsd_drv_v195.00\if_rereg.h
     文件         200  2019-01-14 16:46  FreeNas 11.1\rtl_bsd_drv_v195.00\Makefile
     文件        3172  2019-01-14 16:46  FreeNas 11.1\rtl_bsd_drv_v195.00\Readme.txt

评论

共有 条评论