4 see "COPYING" for license information
6 This is an AROS "SANA-2" NIC Driver for RealTek Gigabit Ethernet
7 controllers with PCI-Express interface.
9 Based on the GPL RealTek r8168 NIC driver
11 Development sponsored by ClusterUK - who provided the iMica Hardware
12 it was primarily designed for.
15 0x10ec,0x8168 - RealTek RTL8168B/8111B
16 0x10ec,0x8168 - RealTek RTL8168C/8111C
17 0x10ec,0x8168 - RealTek RTL8168CP/8111CP
18 0x10ec,0x8168 - RealTek RTL8168D/8111D
20 TODO/Limitations/Known Issues:
21 * Fix shutdown (currently doesnt cleanup/shutdown)
22 * Handle Rx more efficiently (reduce processing in int handler)
23 * Fix multicast hashlist
24 * Make sure all stats get recorded correctly.
25 * Support for Jumbo frames.
26 * Support for checksum offloading.
27 * Move generic defines to generic driver header files.
30 * Some Linux kernel rtl8168 drivers have been known to wipe the eeprom
31 MAC address. If this affects you, then remove all power from your system
32 (laptops must have their battery removed, desktops should be unplugged
33 from the mains) and it should be restored.