dde_ipxe: remove (non-working) pcnet driver

Also, adapted run scripts to use e1000 NIC model.

Fixes #1821
This commit is contained in:
Christian Helmuth
2016-06-22 15:05:57 +02:00
parent 101d052ddb
commit 8b78001858
6 changed files with 5 additions and 7 deletions

View File

@ -40,7 +40,6 @@ extern struct pci_driver
realtek_driver,
ifec_driver,
intel_driver,
pcnet32_driver,
tg3_pci_driver;
@ -51,7 +50,6 @@ static struct pci_driver *pci_drivers[] = {
&realtek_driver,
&ifec_driver,
&intel_driver,
&pcnet32_driver,
&tg3_pci_driver
};