eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISALooks like almost all changes to this driver had been tree-widerefactoring since git era begun. There is one commit from
eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISALooks like almost all changes to this driver had been tree-widerefactoring since git era begun. There is one commit from Al15 years ago which could potentially be fixing a real bug.The driver is using virt_to_bus() and is a real magnet for pointlesscleanups. It seems unlikely to have real users. Let's try to shedthis maintenance burden.Signed-off-by: Jakub Kicinski <[email protected]>Acked-by: Michael Ellerman <[email protected]> (powerpc)Acked-by: Arnd Bergmann <[email protected]>Signed-off-by: David S. Miller <[email protected]>
show more ...
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <[email protected]>Acked-by: Jeff Kirsher <[email protected]>Acked-by: Shannon Nelson <[email protected]>Signed-off-by: David S. Miller <[email protected]>