FreeBSD Bugzilla – Attachment 27527 Details for
Bug 46647
Failure to initialize MII on 3Com NIC results in panic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 550 bytes, created by
Joerg Wallerich
on 2002-12-31 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joerg Wallerich
Created:
2002-12-31 10:20:01 UTC
Size:
550 bytes
patch
obsolete
>--- if_xl.c.orig Sun Dec 29 17:40:43 2002 >+++ if_xl.c Sun Dec 29 17:47:08 2002 >@@ -370,7 +370,9 @@ > > for (i = 0; i < 32; i++) { > MII_SET(XL_MII_CLK); >+ DELAY(1); > MII_CLR(XL_MII_CLK); >+ DELAY(1); > } > > return; >@@ -396,7 +398,9 @@ > } else { > MII_CLR(XL_MII_DATA); > } >+ DELAY(1); > MII_CLR(XL_MII_CLK); >+ DELAY(1); > MII_SET(XL_MII_CLK); > } > }
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 46647
: 27527