diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-10-15 16:14:18 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-10-15 16:14:18 -0700 |
commit | 64d0c836d547847b752da6539792b94c803f206b (patch) | |
tree | 3dbea095038c878b872cbcffb7b1c7f17553c56d | |
parent | d43d21c8cb0f917b65228852a03a7d501636f227 (diff) |
Correct comment about devices used on Solaris
-rw-r--r-- | src/solx_devfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solx_devfs.c b/src/solx_devfs.c index 6fe564c..18ac480 100644 --- a/src/solx_devfs.c +++ b/src/solx_devfs.c @@ -183,7 +183,7 @@ pci_system_solx_devfs_create( void ) if (root_fd >= 0) return (err); - /* If the directory "/sys/bus/pci/devices" exists, + /* If the PCI nexus device "/devices/pci@0,0:reg" exists, * then the PCI subsystem can be accessed using * this interface. */ |