]> git.baikalelectronics.ru Git - kernel.git/commit
skge: cleanup pci id table
authorstephen hemminger <shemminger@vyatta.com>
Wed, 6 Jul 2011 19:00:05 +0000 (19:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jul 2011 07:29:31 +0000 (00:29 -0700)
commit956f1d782c1e69e3a41f06fbe8dc2fd3a010e87a
tree7f4f0482e0410e5065ed9cd9ff1c792e0b7cea9b
parent77e57f271d7711b5e60eeaf73c53650efe3d1000
skge: cleanup pci id table

The PCI table was using mix of defines for device id and hard coded
hex values. This patch change it to all hex values. It also adds
comments based on the names provided in the vendor driver table.

There is NO CHANGE to the actual resulting table.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/skge.c