vm: fix potential null deref
[minix.git] / man / man1 / lspci.1
blobb4631e944cd43d6f93a00d9f1661d876a281927b
1 .TH LSPCI 1
2 .SH NAME
3 lspci \- print table of PCI devices
4 .SH SYNOPSIS
5 \fBlspci\fP
6 .SH DESCRIPTION
7 The
8 .B lspci 
9 utility prints a list of devices detected on the PCI bus to the standard output. 
10 Each row specifies the vendor ID, device ID and device name according to the 
11 MINIX PCI table. The vendor ID and device ID are printed in hexadecimal. 
12 Wherever the name is missing, MINIX does not recognize the PCI device.
13 .SH AUTHOR
14 This manual page and the utility were written by Erik van der Kouwe 
15 <vdkouwe@cs.vu.nl>.