···54545555noaccel - do not use acceleration engine. It is default.5656accel - use acceleration engine. Not finished.5757-vmode:x - chooses PowerMacintosh video mode <x>. Depreciated.5858-cmode:x - chooses PowerMacintosh colour mode <x>. Depreciated.5757+vmode:x - chooses PowerMacintosh video mode <x>. Deprecated.5858+cmode:x - chooses PowerMacintosh colour mode <x>. Deprecated.5959<XxX@X> - selects startup videomode. See modedb.txt for detailed6060 explanation. Default is 640x480x8bpp.6161
+1-1
Documentation/filesystems/proc.txt
···229229 mounts Mounted filesystems 230230 net Networking info (see text) 231231 partitions Table of partitions known to the system 232232- pci Depreciated info of PCI bus (new way -> /proc/bus/pci/, 232232+ pci Deprecated info of PCI bus (new way -> /proc/bus/pci/,233233 decoupled by lspci (2.4)234234 rtc Real time clock 235235 scsi SCSI info (see text)
+1-1
drivers/pci/pci-driver.c
···119119 * system is in its list of supported devices. Returns the matching120120 * pci_device_id structure or %NULL if there is no match.121121 *122122- * Depreciated, don't use this as it will not catch any dynamic ids122122+ * Deprecated, don't use this as it will not catch any dynamic ids123123 * that a driver might want to check for.124124 */125125const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,