dl2k.c (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | dl2k.c (b255e500c8dc111dd9efac1442a85a0dac913feb) |
---|---|
1/* D-Link DL2000-based Gigabit Ethernet Adapter Linux driver */ 2/* 3 Copyright (c) 2001, 2002 by D-Link Corporation 4 Written by Edward Peng.<edward_peng@dlink.com.tw> 5 Created 03-May-2001, base on Linux' sundance.c. 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 1867 unchanged lines hidden (view full) --- 1876 1877module_pci_driver(rio_driver); 1878/* 1879 1880Compile command: 1881 1882gcc -D__KERNEL__ -DMODULE -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -c dl2k.c 1883 | 1/* D-Link DL2000-based Gigabit Ethernet Adapter Linux driver */ 2/* 3 Copyright (c) 2001, 2002 by D-Link Corporation 4 Written by Edward Peng.<edward_peng@dlink.com.tw> 5 Created 03-May-2001, base on Linux' sundance.c. 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 1867 unchanged lines hidden (view full) --- 1876 1877module_pci_driver(rio_driver); 1878/* 1879 1880Compile command: 1881 1882gcc -D__KERNEL__ -DMODULE -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -c dl2k.c 1883 |
1884Read Documentation/networking/dl2k.txt for details. | 1884Read Documentation/networking/device_drivers/dlink/dl2k.txt for details. |
1885 1886*/ 1887 | 1885 1886*/ 1887 |