Re: PATCH: Linux 2.6.0-test support for rtl8139 and pci-scan
"G. Del Merritt" <[email protected]> Tue, 21 Oct 2003 14:47:50 -0400
| Newsgroups | gmane.linux.drivers.realtek.devel |
|---|---|
| Message-ID | <[email protected]> |
At 02:28 PM 10/21/2003, G. Del Merritt wrote:
>Below is a patch to let netdrivers-3.5 work under Linux 2.6.0. As I note in
>the ChangeLog, since I only have the Realtek card, I didn't feel I should
>change the other modules that I have no intention of compiling or testing.
Hmm. And just so noone has any preconceived notions that I've done a lot
of testing on this change (even though I haven't crashed yet):
# /sbin/lsmod
Module Size Used by
nfs 98732 5
lockd 66128 2 nfs
sunrpc 134084 13 nfs,lockd
rtl8139 19328 1 [unsafe]
pci_scan 8336 2 rtl8139,[unsafe]
autofs 18688 11
ohci1394 33536 0
ieee1394 80524 1 ohci1394
parport_pc 26632 0
parport 43200 1 parport_pc
hid 32448 0
usbcore 115540 2 hid
Note that both pci_scan and rtl8139 are marked as "unsafe". Since I just
went for compile-and-insmod, I obviously haven't made other substantive
changes that would be required of a fully-ported 2.6.x module.
-Del