Messages in this thread |  | | | From | Bret Indrelee <> | | Subject | RE: PCI question | | Date | Fri, 15 Oct 1999 12:00:20 -0500 |
| |
Marcin Dalecki [mailto:dalecki@dacotec.net] asked: > Anybody out there with an idea where to get the information > about the PCI slot numbers of the currently present devices > inside the system (in esp the two ether cards?).
cat /proc/pci
It gives bus, device, and function numbers.
If instead you are wondering how to do it from kernel code, look in /usr/src/linux/Documenation/pci.txt for the documentation.
-Bret
------------------------------------------------------------- SBS Technologies, Connectivity Products ... solutions for real-time connectivity Bret Indrelee, Engineer SBS Technologies, Inc., Connectivity Products 1284 Corporate Center Drive, St. Paul MN 55121 Direct: (651) 905-4731 Main: (651) 905-4700 Fax: (651) 905-4701 E-mail: bindrelee@sbs-cp.com http://www.sbs.com ------------------------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |