Opened 16 years ago

Closed 16 years ago

#1770 closed enhancement (fixed)

RTL8169 - patch to support additional device id.

Reported by: anxiety Owned by: axeld
Priority: normal Milestone: R1
Component: Drivers/Network Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The NIC on my machine seems to be supported as well as I can tell after this simple patch that enables the additional device id to the rtl8169 driver.

I'm not sure if the device id my card uses was specifically excluded because of some incompatibilites or not, but I would assume the card NIC wasn't available at the time the author wrote the driver.

The currently supported device ids of the driver are 0x8167 & 0x8169, this patch allows 0x8168 as well.

Attachments (1)

rtl8169 - extra device id.diff (1.0 KB ) - added by anxiety 16 years ago.

Download all attachments as: .zip

Change History (2)

by anxiety, 16 years ago

comment:1 by axeld, 16 years ago

Resolution: fixed
Status: newclosed
Your patch is actually not correct as it would accept any Realtek device (you would need to replace
with &&). Anyway I've changed the driver to accept 0x8168 as well, now. Thanks!

Fixed in hrev24062.

Note: See TracTickets for help on using tickets.