aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/skfp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-27fddi: Move the FDDI driversJeff Kirsher1-20/+0
Move the FDDI drivers into drivers/net/fddi/ and make the necessary Kconfig and Makefile changes. CC: "Maciej W. Rozycki" <[email protected]> CC: Christoph Goos <[email protected]> CC: <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
2011-03-17net: change to new flag variablematt mooney1-1/+1
Replace EXTRA_CFLAGS with ccflags-y. Signed-off-by: matt mooney <[email protected]> Acked-by: WANG Cong <[email protected]> Acked-by: Sjur Braendeland <[email protected]> Acked-by: David S. Miller <[email protected]> Acked-by: John W. Linville <[email protected]> Signed-off-by: Michal Marek <[email protected]>
2005-06-27[PATCH] drivers/net/skfp/: cleanupsAdrian Bunk1-2/+2
This patch contains the following cleanups: - make needlessly global code static - remove the completely unused smtparse.c - remove the following unused global functions: - drvfbi.c: init_dma - drvfbi.c: dis_dma - drvfbi.c: get_rom_byte - drvfbi.c: mac_drv_vpd_read - drvfbi.c: mac_drv_pci_fix - fplustm.c: mac_set_func_addr - fplustm.c: mac_del_multicast - hwmtm.c: mac_drv_rx_frag - pcmplc.c: pcm_set_lct_short - smt.c: smt_please_reconnect - smt.c: smt_change_t_neg - smtdef.c: smt_set_defaults Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
2005-05-15[PATCH] remove drivers/net/skfp/lnkstat.cAdrian Bunk1-2/+2
This patch removes a file that seems to be used only on AIX (sic). Signed-off-by: Adrian Bunk <[email protected]> Cc: Jeff Garzik <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+20
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!