> Is there a way to walk through the devices on the PCI bus (like lspci in > linux? ). I need to get the vendor and device ID for a winmodem on my > system. pcictl will do that (see "man pcictl"). Examples are: pcictl /dev/pci0 list pcictl /dev/pci0 dump -d 3 Martin