FreeBSD Bugzilla – Attachment 9080 Details for
Bug 18735
add support to Accton EN1217 network adapter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 898 bytes, created by
adoal
on 2000-05-22 03:50:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adoal
Created:
2000-05-22 03:50:14 UTC
Size:
898 bytes
patch
obsolete
>--- if_dc.c.orig Mon May 22 10:30:03 2000 >+++ if_dc.c Mon May 22 10:35:45 2000 >@@ -193,6 +193,8 @@ > "82c168 PNIC 10/100BaseTX" }, > { DC_VENDORID_LO, DC_DEVICEID_82C168, > "82c169 PNIC 10/100BaseTX" }, >+ { DC_VENDORID_ACCTON, DC_DEVICEID_EN1217, >+ "Accton EN1217 10/100BaseTX" }, > { 0, 0, NULL } > }; > >@@ -1548,6 +1550,7 @@ > sc->dc_flags |= DC_TX_POLL|DC_TX_USE_TX_INTR; > break; > case DC_DEVICEID_987x5: >+ case DC_DEVICEID_EN1217: > sc->dc_type = DC_TYPE_987x5; > sc->dc_flags |= DC_TX_POLL|DC_TX_USE_TX_INTR; > break; >--- if_dcreg.h.orig Mon May 22 10:29:55 2000 >+++ if_dcreg.h Mon May 22 10:34:42 2000 >@@ -793,6 +793,16 @@ > #define DC_REVISION_88141 0x10 > > /* >+ * Accton vendor ID. >+ */ >+#define DC_VENDORID_ACCTON 0x1113 >+ >+/* >+ * Accton device IDs. >+ */ >+#define DC_DEVICEID_EN1217 0x1217 >+ >+/* > * PCI low memory base and low I/O base register, and > * other PCI registers. > */
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 18735
: 9080