summaryrefslogtreecommitdiff
path: root/drivers/net/fs_enet
AgeCommit message (Collapse)AuthorFilesLines
2005-10-30[PATCH] fs_enet: Fix dma_unmap_single callsPantelis Antoniou1-9/+12
The following patches fixes a bug with erroneous calling of dma_unmap_single. It never triggered because on normal ppc32 the calls is a NOP. Out of tree drivers need this fix however. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-29Add fs_enet ethernet network driver, for several embedded platforms.Pantelis Antoniou10-0/+4260