probe the first PCI NIC candidate with a non-zero ioaddr, before probing everything.

This commit is contained in:
okuji 2001-02-02 12:21:18 +00:00
parent 7b3aef444e
commit 9417ebb550
6 changed files with 107 additions and 5 deletions

View file

@ -1,3 +1,11 @@
2001-02-02 OKUJI Yoshinori <okuji@gnu.org>
* netboot/config.c [GRUB && INCLUDE_PCI] (pci_dispatch_table):
New structure.
[GRUB && INCLUDE_PCI] (PCI_NIC): New variable.
(eth_probe) [GRUB && INCLUDE_PCI]: If a PCI NIC candidate is
present, probe it first.
2001-01-27 OKUJI Yoshinori <okuji@gnu.org>
From Danilo Godec <danci@agenda.si>: