Commit 032a8560 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[tulip dmfe] add pci id

parent 94f4b24b
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
support. Updated PCI resource allocation. Do not support. Updated PCI resource allocation. Do not
forget to unmap PCI mapped skbs. forget to unmap PCI mapped skbs.
Alan Cox <alan@redhat.com>
Added new PCI identifiers provided by Clear Zhang at ALi
for their 1563 ethernet device.
TODO TODO
Implement pci_driver::suspend() and pci_driver::resume() Implement pci_driver::suspend() and pci_driver::resume()
...@@ -1974,6 +1978,7 @@ static struct pci_device_id dmfe_pci_tbl[] __devinitdata = { ...@@ -1974,6 +1978,7 @@ static struct pci_device_id dmfe_pci_tbl[] __devinitdata = {
{ 0x1282, 0x9102, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9102_ID }, { 0x1282, 0x9102, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9102_ID },
{ 0x1282, 0x9100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9100_ID }, { 0x1282, 0x9100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9100_ID },
{ 0x1282, 0x9009, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9009_ID }, { 0x1282, 0x9009, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9009_ID },
{ 0x10B9, 0x5261, PCI_ANY_ID, PCI_ANY_ID, 0, 0, PCI_DM9102_ID },
{ 0, } { 0, }
}; };
MODULE_DEVICE_TABLE(pci, dmfe_pci_tbl); MODULE_DEVICE_TABLE(pci, dmfe_pci_tbl);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment