[ROM/套件] 【2021年11月3日更新】Redpill引导的网卡驱动和阵列卡驱动源码 |
本帖最后由 wjq_xp 于 2021-11-3 22:10 编辑
看到一位论友发了一篇《关于如何打包Redpill引导的网卡驱动》,但是没有把网卡驱动包分享,我就顺便分享一下吧。来源于xpenology论坛大佬们的分享,我也只是个搬运工,由于条件受限无法一一进行测试。 【2021年11月3日更新】 编译RedPill引导,可以使用的驱动仓库(感谢pocopico大佬!): 游客,如果您要查看本帖隐藏内容请回复 友提提醒:虽然驱动可以All In One打到引导文件中,但是驱动加得太多反而有可能会变成All In Boom,请量力而行! 目前集成的扩展驱动清单有: "aacraid" Description : "Adds Dell PERC2, 2/Si, 3/Si, 3/Di, Adaptec Advanced Raid Products, HP NetRAID-4M, IBM ServeRAID & ICP SCSI driver Support" "aic94xx" Description : "Adds Adaptec aic94xx SAS/SATA driver Support" "alx" Description : "Adds Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver Support" "asix" Description : "Adds ASIX AX8817X based USB 2.0 Ethernet Devices Support" "atl1" Description : "Adds Atheros L1 Gigabit Ethernet Driver Support" "atl1c" Description : "Adds Qualcomm Atheros 100/1000M Ethernet Network Driver Support" "atl1e" Description : "Adds Atheros 1000M Ethernet Network Driver Support" "atl2" Description : "Adds Atheros Fast Ethernet Network Driver Support" "atlantic" Description : "Adds Marvell (Aquantia) Corporation(R) Network Driver Support" "ax88179_178a" Description : "Adds ASIX AX88179/178A based USB 3.0/2.0 Gigabit Ethernet Devices Support" "be2net" Description : "Adds Emulex OneConnect NIC Driver 10.6.0.3 Support" "bna" Description : "Adds QLogic BR-series 10G PCIe Ethernet driver Support" "bnx2" Description : "Adds QLogic BCM5706/5708/5709/5716 Driver Support" "bnx2x" Description : "Adds QLogic BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Driver Support" "dm9601" Description : "Adds Davicom DM96xx USB 10/100 ethernet devices Support" "e1000" Description : "Adds Intel(R) PRO/1000 Network Driver Support" "e1000e" Description : "Adds Intel(R) PRO/1000 Network Driver Support" "Early telnet start" Description : "Simple extension which starts telnet early at boot" "hpsa" Description : "Adds Driver for HP Smart Array Controller version 3.4.14-0 Support" "i40e" Description : "Adds Intel(R) Ethernet Connection XL710 Network Driver Support" "igb" Description : "Adds Intel(R) Gigabit Ethernet Linux Driver Support" "igbvf" Description : "Adds Intel(R) Gigabit Virtual Function Network Driver Support" "ixgbe" Description : "Adds Intel(R) 10GbE PCI Express Linux Network Driver Support" "ixgbevf" Description : "Adds Intel(R) 10 Gigabit Virtual Function Network Driver Support" "mpt2sas" Description : "Adds Support" "mpt3sas" Description : "Adds LSI MPT Fusion SAS 3.0 Device Driver Support" "mptsas" Description : "Adds Fusion MPT SAS Host driver Support" "qlcnic" Description : "Adds QLogic 1/10 GbE Converged/Intelligent Ethernet Driver Support" "r8101" Description : "Adds RealTek RTL-8101 Fast Ethernet driver Support" "r8125" Description : "Adds Realtek RTL8125 2.5Gigabit Ethernet driver Support" "r8152" Description : "Adds Realtek RTL8152/RTL8153 Based USB Ethernet Adapters Support" "r8168" Description : "Adds RealTek RTL-8168 Gigabit Ethernet driver Support" "r8169" Description : "Adds RealTek RTL-8169 Gigabit Ethernet driver Support" "ACPI Daemon v2" Description : "ACPI Daemon v2 that handles power button events" "RedPill Bootwait" Description : "Simple extension which stops the execution early waiting for the boot device to appear" "rtl8150" Description : "Adds rtl8150 based usb-ethernet driver Support" "skge" Description : "Adds SysKonnect Gigabit Ethernet driver Support" "sky2" Description : "Adds Marvell Yukon 2 Gigabit Ethernet driver Support" "tg3" Description : "Adds Broadcom Tigon3 ethernet driver Support" "tn40xx" Description : "Adds Tehuti Network Driver Support" "via-rhine" Description : "Adds VIA Rhine PCI Fast Ethernet driver Support" "via-velocity" Description : "Adds VIA Networking Velocity Family Gigabit Ethernet Adapter Driver Support" "vmw_pvscsi" Description : "Adds VMware PVSCSI driver Support" "vmxnet3" Description : "Adds VMware vmxnet3 virtual NIC driver Support" "vxge" Description : "Adds Neterion's X3100 Series 10GbE PCIe I/OVirtualized Server Adapter Support" |