/proc/pci deprecation?

Patrick Mochel (mochel@osdl.org)
Fri, 6 Dec 2002 15:13:08 -0600 (CST)


ISTR /proc/pci being deprecated at one point in the past. It may have only
been discussed, though. In which case, is it possible to deprecate it?
lscpi(8) is considered a superior means to derive the same information.

Elimination of it would eliminate a chunk of code in drivers/pci/proc.c,
and obviate the use of struct device::name by the PCI layer. This change
would probably allow us to remove the name field altogether, since PCI is
the only code that really relies on it (and only for /proc/pci AFAICT).

Is anything in userspace still relying on /proc/pci?

-pat

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/