diff options
| author | Jakub Jermar <Jakub.Jermar@Sun.COM> | 2010-07-21 11:20:51 +0200 |
|---|---|---|
| committer | Jakub Jermar <Jakub.Jermar@Sun.COM> | 2010-07-21 11:20:51 +0200 |
| commit | 6148443adeb5d3f493cee0d19110b32a0189bd41 (patch) | |
| tree | 18234cbe3fb4fabe551049d1abc193150f7d17db /usr/src | |
| parent | a05556d616df10159156b25a846a3b416c6e515d (diff) | |
| download | illumos-joyent-6148443adeb5d3f493cee0d19110b32a0189bd41.tar.gz | |
6654503 GRUB "ifconfig" or "dhcp" failed to configure Nvidia NICs.
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/grub/grub-0.97/netboot/undi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/grub/grub-0.97/netboot/undi.c b/usr/src/grub/grub-0.97/netboot/undi.c index 54e5061793..317684f8da 100644 --- a/usr/src/grub/grub-0.97/netboot/undi.c +++ b/usr/src/grub/grub-0.97/netboot/undi.c @@ -1186,7 +1186,8 @@ static int undi_probe(struct dev *dev, struct pci_device *pci) * this list. */ static struct pci_id undi_nics[] = { - /* PCI_ROM(0x0000, 0x0000, "undi", "UNDI adaptor"), */ + PCI_ROM(0x10de, 0x0057, "ck804", "nVidia Corporation CK804 Ethernet"), + PCI_ROM(0x10de, 0x0373, "mcp55", "nVidia Corporation MCP55 Ethernet") }; struct pci_driver undi_driver = { |
