| 6 | |
| 7 | Syslog excerpt (lines mentioning ipro1000): |
| 8 | |
| 9 | {{{ |
| 10 | KERN: pci_reserve_device(3, 0, 0, ipro1000) |
| 11 | KERN: if_initname(0xffffffff80a74000, igb, 70) |
| 12 | KERN: [ipro1000] ipro1000: /dev/net/ipro1000/0 |
| 13 | KERN: DRVMEDia |
| 14 | KERN: [ipro1000] (igb) attach_pre capping queues at 2 |
| 15 | KERN: [ipro1000] (igb) bus_alloc_resource(3, [16], 0x0, 0xffffffffffffffff, 0x1,0x2) |
| 16 | ... |
| 17 | KERN: [ipro1000] (igb) Using 1024 TX descriptors and 1024 RX descriptors |
| 18 | KERN: [ipro1000] (igb) msix_init qsets capped at 2 |
| 19 | KERN: [ipro1000] (igb) bus_alloc_resource(3, [28], 0x0, 0xffffffffffffffff, 0x1,0x2) |
| 20 | ... |
| 21 | KERN: [ipro1000] (igb) queue equality override not set, capping rx_queues at 1 and tx_queues at 1 |
| 22 | KERN: [ipro1000] (igb) Using 1 RX queues 1 TX queues |
| 23 | ... |
| 24 | KERN: [ipro1000] (igb) Using MSI-X interrupts with 2 vectors |
| 25 | KERN: [ipro1000] (igb) allocated for 1 tx_queues |
| 26 | KERN: [ipro1000] (igb) allocated for 1 rx_queues |
| 27 | KERN: [ipro1000] (igb) MSI-X requires ifdi_rx_queue_intr_enable method |
| 28 | ... |
| 29 | KERN: pci_unreserve_device(3, 0, 0, ipro1000) |
| 30 | }}} |