linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* r8169.c
@ 2004-11-19 16:29 Dorn Hetzel
  2004-11-19 20:12 ` r8169.c Francois Romieu
  0 siblings, 1 reply; 13+ messages in thread
From: Dorn Hetzel @ 2004-11-19 16:29 UTC (permalink / raw)
  To: linux-kernel


I've been working on building a new system using an Abit AA8 Duramax
motherboard, which includes a realtek 8169/8110 gigE controller as 
well as Intel ICH6R AHCI SATA interface.

The r8169.c version 1.2 driver in 2.6.9 had issues hanging the ethernet
on the AA8, so I downloaded version 2.2 from the realtek.com.tw
website, which fixed that issue.

2.6.9, however, was not making happy noises with the ICH6R/AHCI SATA
controller, and after reviewing changelogs and finding encouraging
notes, I gave 2.6.10-rc2 a try and I am happy to report that it
seems to work very well with the AHCI SATA drives.

2.6.10-rc2 still uses the 1.2 8169 driver, same as 2.6.9...

However, the r8169 2.2 driver would not build with 2.6.10-rc2,
due to use of pci_dma_sync_single.

I've made a V2.3 of the 8169 driver which uses 
pci_dma_sync_single_for_cpu instead, and it seems to work fine.

I was hoping to submit a patch to move the new driver into
some appropriate release, but the 2.2/2.3 driver is so far
changed from 1.2 that the diff -u is about the size of the
original and new file combined :(

Which brings me to my question (my apologies for the roundabout path)...

With such a huge diff, should I send a diff, or the whole new file, or
do something else entirely?

Thanks in advance for any advice!

Dorn Hetzel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-12-05 23:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-19 16:29 r8169.c Dorn Hetzel
2004-11-19 20:12 ` r8169.c Francois Romieu
2004-11-20  0:37   ` r8169.c Dorn Hetzel
2004-11-20  0:29     ` r8169.c Francois Romieu
2004-11-22 18:13       ` r8169.c Dorn Hetzel
2004-11-23 14:49         ` r8169.c Dorn Hetzel
2004-11-23 19:47           ` r8169.c Francois Romieu
2004-11-25 20:00             ` r8169.c Dorn Hetzel
2004-11-25 22:02             ` r8169.c Dorn Hetzel
2004-11-25 20:54               ` r8169.c Francois Romieu
2004-11-26  0:36                 ` r8169.c Dorn Hetzel
2004-12-05 23:55         ` r8169.c Dorn Hetzel
2004-12-05 23:37           ` r8169.c Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).