struct pci_conf conf[255], *p;
int none_count = 0;
fd = open(_PATH_DEVPCI, O_RDWR, 0);
fd = open(_PATH_DEVPCI, O_RDONLY, 0);
if (fd < 0)
err(1, "%s", _PATH_DEVPCI);