FreeBSD Bugzilla – Attachment 25724 Details for
Bug 43953
Backport of BMC5703 drivers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 376 bytes, created by
Hembo
on 2002-10-12 04:00:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hembo
Created:
2002-10-12 04:00:13 UTC
Size:
376 bytes
patch
obsolete
>--- src/sys/dev/mii/brgphy.c.org Thu Apr 4 08:12:48 2002 >+++ src/sys/dev/mii/brgphy.c Thu Oct 10 15:17:13 2002 >@@ -122,6 +122,12 @@ > return(0); > } > >+ if (MII_OUI(ma->mii_id1, ma->mii_id2) == MII_OUI_xxBROADCOM && >+ MII_MODEL(ma->mii_id2) == MII_MODEL_xxBROADCOM_BCM5703) { >+ device_set_desc(dev, MII_STR_xxBROADCOM_BCM5703); >+ return(0); >+ } >+ > return(ENXIO); > } >
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 43953
: 25724 |
25725
|
25726
|
25727
|
25728