1 | | @korli -- ok so the driver compiles, and... it behaves differently from the nightly image's driver: it complains about unsupported hardware and then bails out and unloads. |
| 1 | @korli -- ok so the driver compiles, and... it behaves differently from the nightly image's driver: it complains about unsupported hardware and then bails out and unloads: |
| 2 | |
| 3 | {{{ |
| 4 | KERN: allocate_io_interrupt_vectors: allocated 1 vectors starting from 24 |
| 5 | KERN: msi_allocate_vectors: allocated 1 vectors starting from 24 |
| 6 | KERN: [rtl81xx] (re) Using 1 MSI message |
| 7 | KERN: [rtl81xx] (re) bus_alloc_resource(1, [1], 0x0, 0xffffffff, 0x1,0x2) |
| 8 | KERN: [rtl81xx] (re) Chip rev. 0x48000000 |
| 9 | KERN: [rtl81xx] (re) MAC rev. 0x00000000 |
| 10 | KERN: [rtl81xx] (re) Unknown H/W revision: 0x48000000 |
| 11 | KERN: msi_free_vectors: freeing 1 vectors starting from 24 |
| 12 | KERN: free_io_interrupt_vectors: freeing 1 vectors starting from 24 |
| 13 | KERN: remove_memory_type_range(3086, 0xd0004000, 0x20000, 0) |
| 14 | |
| 15 | }}} |
| 16 | |
| 17 | |