FreeBSD Bugzilla – Attachment 15705 Details for
Bug 29027
[PATCH] Not recognizing D-Link DFE538TX ethernet card
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.12 KB, created by
Alexandr P. Kovalenko
on 2001-07-16 19:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexandr P. Kovalenko
Created:
2001-07-16 19:10:01 UTC
Size:
1.12 KB
patch
obsolete
>--- if_rlreg.h.orig Mon Jul 16 20:44:58 2001 >+++ if_rlreg.h Mon Jul 16 20:50:41 2001 >@@ -433,6 +433,16 @@ > #define ADDTRON_DEVICEID_8139 0x1360 > > /* >+ * D-Link vendor ID. >+ */ >+#define DLINK_VENDORID 0x1186 >+ >+/* >+ * D-Link device IDs. >+ */ >+#define DLINK_DEVICEID_DFE538TX 0x1300 >+ >+/* > * PCI low memory base and low I/O base register, and > * other PCI registers. > */ >--- if_rl.c.orig Mon Jul 16 20:45:07 2001 >+++ if_rl.c Mon Jul 16 21:02:45 2001 >@@ -149,6 +149,8 @@ > "Delta Electronics 8139 10/100BaseTX" }, > { ADDTRON_VENDORID, ADDTRON_DEVICEID_8139, > "Addtron Technolgy 8139 10/100BaseTX" }, >+ { DLINK_VENDORID, DLINK_DEVICEID_DFE538TX, >+ "D-Link DFE538TX 10/100BaseTX"}, > { 0, 0, NULL } > }; > >@@ -898,7 +900,8 @@ > rl_read_eeprom(sc, (caddr_t)&rl_did, RL_EE_PCI_DID, 1, 0); > > if (rl_did == RT_DEVICEID_8139 || rl_did == ACCTON_DEVICEID_5030 || >- rl_did == DELTA_DEVICEID_8139 || rl_did == ADDTRON_DEVICEID_8139) >+ rl_did == DELTA_DEVICEID_8139 || rl_did == ADDTRON_DEVICEID_8139 || >+ rl_did == DLINK_DEVICEID_DFE538TX) > sc->rl_type = RL_8139; > else if (rl_did == RT_DEVICEID_8129) > sc->rl_type = RL_8129;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29027
: 15705