资源简介
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
- 上一篇:基于小波分解的图像融合算法的改进
- 下一篇:ICA 用到的声音资料
相关资源
- Scratch源码
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- UNIX/LINUX编程实践教程的源码
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 周易排盘源码
- RSA算法源码
- 一个人脸识别程序源码
- 编译原理课程设计:词法语法编译器
评论
共有 条评论