sis190: Rx path update
authorFrancois Romieu <romieu@fr.zoreil.com>
Sun, 27 Apr 2008 15:59:52 +0000 (17:59 +0200)
committerFrancois Romieu <romieu@fr.zoreil.com>
Sun, 27 Apr 2008 15:59:52 +0000 (17:59 +0200)
commit47e4781544aaf2916170ef5516786fbb19447600
treee9aa0fe424f9d9f10dd2e0ef498f04e5ad94ecb8
parent35aeb7809345e0362772a75368a3e62ecd931481
sis190: Rx path update

- remove the function pointer to help gcc optimizing the
  inline pci_dma functions
- pci_dma_sync_single_for_cpu is not needed for a single
  large packet
- convert rtl8169_try_rx_copy to bool

b449655ff52ff8a29c66c5fc3fc03617e61182ee did the same
for the r8169 driver.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/sis190.c