Changes between Initial Version and Version 14 of Ticket #6474
- Timestamp:
- Jan 17, 2019, 9:51:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6474
- Property Component Network & Internet → Drivers/Network/broadcom43xx
- Property Blocking → 9349, 11074, 11736
-
Ticket #6474 – Description
initial v14 16 16 17 17 first the PCI scanning is detecing well the card : 18 18 {{{ 19 19 KERN: PCI: [dom 0, bus 3] bus 3, device 0, function 0: vendor 14e4, device 4312, revision 02 20 20 KERN: PCI: class_base 02, class_function 80, class_api 00 … … 33 33 KERN: PCI: base reg 5: host 00000000, pci 00000000, size 00000000, flags 00 34 34 KERN: PCI: Capabilities: PM, vendspec, MSI, PCIe 35 35 }}} 36 36 37 37 the the driver is loaded but it seems to have some issue with the MAC rev 13 : 38 38 39 {{{ 39 40 KERN: broadcom43xx: init_driver(0x81ec6228) 40 41 KERN: [broadcom43xx] (bwi) bus_alloc_resource(3, [16], 0x0, 0xffffffff, 0x1,0x2) … … 50 51 KERN: [broadcom43xx] (bwi) no MAC was found 51 52 KERN: remove_memory_type_range(1788, 0xb0200000, 0x20000, 0) 52 53 }}} 53 54 54 55 Thanks a lot for your replies