Nevermind what I just asked.
Yes, it's the domain.
static void
show_terse(struct device *d)
{
int c;
struct pci_dev *p = d->dev;
byte classbuf[128], devbuf[128];
printf("%04x:%02x:%02x.%x %s: %s",
p->domain,
p->bus,
p->dev,
p->func,
pci_lookup_name(pacc, classbuf, sizeof(classbuf),
PCI_LOOKUP_CLASS,
get_conf_word(d, PCI_CLASS_DEVICE), 0, 0, 0),
pci_lookup_name(pacc, devbuf, sizeof(devbuf),
PCI_LOOKUP_VENDOR | PCI_LOOKUP_DEVICE,
p->vendor_id, p->device_id, 0, 0));
--
G. Branden Robinson | The last Christian died on the
Debian GNU/Linux | cross.
branden@debian.org | -- Friedrich Nietzsche
http://people.debian.org/~branden/ |
Attachment:
signature.asc
Description: Digital signature