FreeBSD Bugzilla – Attachment 20649 Details for
Bug 36410
Bad mac address return from FNW-9803-T (ADMtek 983B) NIC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 713 bytes, created by
Genya Sugiyama
on 2002-03-28 07:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Genya Sugiyama
Created:
2002-03-28 07:20:01 UTC
Size:
713 bytes
patch
obsolete
>*** /usr/src/sys/pci/if_dcreg.h.org Tue Feb 26 22:35:49 2002 >--- /usr/src/sys/pci/if_dcreg.h Thu Mar 28 09:29:18 2002 >*************** >*** 77,82 **** >--- 77,84 ---- > #define DC_TYPE_PNIC 0xA /* 82c168/82c169 PNIC I */ > #define DC_TYPE_CONEXANT 0xC /* Conexant LANfinity RS7112 */ > >+ #define DC_TYPE_AN983 0xFF /* ADMtek AN983B CentaurB */ >+ > #define DC_IS_MACRONIX(x) \ > (x->dc_type == DC_TYPE_98713 || \ > x->dc_type == DC_TYPE_98713A || \ >*************** >*** 84,89 **** >--- 86,92 ---- > > #define DC_IS_ADMTEK(x) \ > (x->dc_type == DC_TYPE_AL981 || \ >+ x->dc_type == DC_TYPE_AN983 || \ > x->dc_type == DC_TYPE_AN985) > > #define DC_IS_INTEL(x) (x->dc_type == DC_TYPE_21143)
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 36410
: 20649 |
20650