From 64d0c836d547847b752da6539792b94c803f206b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 15 Oct 2008 16:14:18 -0700 Subject: [PATCH] Correct comment about devices used on Solaris --- src/solx_devfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.7.4