- Timestamp:
- 2006-05-14T09:33:09Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a568e3
- Parents:
- 57ff9ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pci/pci.c
r57ff9ab r8071af9f 38 38 pci_scan_bus(pacc); /* We want to get the list of devices */ 39 39 for(dev=pacc->devices; dev; dev=dev->next) { /* Iterate over all devices */ 40 pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES ); /* Fill in header info we need */40 pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_IRQ); 41 41 c = pci_read_word(dev, PCI_CLASS_DEVICE); /* Read config register directly */ 42 42 printf("%02x:%02x.%d vendor=%04x device=%04x class=%04x irq=%d base0=%lx\n",
Note:
See TracChangeset
for help on using the changeset viewer.