Some question about the net driver
|
2019-04-13, 02:31
Post: #3
|
|||
|
|||
RE: Some question about the net driver
(2018-12-29 12:52)NiKiZe Wrote: iPXE has since some time native support for X710 I have tried (ipxe.efi or snp.efi) , the NII driver both have problems. I have not tried intel.efi. Now i have modify the source code to disable the NII drvier and use SNP directly. It works well just for now. ipxe-master\src\drivers\net\efi\snponly.c static int niionly_supported ( EFI_HANDLE device ) { return -1 return chained_supported ( device, &chained_nii ); } ipxe-master\src\drivers\net\efi\snp.c static int snp_supported ( EFI_HANDLE device ) { EFI_BOOT_SERVICES *bs = efi_systab->BootServices; EFI_STATUS efirc; return -1 ..... } |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Some question about the net driver - yiya1989 - 2018-12-28, 14:45
RE: Some question about the net driver - NiKiZe - 2018-12-29, 12:52
RE: Some question about the net driver - yiya1989 - 2019-04-13 02:31
|
User(s) browsing this thread: 1 Guest(s)