1This driver is supposed to support: 2 3 Mojave cards (single port PCI Gigabit) both copper and fiber 4 Oasis cards (single and dual port PCI-x Gigabit) copper and fiber 5 Kalahari cards (dual and quad port PCI-e Gigabit) copper and fiber 6 7The driver was actually tested on Oasis and Kalahari cards. 8 9TODO: 10 - move firmware loading to request_firmware() 11 - remove direct memory access of structures 12 - any remaining sparse and checkpatch.pl warnings 13 - any netdev recommended changes 14 15Please send patches to: 16 Greg Kroah-Hartman <gregkh@suse.de> 17and Cc: Lior Dotan <liodot@gmail.com> and Christopher Harrer 18<charrer@alacritech.com> as well as they are also able to test out any 19changes. 20