]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/PCI/pci.txt
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
[karo-tx-linux.git] / Documentation / PCI / pci.txt
index 6f458564d625a3d82601703ceed6a814e9e14585..9518006f66759fa0540c7156cde630cc13489e23 100644 (file)
@@ -123,8 +123,10 @@ initialization with a pointer to a structure describing the driver
 
 
 The ID table is an array of struct pci_device_id entries ending with an
-all-zero entry; use of the macro DEFINE_PCI_DEVICE_TABLE is the preferred
-method of declaring the table.  Each entry consists of:
+all-zero entry.  Definitions with static const are generally preferred.
+Use of the deprecated macro DEFINE_PCI_DEVICE_TABLE should be avoided.
+
+Each entry consists of:
 
        vendor,device   Vendor and device ID to match (or PCI_ANY_ID)